| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.clone() |
ImportContext.CsvImportOptions |
ImportContext.getCsvImportOptions()
Options for importing data as CSV.
|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.set(String fieldName,
Object value) |
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.setColumns(List<String> columns)
The columns to which CSV data is imported.
|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.setEscapeCharacter(String escapeCharacter)
Specifies the character that should appear before a data character that needs to be escaped.
|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.setFieldsTerminatedBy(String fieldsTerminatedBy)
Specifies the character that separates columns within each row (line) of the file.
|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.setLinesTerminatedBy(String linesTerminatedBy)
This is used to separate lines.
|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.setQuoteCharacter(String quoteCharacter)
Specifies the quoting character to be used when a data value is quoted.
|
ImportContext.CsvImportOptions |
ImportContext.CsvImportOptions.setTable(String table)
The table to which CSV data is imported.
|
| Modifier and Type | Method and Description |
|---|---|
ImportContext |
ImportContext.setCsvImportOptions(ImportContext.CsvImportOptions csvImportOptions)
Options for importing data as CSV.
|
Copyright © 2011–2023 Google. All rights reserved.