- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- org.jooq.meta.postgres.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 AttributesATTRIBUTESThe tableinformation_schema.attributes.CheckConstraintsCHECK_CONSTRAINTSThe tableinformation_schema.check_constraints.ColumnsCOLUMNSThe tableinformation_schema.columns.ConstraintColumnUsageCONSTRAINT_COLUMN_USAGEThe tableinformation_schema.constraint_column_usage.DomainsDOMAINSThe tableinformation_schema.domains.static InformationSchemaINFORMATION_SCHEMAThe reference instance ofinformation_schemaKeyColumnUsageKEY_COLUMN_USAGEThe tableinformation_schema.key_column_usage.ParametersPARAMETERSThe tableinformation_schema.parameters.ReferentialConstraintsREFERENTIAL_CONSTRAINTSThe tableinformation_schema.referential_constraints.RoutinesROUTINESThe tableinformation_schema.routines.SchemataSCHEMATAThe tableinformation_schema.schemata.SequencesSEQUENCESThe tableinformation_schema.sequences.TablesTABLESThe tableinformation_schema.tables.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
-
ATTRIBUTES
public final Attributes ATTRIBUTES
The tableinformation_schema.attributes.
-
CHECK_CONSTRAINTS
public final CheckConstraints CHECK_CONSTRAINTS
The tableinformation_schema.check_constraints.
-
COLUMNS
public final Columns COLUMNS
The tableinformation_schema.columns.
-
CONSTRAINT_COLUMN_USAGE
public final ConstraintColumnUsage CONSTRAINT_COLUMN_USAGE
The tableinformation_schema.constraint_column_usage.
-
DOMAINS
public final Domains DOMAINS
The tableinformation_schema.domains.
-
KEY_COLUMN_USAGE
public final KeyColumnUsage KEY_COLUMN_USAGE
The tableinformation_schema.key_column_usage.
-
PARAMETERS
public final Parameters PARAMETERS
The tableinformation_schema.parameters.
-
REFERENTIAL_CONSTRAINTS
public final ReferentialConstraints REFERENTIAL_CONSTRAINTS
The tableinformation_schema.referential_constraints.
-
ROUTINES
public final Routines ROUTINES
The tableinformation_schema.routines.
-
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.
-
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)
-
-