- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- org.jooq.meta.postgres.pg_catalog.PgCatalog
-
- All Implemented Interfaces:
Serializable,Named,QueryPart,QueryPartInternal,Schema
public class PgCatalog extends SchemaImpl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description PgAttrdefPG_ATTRDEFThe tablepg_catalog.pg_attrdef.PgAttributePG_ATTRIBUTEThe tablepg_catalog.pg_attribute.static PgCatalogPG_CATALOGThe reference instance ofpg_catalogPgClassPG_CLASSThe tablepg_catalog.pg_class.PgCollationPG_COLLATIONThe tablepg_catalog.pg_collation.PgConstraintPG_CONSTRAINTThe tablepg_catalog.pg_constraint.PgDependPG_DEPENDThe tablepg_catalog.pg_depend.PgDescriptionPG_DESCRIPTIONThe tablepg_catalog.pg_description.PgEnumPG_ENUMThe tablepg_catalog.pg_enum.PgIndexPG_INDEXThe tablepg_catalog.pg_index.PgInheritsPG_INHERITSThe tablepg_catalog.pg_inherits.PgNamespacePG_NAMESPACEThe tablepg_catalog.pg_namespace.PgProcPG_PROCThe tablepg_catalog.pg_proc.PgSequencePG_SEQUENCEThe tablepg_catalog.pg_sequence.PgTypePG_TYPEThe tablepg_catalog.pg_type.
-
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
-
PG_CATALOG
public static final PgCatalog PG_CATALOG
The reference instance ofpg_catalog
-
PG_ATTRDEF
public final PgAttrdef PG_ATTRDEF
The tablepg_catalog.pg_attrdef.
-
PG_ATTRIBUTE
public final PgAttribute PG_ATTRIBUTE
The tablepg_catalog.pg_attribute.
-
PG_CLASS
public final PgClass PG_CLASS
The tablepg_catalog.pg_class.
-
PG_COLLATION
public final PgCollation PG_COLLATION
The tablepg_catalog.pg_collation.
-
PG_CONSTRAINT
public final PgConstraint PG_CONSTRAINT
The tablepg_catalog.pg_constraint.
-
PG_DEPEND
public final PgDepend PG_DEPEND
The tablepg_catalog.pg_depend.
-
PG_DESCRIPTION
public final PgDescription PG_DESCRIPTION
The tablepg_catalog.pg_description.
-
PG_ENUM
public final PgEnum PG_ENUM
The tablepg_catalog.pg_enum.
-
PG_INDEX
public final PgIndex PG_INDEX
The tablepg_catalog.pg_index.
-
PG_INHERITS
public final PgInherits PG_INHERITS
The tablepg_catalog.pg_inherits.
-
PG_NAMESPACE
public final PgNamespace PG_NAMESPACE
The tablepg_catalog.pg_namespace.
-
PG_PROC
public final PgProc PG_PROC
The tablepg_catalog.pg_proc.
-
PG_SEQUENCE
public final PgSequence PG_SEQUENCE
The tablepg_catalog.pg_sequence.
-
PG_TYPE
public final PgType PG_TYPE
The tablepg_catalog.pg_type.
-
-
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)
-
-