public class PgCatalog extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
PgAttrdef |
PG_ATTRDEF
The table
pg_catalog.pg_attrdef. |
PgAttribute |
PG_ATTRIBUTE
The table
pg_catalog.pg_attribute. |
static PgCatalog |
PG_CATALOG
The reference instance of
pg_catalog |
PgClass |
PG_CLASS
The table
pg_catalog.pg_class. |
PgCollation |
PG_COLLATION
The table
pg_catalog.pg_collation. |
PgConstraint |
PG_CONSTRAINT
The table
pg_catalog.pg_constraint. |
PgDescription |
PG_DESCRIPTION
The table
pg_catalog.pg_description. |
PgEnum |
PG_ENUM
The table
pg_catalog.pg_enum. |
PgIndex |
PG_INDEX
The table
pg_catalog.pg_index. |
PgInherits |
PG_INHERITS
The table
pg_catalog.pg_inherits. |
PgNamespace |
PG_NAMESPACE
The table
pg_catalog.pg_namespace. |
PgProc |
PG_PROC
The table
pg_catalog.pg_proc. |
PgSequence |
PG_SEQUENCE
The table
pg_catalog.pg_sequence. |
PgType |
PG_TYPE
The table
pg_catalog.pg_type. |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(BindContext arg0)
Deprecated.
|
protected DSLContext |
create()
Deprecated.
|
protected DSLContext |
create(Configuration arg0)
Deprecated.
|
protected DSLContext |
create(Context<?> arg0)
Deprecated.
|
Catalog |
getCatalog() |
String |
getComment() |
Comment |
getCommentPart() |
String |
getName() |
List<Table<?>> |
getTables() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, domainStream, equals, getDomain, getDomain, getDomains, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, sequenceStream, tableStream, udtStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, getUnqualifiedNamepublic static final PgCatalog PG_CATALOG
pg_catalogpublic final PgAttrdef PG_ATTRDEF
pg_catalog.pg_attrdef.public final PgAttribute PG_ATTRIBUTE
pg_catalog.pg_attribute.public final PgClass PG_CLASS
pg_catalog.pg_class.public final PgCollation PG_COLLATION
pg_catalog.pg_collation.public final PgConstraint PG_CONSTRAINT
pg_catalog.pg_constraint.public final PgDescription PG_DESCRIPTION
pg_catalog.pg_description.public final PgEnum PG_ENUM
pg_catalog.pg_enum.public final PgIndex PG_INDEX
pg_catalog.pg_index.public final PgInherits PG_INHERITS
pg_catalog.pg_inherits.public final PgNamespace PG_NAMESPACE
pg_catalog.pg_namespace.public final PgProc PG_PROC
pg_catalog.pg_proc.public final PgSequence PG_SEQUENCE
pg_catalog.pg_sequence.public final PgType PG_TYPE
pg_catalog.pg_type.public Catalog getCatalog()
getCatalog in interface SchemagetCatalog in class SchemaImplpublic final List<Table<?>> getTables()
getTables in interface SchemagetTables in class SchemaImplpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Namedpublic final Comment getCommentPart()
getCommentPart in interface Named@Deprecated public final void toSQL(RenderContext arg0)
toSQL in interface QueryPartInternal@Deprecated public final void bind(BindContext arg0) throws DataAccessException
bind in interface QueryPartInternalDataAccessException@Deprecated protected final DSLContext create()
@Deprecated protected final DSLContext create(Configuration arg0)
@Deprecated protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2021. All rights reserved.