public abstract class BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions> extends BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B,O>,O>
Constructor and Description |
---|
BaseSchemaTextOptionsBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
fromConfig(Config map) |
B |
fromOptions(O options) |
B |
noConstraintNames() |
B |
noConstraintNames(boolean value) |
B |
noForeignKeyNames() |
B |
noForeignKeyNames(boolean value) |
B |
noIndexNames() |
B |
noIndexNames(boolean value) |
B |
noPrimaryKeyNames() |
B |
noPrimaryKeyNames(boolean value) |
B |
noRemarks()
Corresponds to the -noremarks command-line argument.
|
B |
noRemarks(boolean value)
Corresponds to the -noremarks=<boolean> command-line argument.
|
B |
noRoutineSpecificNames() |
B |
noRoutineSpecificNames(boolean value) |
B |
noTriggerNames() |
B |
noTriggerNames(boolean value) |
B |
portableNames()
Corresponds to the --portable-names command-line argument.
|
B |
portableNames(boolean value)
Corresponds to the --portable-names=<boolean> command-line argument.
|
B |
showOrdinalNumbers() |
B |
showOrdinalNumbers(boolean value) |
B |
showRowCounts() |
B |
showRowCounts(boolean value) |
B |
showStandardColumnTypeNames() |
B |
showStandardColumnTypeNames(boolean value) |
B |
sortForeignKeys() |
B |
sortForeignKeys(boolean value) |
B |
sortIndexes() |
B |
sortIndexes(boolean value) |
Config |
toConfig() |
B |
weakAssociations()
Corresponds to the --weak-associations command-line argument.
|
B |
weakAssociations(boolean value)
Corresponds to the --weak-associations=<boolean> command-line
argument.
|
appendOutput, noFooter, noFooter, noHeader, noHeader, noInfo, noInfo, noSchemaColors, noSchemaColors, noSchemaCrawlerInfo, noSchemaCrawlerInfo, overwriteOutput, showDatabaseInfo, showDatabaseInfo, showJdbcDriverInfo, showJdbcDriverInfo, showUnqualifiedNames, showUnqualifiedNames, sortRoutineParameters, sortRoutineParameters, sortRoutines, sortRoutines, sortTableColumns, sortTableColumns, sortTables, sortTables, withIdentifierQuotingStrategy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toOptions
public B fromConfig(Config map)
fromConfig
in interface OptionsBuilder<BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>
fromConfig
in class BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>
public B fromOptions(O options)
fromOptions
in interface OptionsBuilder<BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>
fromOptions
in class BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>
public final B noConstraintNames()
public final B noConstraintNames(boolean value)
public final B noForeignKeyNames()
public final B noForeignKeyNames(boolean value)
public final B noIndexNames()
public final B noIndexNames(boolean value)
public final B noPrimaryKeyNames()
public final B noPrimaryKeyNames(boolean value)
public final B noRemarks()
public final B noRemarks(boolean value)
public final B noRoutineSpecificNames()
public final B noRoutineSpecificNames(boolean value)
public final B noTriggerNames()
public final B noTriggerNames(boolean value)
public final B portableNames()
public final B portableNames(boolean value)
public final B showOrdinalNumbers()
public final B showOrdinalNumbers(boolean value)
public final B showRowCounts()
public final B showRowCounts(boolean value)
public final B showStandardColumnTypeNames()
public final B showStandardColumnTypeNames(boolean value)
public final B sortForeignKeys()
public final B sortForeignKeys(boolean value)
public final B sortIndexes()
public final B sortIndexes(boolean value)
public Config toConfig()
toConfig
in interface OptionsBuilder<BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>
toConfig
in class BaseTextOptionsBuilder<BaseSchemaTextOptionsBuilder<B extends BaseSchemaTextOptionsBuilder<B,O>,O extends BaseSchemaTextOptions>,O extends BaseSchemaTextOptions>
public final B weakAssociations()
public final B weakAssociations(boolean value)
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.