public class DefaultSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static DefaultSchema |
DEFAULT_SCHEMA
The reference instance of
DEFAULT_SCHEMA |
Rdb$checkConstraints |
RDB$CHECK_CONSTRAINTS
The table
RDB$CHECK_CONSTRAINTS. |
Rdb$fields |
RDB$FIELDS
The table
RDB$FIELDS. |
Rdb$generators |
RDB$GENERATORS
The table
RDB$GENERATORS. |
Rdb$indexSegments |
RDB$INDEX_SEGMENTS
The table
RDB$INDEX_SEGMENTS. |
Rdb$indices |
RDB$INDICES
The table
RDB$INDICES. |
Rdb$procedureParameters |
RDB$PROCEDURE_PARAMETERS
The table
RDB$PROCEDURE_PARAMETERS. |
Rdb$procedures |
RDB$PROCEDURES
The table
RDB$PROCEDURES. |
Rdb$refConstraints |
RDB$REF_CONSTRAINTS
The table
RDB$REF_CONSTRAINTS. |
Rdb$relationConstraints |
RDB$RELATION_CONSTRAINTS
The table
RDB$RELATION_CONSTRAINTS. |
Rdb$relationFields |
RDB$RELATION_FIELDS
The table
RDB$RELATION_FIELDS. |
Rdb$relations |
RDB$RELATIONS
The table
RDB$RELATIONS. |
Rdb$triggers |
RDB$TRIGGERS
The table
RDB$TRIGGERS. |
| 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() |
List<Domain<?>> |
getDomains() |
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, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, sequenceStream, tableStream, udtStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, getUnqualifiedNamepublic static final DefaultSchema DEFAULT_SCHEMA
DEFAULT_SCHEMApublic final Rdb$checkConstraints RDB$CHECK_CONSTRAINTS
RDB$CHECK_CONSTRAINTS.public final Rdb$fields RDB$FIELDS
RDB$FIELDS.public final Rdb$generators RDB$GENERATORS
RDB$GENERATORS.public final Rdb$indexSegments RDB$INDEX_SEGMENTS
RDB$INDEX_SEGMENTS.public final Rdb$indices RDB$INDICES
RDB$INDICES.public final Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS
RDB$PROCEDURE_PARAMETERS.public final Rdb$procedures RDB$PROCEDURES
RDB$PROCEDURES.public final Rdb$refConstraints RDB$REF_CONSTRAINTS
RDB$REF_CONSTRAINTS.public final Rdb$relationConstraints RDB$RELATION_CONSTRAINTS
RDB$RELATION_CONSTRAINTS.public final Rdb$relationFields RDB$RELATION_FIELDS
RDB$RELATION_FIELDS.public final Rdb$relations RDB$RELATIONS
RDB$RELATIONS.public final Rdb$triggers RDB$TRIGGERS
RDB$TRIGGERS.public Catalog getCatalog()
getCatalog in interface SchemagetCatalog in class SchemaImplpublic final List<Domain<?>> getDomains()
getDomains in interface SchemagetDomains 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.