- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- org.jooq.meta.h2.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 ColumnsCOLUMNSThe tableINFORMATION_SCHEMA.COLUMNS.ConstraintsCONSTRAINTSThe tableINFORMATION_SCHEMA.CONSTRAINTS.CrossReferencesCROSS_REFERENCESThe tableINFORMATION_SCHEMA.CROSS_REFERENCES.DomainsDOMAINSThe tableINFORMATION_SCHEMA.DOMAINS.FunctionAliasesFUNCTION_ALIASESThe tableINFORMATION_SCHEMA.FUNCTION_ALIASES.FunctionColumnsFUNCTION_COLUMNSThe tableINFORMATION_SCHEMA.FUNCTION_COLUMNS.IndexesINDEXESThe tableINFORMATION_SCHEMA.INDEXES.static InformationSchemaINFORMATION_SCHEMAThe reference instance ofINFORMATION_SCHEMASchemataSCHEMATAThe tableINFORMATION_SCHEMA.SCHEMATA.SequencesSEQUENCESThe tableINFORMATION_SCHEMA.SEQUENCES.TablesTABLESThe tableINFORMATION_SCHEMA.TABLES.TypeInfoTYPE_INFOThe tableINFORMATION_SCHEMA.TYPE_INFO.ViewsVIEWSThe tableINFORMATION_SCHEMA.VIEWS.
-
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
-
COLUMNS
public final Columns COLUMNS
The tableINFORMATION_SCHEMA.COLUMNS.
-
CONSTRAINTS
public final Constraints CONSTRAINTS
The tableINFORMATION_SCHEMA.CONSTRAINTS.
-
CROSS_REFERENCES
public final CrossReferences CROSS_REFERENCES
The tableINFORMATION_SCHEMA.CROSS_REFERENCES.
-
DOMAINS
public final Domains DOMAINS
The tableINFORMATION_SCHEMA.DOMAINS.
-
FUNCTION_ALIASES
public final FunctionAliases FUNCTION_ALIASES
The tableINFORMATION_SCHEMA.FUNCTION_ALIASES.
-
FUNCTION_COLUMNS
public final FunctionColumns FUNCTION_COLUMNS
The tableINFORMATION_SCHEMA.FUNCTION_COLUMNS.
-
INDEXES
public final Indexes INDEXES
The tableINFORMATION_SCHEMA.INDEXES.
-
SCHEMATA
public final Schemata SCHEMATA
The tableINFORMATION_SCHEMA.SCHEMATA.
-
SEQUENCES
public final Sequences SEQUENCES
The tableINFORMATION_SCHEMA.SEQUENCES.
-
TABLES
public final Tables TABLES
The tableINFORMATION_SCHEMA.TABLES.
-
TYPE_INFO
public final TypeInfo TYPE_INFO
The tableINFORMATION_SCHEMA.TYPE_INFO.
-
VIEWS
public final Views VIEWS
The tableINFORMATION_SCHEMA.VIEWS.
-
-
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)
-
-