public final class InformationSchemaViews extends java.lang.Object implements Options
| Constructor and Description |
|---|
InformationSchemaViews()
Creates empty information schema views.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
getAdditionalColumnAttributesSql()
Gets the additional attributes SQL for columns, from the additional
configuration.
|
Query |
getAdditionalTableAttributesSql()
Gets the additional attributes SQL for tables, from the additional
configuration.
|
Query |
getExtForeignKeysSql()
Gets the foreign key constraints SQL from the additional
configuration.
|
Query |
getExtHiddenTableColumnsSql()
Gets the hidden table column definitions SQL from the additional
configuration.
|
Query |
getExtIndexColumnsSql()
Gets the index column definitions SQL from the additional
configuration.
|
Query |
getExtIndexesSql()
Gets the index definitions SQL from the additional configuration.
|
Query |
getExtPrimaryKeysSql()
Gets the primary key constraints SQL from the additional
configuration.
|
Query |
getExtTableConstraintsSql()
Gets the table check constraints SQL from the additional
configuration.
|
Query |
getExtTablesSql()
Gets the table definitions SQL from the additional configuration.
|
Query |
getForeignKeysSql()
Gets the foreign keys SQL from the additional configuration.
|
Query |
getIndexesSql()
Gets the indexes SQL from the additional configuration.
|
Query |
getOverrideTypeInfoSql()
SQL that overrides DatabaseMetaData#getTypeInfo().
|
Query |
getPrimaryKeysSql()
Gets the primary keys SQL from the additional configuration.
|
Query |
getRoutinesSql()
Gets the routine definitions SQL from the additional configuration.
|
Query |
getSchemataSql()
Gets the schemata SQL from the additional configuration.
|
Query |
getSequencesSql()
Gets the sequences SQL from the additional configuration.
|
Query |
getSynonymsSql()
Gets the synonyms SQL from the additional configuration.
|
Query |
getTableColumnsSql()
Gets the table columns SQL from the additional configuration.
|
Query |
getTableConstraintsColumnsSql()
Gets the table constraints columns SQL from the additional
configuration.
|
Query |
getTableConstraintsSql()
Gets the table constraints SQL from the additional configuration.
|
Query |
getTablesSql()
Gets the tables SQL from the additional configuration.
|
Query |
getTriggersSql()
Gets the trigger definitions SQL from the additional configuration.
|
Query |
getViewsSql()
Gets the view definitions SQL from the additional configuration.
|
boolean |
hasAdditionalColumnAttributesSql() |
boolean |
hasAdditionalTableAttributesSql() |
boolean |
hasExtForeignKeysSql() |
boolean |
hasExtHiddenTableColumnsSql() |
boolean |
hasExtIndexColumnsSql() |
boolean |
hasExtIndexesSql() |
boolean |
hasExtPrimaryKeysSql() |
boolean |
hasExtTableConstraintsSql() |
boolean |
hasExtTablesSql() |
boolean |
hasForeignKeysSql() |
boolean |
hasIndexesSql() |
boolean |
hasOverrideTypeInfoSql() |
boolean |
hasPrimaryKeysSql() |
boolean |
hasRoutinesSql() |
boolean |
hasSchemataSql() |
boolean |
hasSequencesSql() |
boolean |
hasSynonymsSql() |
boolean |
hasTableColumnsSql() |
boolean |
hasTableConstraintsColumnsSql() |
boolean |
hasTableConstraintsSql() |
boolean |
hasTablesSql() |
boolean |
hasTriggerSql() |
boolean |
hasViewsSql() |
boolean |
isEmpty() |
int |
size() |
java.lang.String |
toString() |
public InformationSchemaViews()
public Query getAdditionalColumnAttributesSql()
public Query getAdditionalTableAttributesSql()
public Query getExtForeignKeysSql()
public Query getExtHiddenTableColumnsSql()
public Query getExtIndexColumnsSql()
public Query getExtIndexesSql()
public Query getExtPrimaryKeysSql()
public Query getExtTableConstraintsSql()
public Query getExtTablesSql()
public Query getForeignKeysSql()
public Query getIndexesSql()
public Query getOverrideTypeInfoSql()
DatabaseMetaData.getTypeInfo()public Query getPrimaryKeysSql()
public Query getRoutinesSql()
public Query getSchemataSql()
public Query getSequencesSql()
public Query getSynonymsSql()
public Query getTableColumnsSql()
public Query getTableConstraintsColumnsSql()
public Query getTableConstraintsSql()
public Query getTablesSql()
public Query getTriggersSql()
public Query getViewsSql()
public boolean hasAdditionalColumnAttributesSql()
public boolean hasAdditionalTableAttributesSql()
public boolean hasExtForeignKeysSql()
public boolean hasExtHiddenTableColumnsSql()
public boolean hasExtIndexColumnsSql()
public boolean hasExtIndexesSql()
public boolean hasExtPrimaryKeysSql()
public boolean hasExtTableConstraintsSql()
public boolean hasExtTablesSql()
public boolean hasForeignKeysSql()
public boolean hasIndexesSql()
public boolean hasOverrideTypeInfoSql()
public boolean hasPrimaryKeysSql()
public boolean hasRoutinesSql()
public boolean hasSchemataSql()
public boolean hasSequencesSql()
public boolean hasSynonymsSql()
public boolean hasTableColumnsSql()
public boolean hasTableConstraintsColumnsSql()
public boolean hasTableConstraintsSql()
public boolean hasTablesSql()
public boolean hasTriggerSql()
public boolean hasViewsSql()
public boolean isEmpty()
public int size()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2018 Sualeh Fatehi. All rights reserved.