- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- org.jooq.meta.firebird.rdb.DefaultSchema
-
- All Implemented Interfaces:
Serializable,Named,QueryPart,QueryPartInternal,Schema
public class DefaultSchema extends SchemaImpl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultSchemaDEFAULT_SCHEMAThe reference instance ofDEFAULT_SCHEMARdb$checkConstraintsRDB$CHECK_CONSTRAINTSThe tableRDB$CHECK_CONSTRAINTS.Rdb$fieldsRDB$FIELDSThe tableRDB$FIELDS.Rdb$functionArgumentsRDB$FUNCTION_ARGUMENTSThe tableRDB$FUNCTION_ARGUMENTS.Rdb$functionsRDB$FUNCTIONSThe tableRDB$FUNCTIONS.Rdb$generatorsRDB$GENERATORSThe tableRDB$GENERATORS.Rdb$indexSegmentsRDB$INDEX_SEGMENTSThe tableRDB$INDEX_SEGMENTS.Rdb$indicesRDB$INDICESThe tableRDB$INDICES.Rdb$procedureParametersRDB$PROCEDURE_PARAMETERSThe tableRDB$PROCEDURE_PARAMETERS.Rdb$proceduresRDB$PROCEDURESThe tableRDB$PROCEDURES.Rdb$refConstraintsRDB$REF_CONSTRAINTSThe tableRDB$REF_CONSTRAINTS.Rdb$relationConstraintsRDB$RELATION_CONSTRAINTSThe tableRDB$RELATION_CONSTRAINTS.Rdb$relationFieldsRDB$RELATION_FIELDSThe tableRDB$RELATION_FIELDS.Rdb$relationsRDB$RELATIONSThe tableRDB$RELATIONS.Rdb$triggersRDB$TRIGGERSThe tableRDB$TRIGGERS.
-
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()List<Domain<?>>getDomains()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, 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
-
DEFAULT_SCHEMA
public static final DefaultSchema DEFAULT_SCHEMA
The reference instance ofDEFAULT_SCHEMA
-
RDB$CHECK_CONSTRAINTS
public final Rdb$checkConstraints RDB$CHECK_CONSTRAINTS
The tableRDB$CHECK_CONSTRAINTS.
-
RDB$FIELDS
public final Rdb$fields RDB$FIELDS
The tableRDB$FIELDS.
-
RDB$FUNCTION_ARGUMENTS
public final Rdb$functionArguments RDB$FUNCTION_ARGUMENTS
The tableRDB$FUNCTION_ARGUMENTS.
-
RDB$FUNCTIONS
public final Rdb$functions RDB$FUNCTIONS
The tableRDB$FUNCTIONS.
-
RDB$GENERATORS
public final Rdb$generators RDB$GENERATORS
The tableRDB$GENERATORS.
-
RDB$INDEX_SEGMENTS
public final Rdb$indexSegments RDB$INDEX_SEGMENTS
The tableRDB$INDEX_SEGMENTS.
-
RDB$INDICES
public final Rdb$indices RDB$INDICES
The tableRDB$INDICES.
-
RDB$PROCEDURE_PARAMETERS
public final Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS
The tableRDB$PROCEDURE_PARAMETERS.
-
RDB$PROCEDURES
public final Rdb$procedures RDB$PROCEDURES
The tableRDB$PROCEDURES.
-
RDB$REF_CONSTRAINTS
public final Rdb$refConstraints RDB$REF_CONSTRAINTS
The tableRDB$REF_CONSTRAINTS.
-
RDB$RELATION_CONSTRAINTS
public final Rdb$relationConstraints RDB$RELATION_CONSTRAINTS
The tableRDB$RELATION_CONSTRAINTS.
-
RDB$RELATION_FIELDS
public final Rdb$relationFields RDB$RELATION_FIELDS
The tableRDB$RELATION_FIELDS.
-
RDB$RELATIONS
public final Rdb$relations RDB$RELATIONS
The tableRDB$RELATIONS.
-
RDB$TRIGGERS
public final Rdb$triggers RDB$TRIGGERS
The tableRDB$TRIGGERS.
-
-
Method Detail
-
getCatalog
public Catalog getCatalog()
- Specified by:
getCatalogin interfaceSchema- Overrides:
getCatalogin classSchemaImpl
-
getDomains
public final List<Domain<?>> getDomains()
- Specified by:
getDomainsin interfaceSchema- Overrides:
getDomainsin 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)
-
-