public final class InformationSchemaViewsBuilder extends Object implements OptionsBuilder<InformationSchemaViews>
| Constructor and Description |
|---|
InformationSchemaViewsBuilder() |
public InformationSchemaViewsBuilder fromConfig(Config informationSchemaViewsSql)
fromConfig in interface OptionsBuilder<InformationSchemaViews>informationSchemaViewsSql - Map of information schema view definitions.public InformationSchemaViewsBuilder fromResourceFolder(String classpath)
informationSchemaViewsSql - Map of information schema view definitions.public Config toConfig()
toConfig in interface OptionsBuilder<InformationSchemaViews>public InformationSchemaViews toOptions()
toOptions in interface OptionsBuilder<InformationSchemaViews>public InformationSchemaViewsBuilder withAdditionalColumnAttributesSql(String sql)
sql - Additional attributes SQL for columns.public InformationSchemaViewsBuilder withAdditionalTableAttributesSql(String sql)
sql - Additional attributes SQL for tables.public InformationSchemaViewsBuilder withExtForeignKeysSql(String sql)
sql - Foreign key constraints SQL.public InformationSchemaViewsBuilder withExtHiddenTableColumnsSql(String sql)
sql - Hidden table column definitions SQL.public InformationSchemaViewsBuilder withExtIndexColumnSql(String sql)
sql - Index column definitions SQL.public InformationSchemaViewsBuilder withExtIndexesSql(String sql)
sql - Index definitions SQL.public InformationSchemaViewsBuilder withExtPrimaryKeysSql(String sql)
sql - Primary key constraints SQL.public InformationSchemaViewsBuilder withExtTableConstraintsSql(String sql)
sql - Table check constraints SQL.public InformationSchemaViewsBuilder withExtTablesSql(String sql)
sql - Table definitions SQL.public InformationSchemaViewsBuilder withForeignKeysSql(String sql)
sql - Foreign key SQL.public InformationSchemaViewsBuilder withIndexesSql(String sql)
sql - Indexes SQL.public InformationSchemaViewsBuilder withOverrideTypeInfoSql(String sql)
DatabaseMetaData.getTypeInfo().sql - SQL that overrides DatabaseMetaData#getTypeInfo().public InformationSchemaViewsBuilder withRoutinesSql(String sql)
sql - Procedure definitions SQL.public InformationSchemaViewsBuilder withSchemataSql(String sql)
sql - Schemata SQL.public InformationSchemaViewsBuilder withSequencesSql(String sql)
sql - Sequences SQL.public InformationSchemaViewsBuilder withSynonymsSql(String sql)
sql - Synonyms SQL.public InformationSchemaViewsBuilder withTableConstraintsColumnsSql(String sql)
sql - Table constraints columns SQL.public InformationSchemaViewsBuilder withTableConstraintsSql(String sql)
sql - Table constraints SQL.public InformationSchemaViewsBuilder withTriggersSql(String sql)
sql - Trigger definitions SQL.public InformationSchemaViewsBuilder withViewsSql(String sql)
sql - View definitions SQL.Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.