public static final class ExportContext.SqlExportOptions extends GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportContext.SqlExportOptions.MysqlExportOptions
Options for exporting from MySQL.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExportContext.SqlExportOptions |
clone() |
ExportContext.SqlExportOptions.MysqlExportOptions |
getMysqlExportOptions()
Options for exporting from MySQL.
|
Boolean |
getSchemaOnly()
Export only schemas.
|
List<String> |
getTables()
Tables to export, or that were exported, from the specified database.
|
ExportContext.SqlExportOptions |
set(String fieldName,
Object value) |
ExportContext.SqlExportOptions |
setMysqlExportOptions(ExportContext.SqlExportOptions.MysqlExportOptions mysqlExportOptions)
Options for exporting from MySQL.
|
ExportContext.SqlExportOptions |
setSchemaOnly(Boolean schemaOnly)
Export only schemas.
|
ExportContext.SqlExportOptions |
setTables(List<String> tables)
Tables to export, or that were exported, from the specified database.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ExportContext.SqlExportOptions.MysqlExportOptions getMysqlExportOptions()
null for nonepublic ExportContext.SqlExportOptions setMysqlExportOptions(ExportContext.SqlExportOptions.MysqlExportOptions mysqlExportOptions)
mysqlExportOptions - mysqlExportOptions or null for nonepublic Boolean getSchemaOnly()
null for nonepublic ExportContext.SqlExportOptions setSchemaOnly(Boolean schemaOnly)
schemaOnly - schemaOnly or null for nonepublic List<String> getTables()
null for nonepublic ExportContext.SqlExportOptions setTables(List<String> tables)
tables - tables or null for nonepublic ExportContext.SqlExportOptions set(String fieldName, Object value)
set in class GenericJsonpublic ExportContext.SqlExportOptions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.