| Package | Description |
|---|---|
| com.google.api.services.sql.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.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–2019 Google. All rights reserved.