- java.lang.Object
-
- org.jooq.meta.firebird.rdb.Tables
-
public class Tables extends Object
Convenience access to all tables in the default schema.
-
-
Field Summary
Fields Modifier and Type Field Description static Rdb$checkConstraintsRDB$CHECK_CONSTRAINTSThe tableRDB$CHECK_CONSTRAINTS.static Rdb$fieldsRDB$FIELDSThe tableRDB$FIELDS.static Rdb$functionArgumentsRDB$FUNCTION_ARGUMENTSThe tableRDB$FUNCTION_ARGUMENTS.static Rdb$functionsRDB$FUNCTIONSThe tableRDB$FUNCTIONS.static Rdb$generatorsRDB$GENERATORSThe tableRDB$GENERATORS.static Rdb$indexSegmentsRDB$INDEX_SEGMENTSThe tableRDB$INDEX_SEGMENTS.static Rdb$indicesRDB$INDICESThe tableRDB$INDICES.static Rdb$procedureParametersRDB$PROCEDURE_PARAMETERSThe tableRDB$PROCEDURE_PARAMETERS.static Rdb$proceduresRDB$PROCEDURESThe tableRDB$PROCEDURES.static Rdb$refConstraintsRDB$REF_CONSTRAINTSThe tableRDB$REF_CONSTRAINTS.static Rdb$relationConstraintsRDB$RELATION_CONSTRAINTSThe tableRDB$RELATION_CONSTRAINTS.static Rdb$relationFieldsRDB$RELATION_FIELDSThe tableRDB$RELATION_FIELDS.static Rdb$relationsRDB$RELATIONSThe tableRDB$RELATIONS.static Rdb$triggersRDB$TRIGGERSThe tableRDB$TRIGGERS.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
RDB$CHECK_CONSTRAINTS
public static final Rdb$checkConstraints RDB$CHECK_CONSTRAINTS
The tableRDB$CHECK_CONSTRAINTS.
-
RDB$FIELDS
public static final Rdb$fields RDB$FIELDS
The tableRDB$FIELDS.
-
RDB$FUNCTION_ARGUMENTS
public static final Rdb$functionArguments RDB$FUNCTION_ARGUMENTS
The tableRDB$FUNCTION_ARGUMENTS.
-
RDB$FUNCTIONS
public static final Rdb$functions RDB$FUNCTIONS
The tableRDB$FUNCTIONS.
-
RDB$GENERATORS
public static final Rdb$generators RDB$GENERATORS
The tableRDB$GENERATORS.
-
RDB$INDEX_SEGMENTS
public static final Rdb$indexSegments RDB$INDEX_SEGMENTS
The tableRDB$INDEX_SEGMENTS.
-
RDB$INDICES
public static final Rdb$indices RDB$INDICES
The tableRDB$INDICES.
-
RDB$PROCEDURE_PARAMETERS
public static final Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS
The tableRDB$PROCEDURE_PARAMETERS.
-
RDB$PROCEDURES
public static final Rdb$procedures RDB$PROCEDURES
The tableRDB$PROCEDURES.
-
RDB$REF_CONSTRAINTS
public static final Rdb$refConstraints RDB$REF_CONSTRAINTS
The tableRDB$REF_CONSTRAINTS.
-
RDB$RELATION_CONSTRAINTS
public static final Rdb$relationConstraints RDB$RELATION_CONSTRAINTS
The tableRDB$RELATION_CONSTRAINTS.
-
RDB$RELATION_FIELDS
public static final Rdb$relationFields RDB$RELATION_FIELDS
The tableRDB$RELATION_FIELDS.
-
RDB$RELATIONS
public static final Rdb$relations RDB$RELATIONS
The tableRDB$RELATIONS.
-
RDB$TRIGGERS
public static final Rdb$triggers RDB$TRIGGERS
The tableRDB$TRIGGERS.
-
-