- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- org.jooq.meta.hsqldb.information_schema.InformationSchema
-
- All Implemented Interfaces:
Serializable,Named,QueryPart,QueryPartInternal,Schema
public class InformationSchema extends SchemaImpl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CheckConstraintsCHECK_CONSTRAINTSone row for each domain constraint, table check constraint, and assertion.ColumnsCOLUMNSone row for each column of table of viewDomainConstraintsDOMAIN_CONSTRAINTSone row for each check constraint included in a domain definitionDomainsDOMAINSone row for each domain identifiedElementTypesELEMENT_TYPESThe tableINFORMATION_SCHEMA.ELEMENT_TYPES.static InformationSchemaINFORMATION_SCHEMAThe reference instance ofINFORMATION_SCHEMAKeyColumnUsageKEY_COLUMN_USAGEone row for each column used in s primary key or unique constraintParametersPARAMETERSone row for each routine parameterReferentialConstraintsREFERENTIAL_CONSTRAINTSone row for each foreign key constraintRoutinesROUTINESone row for each routineSchemataSCHEMATAone row for each schemaSequencesSEQUENCESone row for each external sequence generatorSystemColumnsSYSTEM_COLUMNSthe visible columns of each accessible table defined within this databaseSystemIndexinfoSYSTEM_INDEXINFOinformation about the indices of each accessible table defined within this databaseSystemTablesSYSTEM_TABLESthe accessible tables defined within this databaseTableConstraintsTABLE_CONSTRAINTSone row for each table constraint associated with a tableTablesTABLESone row for each table or viewViewsVIEWSthe view descriptors of the accessible views defined within this database
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected DSLContextcreate()Deprecated.protected DSLContextcreate(Configuration arg0)Deprecated.protected DSLContextcreate(Context<?> arg0)Deprecated.booleandeclaresCTE()booleandeclaresFields()booleandeclaresTables()booleandeclaresWindows()booleangeneratesCast()CataloggetCatalog()StringgetComment()CommentgetCommentPart()StringgetName()NamegetQualifiedName()List<Table<?>>getTables()NamegetUnqualifiedName()inthashCode()booleanrendersContent(Context<?> arg0)StringtoString()protected DataAccessExceptiontranslate(String arg0, SQLException arg1)-
Methods inherited from class org.jooq.impl.SchemaImpl
accept, clauses, domainStream, equals, foreignKeyStream, getDomain, getDomain, getDomains, getForeignKeys, getForeignKeys, getForeignKeys, getIndexes, getIndexes, getIndexes, getPrimaryKeys, getPrimaryKeys, getPrimaryKeys, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, getUniqueKeys, getUniqueKeys, getUniqueKeys, indexStream, primaryKeyStream, sequenceStream, tableStream, udtStream, uniqueKeyStream
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
-
-
-
Field Detail
-
INFORMATION_SCHEMA
public static final InformationSchema INFORMATION_SCHEMA
The reference instance ofINFORMATION_SCHEMA
-
CHECK_CONSTRAINTS
public final CheckConstraints CHECK_CONSTRAINTS
one row for each domain constraint, table check constraint, and assertion.
-
COLUMNS
public final Columns COLUMNS
one row for each column of table of view
-
DOMAIN_CONSTRAINTS
public final DomainConstraints DOMAIN_CONSTRAINTS
one row for each check constraint included in a domain definition
-
DOMAINS
public final Domains DOMAINS
one row for each domain identified
-
ELEMENT_TYPES
public final ElementTypes ELEMENT_TYPES
The tableINFORMATION_SCHEMA.ELEMENT_TYPES.
-
KEY_COLUMN_USAGE
public final KeyColumnUsage KEY_COLUMN_USAGE
one row for each column used in s primary key or unique constraint
-
PARAMETERS
public final Parameters PARAMETERS
one row for each routine parameter
-
REFERENTIAL_CONSTRAINTS
public final ReferentialConstraints REFERENTIAL_CONSTRAINTS
one row for each foreign key constraint
-
ROUTINES
public final Routines ROUTINES
one row for each routine
-
SCHEMATA
public final Schemata SCHEMATA
one row for each schema
-
SEQUENCES
public final Sequences SEQUENCES
one row for each external sequence generator
-
SYSTEM_COLUMNS
public final SystemColumns SYSTEM_COLUMNS
the visible columns of each accessible table defined within this database
-
SYSTEM_INDEXINFO
public final SystemIndexinfo SYSTEM_INDEXINFO
information about the indices of each accessible table defined within this database
-
SYSTEM_TABLES
public final SystemTables SYSTEM_TABLES
the accessible tables defined within this database
-
TABLE_CONSTRAINTS
public final TableConstraints TABLE_CONSTRAINTS
one row for each table constraint associated with a table
-
TABLES
public final Tables TABLES
one row for each table or view
-
VIEWS
public final Views VIEWS
the view descriptors of the accessible views defined within this database
-
-
Method Detail
-
getCatalog
public Catalog getCatalog()
- Specified by:
getCatalogin interfaceSchema- Overrides:
getCatalogin classSchemaImpl
-
getTables
public final List<Table<?>> getTables()
- Specified by:
getTablesin interfaceSchema- Overrides:
getTablesin classSchemaImpl
-
getQualifiedName
public Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceNamed
-
getUnqualifiedName
public final Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceNamed
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceNamed
-
getCommentPart
public final Comment getCommentPart()
- Specified by:
getCommentPartin interfaceNamed
-
rendersContent
public boolean rendersContent(Context<?> arg0)
- Specified by:
rendersContentin interfaceQueryPartInternal
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceQueryPartInternal
-
declaresTables
public boolean declaresTables()
- Specified by:
declaresTablesin interfaceQueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceQueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceQueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceQueryPartInternal
-
toString
public String toString()
-
create
@Deprecated protected final DSLContext create()
Deprecated.
-
create
@Deprecated protected final DSLContext create(Configuration arg0)
Deprecated.
-
create
@Deprecated protected final DSLContext create(Context<?> arg0)
Deprecated.
-
translate
protected final DataAccessException translate(String arg0, SQLException arg1)
-
-