Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X _ 

A

AbstractDatabase - Class in org.jooq.util
A base implementation for all types of databases.
AbstractDatabase() - Constructor for class org.jooq.util.AbstractDatabase
 
AbstractDefinition - Class in org.jooq.util
A base implementation for any type of definition.
AbstractDefinition(Database, SchemaDefinition, String) - Constructor for class org.jooq.util.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, String, String) - Constructor for class org.jooq.util.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, String, String, String) - Constructor for class org.jooq.util.AbstractDefinition
 
AbstractElementContainerDefinition<E extends TypedElementDefinition<?>> - Class in org.jooq.util
A base implementation for element container definitions
AbstractElementContainerDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.AbstractElementContainerDefinition
 
AbstractPackageDefinition - Class in org.jooq.util
 
AbstractPackageDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.AbstractPackageDefinition
 
AbstractRoutineDefinition - Class in org.jooq.util
 
AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.util.AbstractRoutineDefinition
 
AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String, boolean) - Constructor for class org.jooq.util.AbstractRoutineDefinition
 
AbstractTableDefinition - Class in org.jooq.util
A base implementation for table definitions.
AbstractTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.AbstractTableDefinition
 
AbstractUDTDefinition - Class in org.jooq.util
Abstract base implementation for UDTDefinition's
AbstractUDTDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.AbstractUDTDefinition
 
addCheckConstraint(TableDefinition, CheckConstraintDefinition) - Method in class org.jooq.util.DefaultRelations
 
addFilter(Database.Filter) - Method in class org.jooq.util.AbstractDatabase
 
addFilter(Database.Filter) - Method in interface org.jooq.util.Database
[#3488] Add an additional filter to the database that is applied in addition to include / exclude.
addForeignKey(String, String, ColumnDefinition, SchemaDefinition) - Method in class org.jooq.util.DefaultRelations
 
addLiteral(String) - Method in class org.jooq.util.DefaultEnumDefinition
 
addLiterals(String...) - Method in class org.jooq.util.DefaultEnumDefinition
 
addParameter(InOutDefinition, ParameterDefinition) - Method in class org.jooq.util.AbstractRoutineDefinition
 
addPrimaryKey(String, ColumnDefinition) - Method in class org.jooq.util.DefaultRelations
 
addUniqueKey(String, ColumnDefinition) - Method in class org.jooq.util.DefaultRelations
 
ALIAS_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.ALIAS_CATALOG.
ALIAS_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.ALIAS_CATALOG.
ALIAS_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.ALIAS_NAME.
ALIAS_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.ALIAS_NAME.
ALIAS_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.ALIAS_SCHEMA.
ALIAS_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.ALIAS_SCHEMA.
allParameters - Variable in class org.jooq.util.AbstractRoutineDefinition
 
ArrayDefinition - Interface in org.jooq.util
A definition for an ARRAY type
as(String) - Method in class org.jooq.util.cubrid.dba.tables.DbAttribute
as(String) - Method in class org.jooq.util.cubrid.dba.tables.DbClass
as(String) - Method in class org.jooq.util.cubrid.dba.tables.DbIndex
as(String) - Method in class org.jooq.util.cubrid.dba.tables.DbIndexKey
as(String) - Method in class org.jooq.util.cubrid.dba.tables.DbSerial
as(String) - Method in class org.jooq.util.cubrid.dba.tables.DbUser
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$fields
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$generators
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
as(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relations
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Columns
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Parameters
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Routines
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Schemata
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Sequences
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
as(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Tables
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Attributes
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Columns
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Parameters
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Routines
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Schemata
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Sequences
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.TableConstraints
as(String) - Method in class org.jooq.util.postgres.information_schema.tables.Tables
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgClass
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgProc
as(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgType
AS_LOCATOR - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.AS_LOCATOR.
AS_LOCATOR - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.AS_LOCATOR.
AS_LOCATOR - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.as_locator.
AS_LOCATOR - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.as_locator.
ASC_DESC - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.asc_desc.
ASC_OR_DESC - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.ASC_OR_DESC.
ATT_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.att_name.
ATTACL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attacl.
ATTALIGN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attalign.
ATTBYVAL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attbyval.
ATTCACHEOFF - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attcacheoff.
ATTCOLLATION - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attcollation.
ATTFDWOPTIONS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attfdwoptions.
ATTHASDEF - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.atthasdef.
ATTINHCOUNT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attinhcount.
ATTISDROPPED - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attisdropped.
ATTISLOCAL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attislocal.
ATTLEN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attlen.
ATTNAME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attname.
ATTNDIMS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attndims.
ATTNOTNULL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attnotnull.
ATTNUM - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attnum.
ATTOPTIONS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attoptions.
ATTR_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.attr_name.
ATTR_TYPE - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.attr_type.
ATTRELID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attrelid.
ATTRIBUTE_DEFAULT - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.attribute_default.
ATTRIBUTE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.attribute_name.
ATTRIBUTE_UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.attribute_udt_catalog.
ATTRIBUTE_UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.attribute_udt_name.
ATTRIBUTE_UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.attribute_udt_schema.
AttributeDefinition - Interface in org.jooq.util
An attribute in a UDTDefinition
Attributes - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
ATTRIBUTES - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.attributes
Attributes() - Constructor for class org.jooq.util.postgres.information_schema.tables.Attributes
Create a information_schema.attributes table reference
Attributes(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Attributes
Create an aliased information_schema.attributes table reference
ATTRIBUTES - Static variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The reference instance of information_schema.attributes
ATTSTATTARGET - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attstattarget.
ATTSTORAGE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.attstorage.
ATTTYPID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.atttypid.
ATTTYPMOD - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The column pg_catalog.pg_attribute.atttypmod.
AUTHORIZATION - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.authorization.
AUTHORIZATIONID - Static variable in class org.jooq.util.derby.sys.tables.Sysschemas
The column SYS.SYSSCHEMAS.AUTHORIZATIONID.
AUTO_INCREMENT - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.AUTO_INCREMENT.
AUTO_INCREMENT - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.AUTO_INCREMENT.
AUTOINCREMENTINC - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.AUTOINCREMENTINC.
AUTOINCREMENTSTART - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.AUTOINCREMENTSTART.
AUTOINCREMENTVALUE - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.AUTOINCREMENTVALUE.
AVG_ROW_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.AVG_ROW_LENGTH.

B

binding - Variable in class org.jooq.util.jaxb.CustomType
 
BODY - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.body.
BODY_UTF8 - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.body_utf8.

C

CACHE - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.CACHE.
CACHED_NUM - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.cached_num.
call() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
Call this table-valued function
CARDINALITY - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.CARDINALITY.
CARDINALITY - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.CARDINALITY.
CASE_SENSITIVE - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.CASE_SENSITIVE.
CATALOG_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.CATALOG_NAME.
CATALOG_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.CATALOG_NAME.
CATALOG_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Schemata
The column information_schema.SCHEMATA.CATALOG_NAME.
CATALOG_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.catalog_name.
catalogName - Variable in class org.jooq.util.xml.jaxb.Schema
 
CHARACTER_MAXIMUM_LENGTH - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.CHARACTER_MAXIMUM_LENGTH.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.character_maximum_length.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.character_maximum_length.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.character_maximum_length.
CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.character_maximum_length.
CHARACTER_OCTET_LENGTH - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.CHARACTER_OCTET_LENGTH.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.character_octet_length.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.character_octet_length.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.character_octet_length.
CHARACTER_OCTET_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.character_octet_length.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_CATALOG.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_SET_CATALOG.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.CHARACTER_SET_CATALOG.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.CHARACTER_SET_CATALOG.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.character_set_catalog.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.character_set_catalog.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.character_set_catalog.
CHARACTER_SET_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.character_set_catalog.
CHARACTER_SET_CLIENT - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.character_set_client.
CHARACTER_SET_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.CHARACTER_SET_NAME.
CHARACTER_SET_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.character_set_name.
CHARACTER_SET_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.character_set_name.
CHARACTER_SET_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.character_set_name.
CHARACTER_SET_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.character_set_name.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_SCHEMA.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_SET_SCHEMA.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.CHARACTER_SET_SCHEMA.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.CHARACTER_SET_SCHEMA.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.character_set_schema.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.character_set_schema.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.character_set_schema.
CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.character_set_schema.
characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Column
 
characterMaximumLength - Variable in class org.jooq.util.xml.jaxb.Sequence
 
CHECK_CLAUSE - Variable in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
The column INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CHECK_CLAUSE.
CHECK_CLAUSE - Variable in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
The column information_schema.check_constraints.check_clause.
CHECK_CONSTRAINT - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.CHECK_CONSTRAINT.
CHECK_CONSTRAINTS - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.CHECK_CONSTRAINTS
CHECK_CONSTRAINTS - Static variable in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
The singleton instance of INFORMATION_SCHEMA.CHECK_CONSTRAINTS
CHECK_CONSTRAINTS - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.check_constraints
CHECK_CONSTRAINTS - Static variable in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
The reference instance of information_schema.check_constraints
CHECK_EXPRESSION - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.CHECK_EXPRESSION.
CHECK_TIME - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.CHECK_TIME.
CheckConstraintDefinition - Interface in org.jooq.util
An object holding information about a CHECK constraint.
CheckConstraints - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
CheckConstraints() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
Create a INFORMATION_SCHEMA.CHECK_CONSTRAINTS table reference
CheckConstraints(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
Create an aliased INFORMATION_SCHEMA.CHECK_CONSTRAINTS table reference
CheckConstraints - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
CheckConstraints() - Constructor for class org.jooq.util.postgres.information_schema.tables.CheckConstraints
Create a information_schema.check_constraints table reference
CheckConstraints(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.CheckConstraints
Create an aliased information_schema.check_constraints table reference
CHECKSUM - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.CHECKSUM.
CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.class_name.
CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbClass
The column db_class.class_name.
CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.class_name.
CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.class_name.
CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.class_name.
CLASS_TYPE - Variable in class org.jooq.util.cubrid.dba.tables.DbClass
The column db_class.class_type.
CLASSOID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
The column pg_catalog.pg_description.classoid.
CODE_SET - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.code_set.
COLLATION - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.COLLATION.
COLLATION_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLLATION_CATALOG.
COLLATION_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.COLLATION_CATALOG.
COLLATION_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.COLLATION_CATALOG.
COLLATION_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.COLLATION_CATALOG.
COLLATION_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.collation_catalog.
COLLATION_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.collation_catalog.
COLLATION_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.collation_catalog.
COLLATION_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.collation_catalog.
COLLATION_CONNECTION - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.collation_connection.
COLLATION_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLLATION_NAME.
COLLATION_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLLATION_NAME.
COLLATION_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.COLLATION_NAME.
COLLATION_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.COLLATION_NAME.
COLLATION_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.COLLATION_NAME.
COLLATION_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.COLLATION_NAME.
COLLATION_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.COLLATION_NAME.
COLLATION_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.collation_name.
COLLATION_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.collation_name.
COLLATION_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.collation_name.
COLLATION_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.collation_name.
COLLATION_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLLATION_SCHEMA.
COLLATION_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.COLLATION_SCHEMA.
COLLATION_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.COLLATION_SCHEMA.
COLLATION_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.COLLATION_SCHEMA.
COLLATION_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.collation_schema.
COLLATION_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.collation_schema.
COLLATION_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.collation_schema.
COLLATION_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.collation_schema.
COLLECTION_TYPE_IDENTIFIER - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.COLLECTION_TYPE_IDENTIFIER.
Column - Class in org.jooq.util.xml.jaxb
Java class for Column complex type.
Column() - Constructor for class org.jooq.util.xml.jaxb.Column
 
COLUMN_COMMENT - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.COLUMN_COMMENT.
COLUMN_COUNT - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.COLUMN_COUNT.
COLUMN_COUNT - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_COUNT.
COLUMN_DEFAULT - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT.
COLUMN_DEFAULT - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_DEFAULT.
COLUMN_DEFAULT - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT.
COLUMN_DEFAULT - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.COLUMN_DEFAULT.
COLUMN_DEFAULT - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.column_default.
COLUMN_KEY - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.COLUMN_KEY.
COLUMN_LIST - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.COLUMN_LIST.
COLUMN_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLUMN_NAME.
COLUMN_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_NAME.
COLUMN_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.COLUMN_NAME.
COLUMN_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.COLUMN_NAME.
COLUMN_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.COLUMN_NAME.
COLUMN_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.COLUMN_NAME.
COLUMN_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.COLUMN_NAME.
COLUMN_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.COLUMN_NAME.
COLUMN_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.column_name.
COLUMN_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.column_name.
COLUMN_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.column_name.
COLUMN_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_TYPE.
COLUMN_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.COLUMN_TYPE.
COLUMNDATATYPE - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.COLUMNDATATYPE.
COLUMNDEFAULT - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.COLUMNDEFAULT.
columnDefault - Variable in class org.jooq.util.xml.jaxb.Column
 
COLUMNDEFAULTID - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.COLUMNDEFAULTID.
ColumnDefinition - Interface in org.jooq.util
An interface defining a column of a table.
COLUMNNAME - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.COLUMNNAME.
columnName - Variable in class org.jooq.util.xml.jaxb.Column
 
columnName - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
COLUMNNUMBER - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.COLUMNNUMBER.
Columns - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
COLUMNS - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.COLUMNS
COLUMNS - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The reference instance of INFORMATION_SCHEMA.COLUMNS
Columns - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
COLUMNS - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.COLUMNS
Columns() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Columns
Create a INFORMATION_SCHEMA.COLUMNS table reference
Columns(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Columns
Create an aliased INFORMATION_SCHEMA.COLUMNS table reference
COLUMNS - Static variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The singleton instance of INFORMATION_SCHEMA.COLUMNS
Columns - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
COLUMNS - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.COLUMNS
COLUMNS - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The singleton instance of information_schema.COLUMNS
Columns - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
COLUMNS - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.columns
Columns() - Constructor for class org.jooq.util.postgres.information_schema.tables.Columns
Create a information_schema.columns table reference
Columns(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Columns
Create an aliased information_schema.columns table reference
COLUMNS - Static variable in class org.jooq.util.postgres.information_schema.tables.Columns
The reference instance of information_schema.columns
columns - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
COMMENT - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.COMMENT.
COMMENT - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.comment.
COMMIT_ACTION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.COMMIT_ACTION.
COMMIT_ACTION - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.commit_action.
Configuration - Class in org.jooq.util.jaxb
Java class for anonymous complex type.
Configuration() - Constructor for class org.jooq.util.jaxb.Configuration
 
CONGLOMERATEID - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.CONGLOMERATEID.
CONGLOMERATEID - Static variable in class org.jooq.util.derby.sys.tables.Syskeys
The column SYS.SYSKEYS.CONGLOMERATEID.
CONGLOMERATENAME - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.CONGLOMERATENAME.
CONGLOMERATENUMBER - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.CONGLOMERATENUMBER.
CONSTRAINT_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
The column INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The column information_schema.TABLE_CONSTRAINTS.CONSTRAINT_CATALOG.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
The column information_schema.check_constraints.constraint_catalog.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.constraint_catalog.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.constraint_catalog.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.constraint_catalog.
CONSTRAINT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.constraint_catalog.
CONSTRAINT_COLUMN_USAGE - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.constraint_column_usage
CONSTRAINT_COLUMN_USAGE - Static variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The reference instance of information_schema.constraint_column_usage
CONSTRAINT_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_NAME.
CONSTRAINT_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.CONSTRAINT_NAME.
CONSTRAINT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
The column INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CONSTRAINT_NAME.
CONSTRAINT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.CONSTRAINT_NAME.
CONSTRAINT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.CONSTRAINT_NAME.
CONSTRAINT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_NAME.
CONSTRAINT_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.CONSTRAINT_NAME.
CONSTRAINT_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.CONSTRAINT_NAME.
CONSTRAINT_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The column information_schema.TABLE_CONSTRAINTS.CONSTRAINT_NAME.
CONSTRAINT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
The column information_schema.check_constraints.constraint_name.
CONSTRAINT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.constraint_name.
CONSTRAINT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.constraint_name.
CONSTRAINT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.constraint_name.
CONSTRAINT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.constraint_name.
CONSTRAINT_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
The column INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The column information_schema.TABLE_CONSTRAINTS.CONSTRAINT_SCHEMA.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
The column information_schema.check_constraints.constraint_schema.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.constraint_schema.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.constraint_schema.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.constraint_schema.
CONSTRAINT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.constraint_schema.
CONSTRAINT_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_TYPE.
CONSTRAINT_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_TYPE.
CONSTRAINT_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The column information_schema.TABLE_CONSTRAINTS.CONSTRAINT_TYPE.
CONSTRAINT_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.constraint_type.
constraintCatalog - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
constraintCatalog - Variable in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
constraintCatalog - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
ConstraintColumnUsage - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
ConstraintColumnUsage() - Constructor for class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
Create a information_schema.constraint_column_usage table reference
ConstraintColumnUsage(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
Create an aliased information_schema.constraint_column_usage table reference
CONSTRAINTID - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.CONSTRAINTID.
CONSTRAINTID - Static variable in class org.jooq.util.derby.sys.tables.Syskeys
The column SYS.SYSKEYS.CONSTRAINTID.
CONSTRAINTNAME - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.CONSTRAINTNAME.
constraintName - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
constraintName - Variable in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
constraintName - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
Constraints - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
CONSTRAINTS - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.CONSTRAINTS
CONSTRAINTS - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The reference instance of INFORMATION_SCHEMA.CONSTRAINTS
constraintSchema - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
constraintSchema - Variable in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
constraintSchema - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
constraintType - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
converter - Variable in class org.jooq.util.jaxb.CustomType
 
Count1 - Class in org.jooq.util.postgres.pg_catalog.routines
This class is generated by jOOQ.
count1(Object) - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Get pg_catalog.count as a field
count1(Field<Object>) - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Get pg_catalog.count as a field
Count1() - Constructor for class org.jooq.util.postgres.pg_catalog.routines.Count1
Create a new routine call instance
Count2 - Class in org.jooq.util.postgres.pg_catalog.routines
This class is generated by jOOQ.
count2() - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Get pg_catalog.count as a field
Count2() - Constructor for class org.jooq.util.postgres.pg_catalog.routines.Count2
Create a new routine call instance
countSimilarReferences() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
countSimilarReferences() - Method in interface org.jooq.util.ForeignKeyDefinition
Count the number of references between referencing and referenced tables.
create() - Method in class org.jooq.util.AbstractDatabase
 
create() - Method in class org.jooq.util.AbstractDefinition
 
create() - Method in interface org.jooq.util.Database
Create the factory for this database.
create0() - Method in class org.jooq.util.AbstractDatabase
Create a new Factory
create0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
create0() - Method in class org.jooq.util.derby.DerbyDatabase
 
create0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
create0() - Method in class org.jooq.util.h2.H2Database
 
create0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
create0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
create0() - Method in class org.jooq.util.mariadb.MariaDBDatabase
 
create0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
create0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
create0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
create0() - Method in class org.jooq.util.xml.XMLDatabase
 
CREATE_OPTIONS - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.CREATE_OPTIONS.
CREATE_TIME - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.CREATE_TIME.
createColumn() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of Column
createConfiguration() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Configuration
createCustomType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of CustomType
CREATED - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.CREATED.
CREATED - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.created.
CREATED - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.created.
createDatabase() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Database
createEnumType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of EnumType
createForcedType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of ForcedType
createGenerate() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Generate
createGenerator() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Generator
createInformationSchema() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of InformationSchema
createJdbc() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Jdbc
createKeyColumnUsage() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of KeyColumnUsage
createMatcherRule() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of MatcherRule
createMatchers() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Matchers
createMatchersFieldType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of MatchersFieldType
createMatchersRoutineType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of MatchersRoutineType
createMatchersSchemaType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of MatchersSchemaType
createMatchersSequenceType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of MatchersSequenceType
createMatchersTableType() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of MatchersTableType
createProperty() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Property
createReferentialConstraint() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of ReferentialConstraint
createSchema() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Schema
createSchema() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of Schema
createSequence() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of Sequence
createStrategy() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Strategy
createTable() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of Table
createTableConstraint() - Method in class org.jooq.util.xml.jaxb.ObjectFactory
Create an instance of TableConstraint
createTarget() - Method in class org.jooq.util.jaxb.ObjectFactory
Create an instance of Target
CREATION_TIME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The column pg_catalog.pg_cursor.creation_time.
CROSS_REFERENCES - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.CROSS_REFERENCES
CROSS_REFERENCES - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The reference instance of INFORMATION_SCHEMA.CROSS_REFERENCES
CrossReferences - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
CUBRIDDatabase - Class in org.jooq.util.cubrid
 
CUBRIDDatabase() - Constructor for class org.jooq.util.cubrid.CUBRIDDatabase
 
CUBRIDTableDefinition - Class in org.jooq.util.cubrid
 
CUBRIDTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.cubrid.CUBRIDTableDefinition
 
CURRENT_VAL - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.current_val.
CURRENT_VALUE - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.CURRENT_VALUE.
CURRENTVALUE - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.CURRENTVALUE.
CustomType - Class in org.jooq.util.jaxb
Java class for CustomType complex type.
CustomType() - Constructor for class org.jooq.util.jaxb.CustomType
 
customTypes - Variable in class org.jooq.util.jaxb.Database
 
CYCLE_OPTION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.CYCLE_OPTION.
CYCLE_OPTION - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.cycle_option.
CYCLEOPTION - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.CYCLEOPTION.
CYCLIC - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.cyclic.

D

daoClass - Variable in class org.jooq.util.jaxb.MatchersTableType
 
daoImplements - Variable in class org.jooq.util.jaxb.MatchersTableType
 
daos - Variable in class org.jooq.util.jaxb.Generate
 
DATA_FREE - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.DATA_FREE.
DATA_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.DATA_LENGTH.
DATA_TYPE - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.data_type.
DATA_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DATA_TYPE.
DATA_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.DATA_TYPE.
DATA_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.DATA_TYPE.
DATA_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.DATA_TYPE.
DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DATA_TYPE.
DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.DATA_TYPE.
DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.DATA_TYPE.
DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.DATA_TYPE.
DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.DATA_TYPE.
DATA_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.DATA_TYPE.
DATA_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.DATA_TYPE.
DATA_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.data_type.
DATA_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.data_type.
DATA_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.data_type.
DATA_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.data_type.
DATA_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.data_type.
Database - Interface in org.jooq.util
A general database model.
database(SQLDialect) - Static method in class org.jooq.util.Databases
Get a Database instance for a given SQLDialect.
Database - Class in org.jooq.util.jaxb
Java class for Database complex type.
Database() - Constructor for class org.jooq.util.jaxb.Database
 
database - Variable in class org.jooq.util.jaxb.Generator
 
Database.Filter - Interface in org.jooq.util
A filter type that can be used with Database.addFilter(Filter)
databaseClass(SQLDialect) - Static method in class org.jooq.util.Databases
Get a reference to a Database class for a given SQLDialect.
Databases - Class in org.jooq.util
A common utility class that provides access to various Database implementations and SQLDialects.
Databases() - Constructor for class org.jooq.util.Databases
 
dataType - Variable in class org.jooq.util.xml.jaxb.Column
 
dataType - Variable in class org.jooq.util.xml.jaxb.Sequence
 
DataTypeDefinition - Interface in org.jooq.util
A definition for a data type object.
dateAsTimestamp() - Method in class org.jooq.util.AbstractDatabase
 
dateAsTimestamp() - Method in interface org.jooq.util.Database
Whether DATE columns should be treated as TIMESTAMP columns.
dateAsTimestamp - Variable in class org.jooq.util.jaxb.Database
 
DATETIME_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DATETIME_PRECISION.
DATETIME_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.DATETIME_PRECISION.
DATETIME_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.DATETIME_PRECISION.
DATETIME_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.DATETIME_PRECISION.
DATETIME_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.datetime_precision.
DATETIME_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.datetime_precision.
DATETIME_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.datetime_precision.
DATETIME_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.datetime_precision.
DB - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.db.
DB - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Db.
DB_ATTRIBUTE - Static variable in class org.jooq.util.cubrid.dba.Tables
The table db_attribute
DB_ATTRIBUTE - Static variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The singleton instance of db_attribute
DB_CLASS - Static variable in class org.jooq.util.cubrid.dba.Tables
The table db_class
DB_CLASS - Static variable in class org.jooq.util.cubrid.dba.tables.DbClass
The singleton instance of db_class
DB_COLLATION - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.db_collation.
DB_INDEX - Static variable in class org.jooq.util.cubrid.dba.Tables
The table db_index
DB_INDEX - Static variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The singleton instance of db_index
DB_INDEX_KEY - Static variable in class org.jooq.util.cubrid.dba.Tables
The table db_index_key
DB_INDEX_KEY - Static variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The singleton instance of db_index_key
DB_SERIAL - Static variable in class org.jooq.util.cubrid.dba.Tables
The table db_serial
DB_SERIAL - Static variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The singleton instance of db_serial
DB_SERIAL__PK_DB_SERIAL_NAME - Static variable in class org.jooq.util.cubrid.dba.Keys
 
DB_USER - Static variable in class org.jooq.util.cubrid.dba.Tables
The table db_user
DB_USER - Static variable in class org.jooq.util.cubrid.dba.tables.DbUser
The singleton instance of db_user
DbAttribute - Class in org.jooq.util.cubrid.dba.tables
This class is generated by jOOQ.
DbAttribute() - Constructor for class org.jooq.util.cubrid.dba.tables.DbAttribute
Create a db_attribute table reference
DbAttribute(String) - Constructor for class org.jooq.util.cubrid.dba.tables.DbAttribute
Create an aliased db_attribute table reference
DbClass - Class in org.jooq.util.cubrid.dba.tables
This class is generated by jOOQ.
DbClass() - Constructor for class org.jooq.util.cubrid.dba.tables.DbClass
Create a db_class table reference
DbClass(String) - Constructor for class org.jooq.util.cubrid.dba.tables.DbClass
Create an aliased db_class table reference
DbIndex - Class in org.jooq.util.cubrid.dba.tables
This class is generated by jOOQ.
DbIndex() - Constructor for class org.jooq.util.cubrid.dba.tables.DbIndex
Create a db_index table reference
DbIndex(String) - Constructor for class org.jooq.util.cubrid.dba.tables.DbIndex
Create an aliased db_index table reference
DbIndexKey - Class in org.jooq.util.cubrid.dba.tables
This class is generated by jOOQ.
DbIndexKey() - Constructor for class org.jooq.util.cubrid.dba.tables.DbIndexKey
Create a db_index_key table reference
DbIndexKey(String) - Constructor for class org.jooq.util.cubrid.dba.tables.DbIndexKey
Create an aliased db_index_key table reference
DbSerial - Class in org.jooq.util.cubrid.dba.tables
This class is generated by jOOQ.
DbSerial() - Constructor for class org.jooq.util.cubrid.dba.tables.DbSerial
Create a db_serial table reference
DbSerial(String) - Constructor for class org.jooq.util.cubrid.dba.tables.DbSerial
Create an aliased db_serial table reference
DbUser - Class in org.jooq.util.cubrid.dba.tables
This class is generated by jOOQ.
DbUser() - Constructor for class org.jooq.util.cubrid.dba.tables.DbUser
Create a db_user table reference
DbUser(String) - Constructor for class org.jooq.util.cubrid.dba.tables.DbUser
Create an aliased db_user table reference
DECLARED_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DECLARED_DATA_TYPE.
DECLARED_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.DECLARED_DATA_TYPE.
DECLARED_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.DECLARED_DATA_TYPE.
DECLARED_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.DECLARED_DATA_TYPE.
DECLARED_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.DECLARED_DATA_TYPE.
DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DECLARED_NUMERIC_PRECISION.
DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.DECLARED_NUMERIC_PRECISION.
DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.DECLARED_NUMERIC_PRECISION.
DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.DECLARED_NUMERIC_PRECISION.
DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_PRECISION.
DECLARED_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DECLARED_NUMERIC_SCALE.
DECLARED_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.DECLARED_NUMERIC_SCALE.
DECLARED_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.DECLARED_NUMERIC_SCALE.
DECLARED_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.DECLARED_NUMERIC_SCALE.
DECLARED_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_SCALE.
DEF_ORDER - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.def_order.
DEFAULT_CHARACTER_SET_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_CATALOG.
DEFAULT_CHARACTER_SET_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.default_character_set_catalog.
DEFAULT_CHARACTER_SET_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_NAME.
DEFAULT_CHARACTER_SET_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_NAME.
DEFAULT_CHARACTER_SET_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Schemata
The column information_schema.SCHEMATA.DEFAULT_CHARACTER_SET_NAME.
DEFAULT_CHARACTER_SET_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.default_character_set_name.
DEFAULT_CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_SCHEMA.
DEFAULT_CHARACTER_SET_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.default_character_set_schema.
DEFAULT_COLLATION_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.DEFAULT_COLLATION_NAME.
DEFAULT_COLLATION_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Schemata
The column information_schema.SCHEMATA.DEFAULT_COLLATION_NAME.
DEFAULT_SCHEMA - Static variable in class org.jooq.util.cubrid.dba.DefaultSchema
The singleton instance of
DEFAULT_SCHEMA - Static variable in class org.jooq.util.firebird.rdb.DefaultSchema
The singleton instance of
DEFAULT_VALUE - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.default_value.
DefaultArrayDefinition - Class in org.jooq.util
 
DefaultArrayDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.util.DefaultArrayDefinition
 
DefaultAttributeDefinition - Class in org.jooq.util
A base implementation for column definitions.
DefaultAttributeDefinition(UDTDefinition, String, int, DataTypeDefinition) - Constructor for class org.jooq.util.DefaultAttributeDefinition
 
DefaultCheckConstraintDefinition - Class in org.jooq.util
 
DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String) - Constructor for class org.jooq.util.DefaultCheckConstraintDefinition
 
DefaultColumnDefinition - Class in org.jooq.util
A base implementation for column definitions.
DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, String) - Constructor for class org.jooq.util.DefaultColumnDefinition
 
DefaultDataTypeDefinition - Class in org.jooq.util
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String) - Constructor for class org.jooq.util.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean) - Constructor for class org.jooq.util.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String) - Constructor for class org.jooq.util.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String) - Constructor for class org.jooq.util.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String, String) - Constructor for class org.jooq.util.DefaultDataTypeDefinition
 
DefaultEnumDefinition - Class in org.jooq.util
 
DefaultEnumDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.DefaultEnumDefinition
 
DefaultEnumDefinition(SchemaDefinition, String, String, boolean) - Constructor for class org.jooq.util.DefaultEnumDefinition
 
DefaultForeignKeyDefinition - Class in org.jooq.util
 
DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition) - Constructor for class org.jooq.util.DefaultForeignKeyDefinition
 
DefaultIdentityDefinition - Class in org.jooq.util
A default implementation for IdentityDefinition
DefaultIdentityDefinition(ColumnDefinition) - Constructor for class org.jooq.util.DefaultIdentityDefinition
 
DefaultParameterDefinition - Class in org.jooq.util
A base implementation for column definitions.
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition) - Constructor for class org.jooq.util.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean) - Constructor for class org.jooq.util.DefaultParameterDefinition
 
DefaultRelations - Class in org.jooq.util
 
DefaultRelations() - Constructor for class org.jooq.util.DefaultRelations
 
DefaultSchema - Class in org.jooq.util.cubrid.dba
This class is generated by jOOQ.
DefaultSchema - Class in org.jooq.util.firebird.rdb
This class is generated by jOOQ.
DefaultSequenceDefinition - Class in org.jooq.util
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.util.DefaultSequenceDefinition
 
DefaultUniqueKeyDefinition - Class in org.jooq.util
 
DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean) - Constructor for class org.jooq.util.DefaultUniqueKeyDefinition
 
DEFERRABILITY - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.DEFERRABILITY.
DEFINER - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.definer.
Definition - Interface in org.jooq.util
A general interface defining any database object, such as tables, views, stored procedures, etc.
DELETE_RULE - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.DELETE_RULE.
DELETE_RULE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.DELETE_RULE.
DELETE_RULE - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.DELETE_RULE.
DELETE_RULE - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.delete_rule.
deprecated - Variable in class org.jooq.util.jaxb.Generate
 
DerbyDatabase - Class in org.jooq.util.derby
 
DerbyDatabase() - Constructor for class org.jooq.util.derby.DerbyDatabase
 
DerbyTableDefinition - Class in org.jooq.util.derby
 
DerbyTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.derby.DerbyTableDefinition
 
DESCRIPTION - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
The column pg_catalog.pg_description.description.
DESCRIPTOR - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.DESCRIPTOR.
DIRECT_GROUPS - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.direct_groups.
directory - Variable in class org.jooq.util.jaxb.Target
 
DOMAIN_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DOMAIN_CATALOG.
DOMAIN_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.domain_catalog.
DOMAIN_CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.domain_class_name.
DOMAIN_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DOMAIN_NAME.
DOMAIN_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.domain_name.
DOMAIN_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DOMAIN_SCHEMA.
DOMAIN_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.domain_schema.
driver - Variable in class org.jooq.util.jaxb.Jdbc
 
DTD_IDENTIFIER - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.DTD_IDENTIFIER.
DTD_IDENTIFIER - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.DTD_IDENTIFIER.
DTD_IDENTIFIER - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.DTD_IDENTIFIER.
DTD_IDENTIFIER - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.DTD_IDENTIFIER.
DTD_IDENTIFIER - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.DTD_IDENTIFIER.
DTD_IDENTIFIER - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.dtd_identifier.
DTD_IDENTIFIER - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.dtd_identifier.
DTD_IDENTIFIER - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.dtd_identifier.
DTD_IDENTIFIER - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.dtd_identifier.

E

ELEMENT_TYPES - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.ELEMENT_TYPES
ELEMENT_TYPES - Static variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The singleton instance of INFORMATION_SCHEMA.ELEMENT_TYPES
ElementTypes - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
ElementTypes() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
Create a INFORMATION_SCHEMA.ELEMENT_TYPES table reference
ElementTypes(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
Create an aliased INFORMATION_SCHEMA.ELEMENT_TYPES table reference
ENGINE - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.ENGINE.
EnumDefinition - Interface in org.jooq.util
A definition for an ENUM UDT
ENUMLABEL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
The column pg_catalog.pg_enum.enumlabel.
ENUMSORTORDER - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
The column pg_catalog.pg_enum.enumsortorder.
EnumType - Class in org.jooq.util.jaxb
Java class for EnumType complex type.
EnumType() - Constructor for class org.jooq.util.jaxb.EnumType
 
enumTypes - Variable in class org.jooq.util.jaxb.Database
 
ENUMTYPID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
The column pg_catalog.pg_enum.enumtypid.
equals(Object) - Method in class org.jooq.util.AbstractDefinition
 
equals(Object) - Method in class org.jooq.util.DefaultDataTypeDefinition
 
exclude(Definition) - Method in interface org.jooq.util.Database.Filter
Whether to include an object in this database.
excludes - Variable in class org.jooq.util.jaxb.Database
 
exists(Table<?>) - Method in class org.jooq.util.AbstractDatabase
 
exists(Table<?>) - Method in interface org.jooq.util.Database
Check for the existence of a table in the dictionary views.
expression - Variable in class org.jooq.util.jaxb.ForcedType
 
expression - Variable in class org.jooq.util.jaxb.MatcherRule
 
expression - Variable in class org.jooq.util.jaxb.MatchersFieldType
 
expression - Variable in class org.jooq.util.jaxb.MatchersRoutineType
 
expression - Variable in class org.jooq.util.jaxb.MatchersSchemaType
 
expression - Variable in class org.jooq.util.jaxb.MatchersSequenceType
 
expression - Variable in class org.jooq.util.jaxb.MatchersTableType
 
expressions - Variable in class org.jooq.util.jaxb.ForcedType
 
EXTERNAL_LANGUAGE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.EXTERNAL_LANGUAGE.
EXTERNAL_LANGUAGE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.external_language.
EXTERNAL_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.EXTERNAL_NAME.
EXTERNAL_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.external_name.
EXTRA - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.EXTRA.

F

fetchedSize(List<?>, List<?>) - Static method in class org.jooq.util.AbstractDatabase
 
fieldGetter - Variable in class org.jooq.util.jaxb.MatchersFieldType
 
fieldIdentifier - Variable in class org.jooq.util.jaxb.MatchersFieldType
 
fieldMember - Variable in class org.jooq.util.jaxb.MatchersFieldType
 
fields - Variable in class org.jooq.util.jaxb.Matchers
 
fieldSetter - Variable in class org.jooq.util.jaxb.MatchersFieldType
 
FILTER_CONDITION - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.FILTER_CONDITION.
FILTER_EXPRESSION - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.filter_expression.
filterExcludeInclude(List<T>) - Method in class org.jooq.util.AbstractDatabase
 
filterExcludeInclude(List<T>, String[], String[], List<Database.Filter>) - Method in class org.jooq.util.AbstractDatabase
 
filterExcludeInclude(List<D>) - Method in interface org.jooq.util.Database
Filter a list of definitions according to the exclude / include / and filter settings of this database.
filterSchema(List<T>, SchemaDefinition, Map<SchemaDefinition, List<T>>) - Method in class org.jooq.util.AbstractDatabase
 
filterSchema(List<T>, SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
FirebirdDatabase - Class in org.jooq.util.firebird
 
FirebirdDatabase() - Constructor for class org.jooq.util.firebird.FirebirdDatabase
 
FirebirdRoutineDefinition - Class in org.jooq.util.firebird
 
FirebirdRoutineDefinition(SchemaDefinition, String) - Constructor for class org.jooq.util.firebird.FirebirdRoutineDefinition
 
FirebirdTableDefinition - Class in org.jooq.util.firebird
 
FirebirdTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.firebird.FirebirdTableDefinition
 
FirebirdTableValuedFunction - Class in org.jooq.util.firebird
 
FirebirdTableValuedFunction(SchemaDefinition, String, String) - Constructor for class org.jooq.util.firebird.FirebirdTableValuedFunction
 
FK_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.FK_NAME.
FKCOLUMN_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.FKCOLUMN_NAME.
FKTABLE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_CATALOG.
FKTABLE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_NAME.
FKTABLE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_SCHEMA.
fluentSetters - Variable in class org.jooq.util.jaxb.Generate
 
ForcedType - Class in org.jooq.util.jaxb
Java class for ForcedType complex type.
ForcedType() - Constructor for class org.jooq.util.jaxb.ForcedType
 
forcedTypes - Variable in class org.jooq.util.jaxb.Database
 
ForeignKeyDefinition - Interface in org.jooq.util
An object holding information about a foreign key relationship.
FormatType - Class in org.jooq.util.postgres.pg_catalog.routines
This class is generated by jOOQ.
formatType(Configuration, Long, Integer) - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Call pg_catalog.format_type
formatType(Long, Integer) - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Get pg_catalog.format_type as a field
formatType(Field<Long>, Field<Integer>) - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Get pg_catalog.format_type as a field
FormatType() - Constructor for class org.jooq.util.postgres.pg_catalog.routines.FormatType
Create a new routine call instance
FROM_ATTR_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.from_attr_name.
FROM_CLASS_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.from_class_name.
FROM_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.FROM_SQL_SPECIFIC_CATALOG.
FROM_SQL_SPECIFIC_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.FROM_SQL_SPECIFIC_NAME.
FROM_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.FROM_SQL_SPECIFIC_SCHEMA.
fromValue(String) - Static method in enum org.jooq.util.jaxb.MatcherTransformType
 
fromValue(String) - Static method in enum org.jooq.util.jaxb.RegexFlag
 
fromValue(String) - Static method in enum org.jooq.util.xml.jaxb.TableConstraintType
 
fullyQualifiedTypes - Variable in class org.jooq.util.jaxb.Generate
 
FUNC - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.func.
FUNCTION_ALIASES - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.FUNCTION_ALIASES
FUNCTION_ALIASES - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The reference instance of INFORMATION_SCHEMA.FUNCTION_ALIASES
FUNCTION_COLUMNS - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.FUNCTION_COLUMNS
FUNCTION_COLUMNS - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The reference instance of INFORMATION_SCHEMA.FUNCTION_COLUMNS
FunctionAliases - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
FunctionColumns - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.

G

Generate - Class in org.jooq.util.jaxb
Java class for Generate complex type.
Generate() - Constructor for class org.jooq.util.jaxb.Generate
 
generate - Variable in class org.jooq.util.jaxb.Generator
 
generatedAnnotation - Variable in class org.jooq.util.jaxb.Generate
 
GENERATION_EXPRESSION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.GENERATION_EXPRESSION.
GENERATION_EXPRESSION - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.generation_expression.
generator - Variable in class org.jooq.util.jaxb.Configuration
 
Generator - Class in org.jooq.util.jaxb
Java class for Generator complex type.
Generator() - Constructor for class org.jooq.util.jaxb.Generator
 
getAllParameters() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getAllParameters() - Method in interface org.jooq.util.RoutineDefinition
A list of all IN, OUT, and INOUT parameter column definitions
getArray(SchemaDefinition, String) - Method in class org.jooq.util.AbstractDatabase
 
getArray(SchemaDefinition, String, boolean) - Method in class org.jooq.util.AbstractDatabase
 
getArray(SchemaDefinition, String) - Method in interface org.jooq.util.Database
Get a ARRAY defined in this database by name.
getArray(SchemaDefinition, String, boolean) - Method in interface org.jooq.util.Database
Get a ARRAY defined in this database by name.
getArrays(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getArrays(SchemaDefinition) - Method in interface org.jooq.util.Database
The Arrays defined in this database.
getArrays0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL ARRAYs from the database.
getArrays0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getArrays0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getArrays0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getArrays0() - Method in class org.jooq.util.h2.H2Database
 
getArrays0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getArrays0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getArrays0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getArrays0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getArrays0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getArrays0() - Method in class org.jooq.util.xml.XMLDatabase
 
getAttribute(String) - Method in class org.jooq.util.AbstractUDTDefinition
 
getAttribute(int) - Method in class org.jooq.util.AbstractUDTDefinition
 
getAttribute(String) - Method in interface org.jooq.util.UDTDefinition
Get an attribute in this UDT by its name
getAttribute(int) - Method in interface org.jooq.util.UDTDefinition
Get an attribute in this UDT by its index (starting at 0)
getAttributes() - Method in class org.jooq.util.AbstractUDTDefinition
 
getAttributes() - Method in interface org.jooq.util.UDTDefinition
All attributes in the UDT
getBinding() - Method in interface org.jooq.util.DataTypeDefinition
The binding type that is applied to this data type, or null, if no such binding type is configured.
getBinding() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getBinding() - Method in class org.jooq.util.jaxb.CustomType
Gets the value of the binding property.
getCatalogName() - Method in class org.jooq.util.xml.jaxb.Schema
Gets the value of the catalogName property.
getCharacterMaximumLength() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the characterMaximumLength property.
getCharacterMaximumLength() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the characterMaximumLength property.
getCheckClause() - Method in interface org.jooq.util.CheckConstraintDefinition
The check clause.
getCheckClause() - Method in class org.jooq.util.DefaultCheckConstraintDefinition
 
getCheckConstraints(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getCheckConstraints() - Method in class org.jooq.util.AbstractTableDefinition
 
getCheckConstraints(SchemaDefinition) - Method in interface org.jooq.util.Database
The check constraints contained in this database.
getCheckConstraints(TableDefinition) - Method in class org.jooq.util.DefaultRelations
 
getCheckConstraints(TableDefinition) - Method in interface org.jooq.util.Relations
Get a list of CHECK constraints for a given table.
getCheckConstraints() - Method in interface org.jooq.util.TableDefinition
Get the CHECK constraints for this table.
getChildTables() - Method in class org.jooq.util.AbstractTableDefinition
 
getChildTables() - Method in interface org.jooq.util.TableDefinition
Get the child tables if table inheritance is applicable.
getColumn(String) - Method in class org.jooq.util.AbstractTableDefinition
 
getColumn(String, boolean) - Method in class org.jooq.util.AbstractTableDefinition
 
getColumn(int) - Method in class org.jooq.util.AbstractTableDefinition
 
getColumn() - Method in class org.jooq.util.DefaultIdentityDefinition
 
getColumn() - Method in interface org.jooq.util.IdentityDefinition
The IDENTITY column
getColumn(String) - Method in interface org.jooq.util.TableDefinition
Get a column in this type by its name.
getColumn(String, boolean) - Method in interface org.jooq.util.TableDefinition
Get a column in this type by its name.
getColumn(int) - Method in interface org.jooq.util.TableDefinition
Get a column in this type by its index (starting at 0).
getColumnDefault() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the columnDefault property.
getColumnName() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the columnName property.
getColumnName() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the columnName property.
getColumns() - Method in class org.jooq.util.AbstractTableDefinition
 
getColumns() - Method in interface org.jooq.util.TableDefinition
All columns in the type, table or view.
getColumns() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getComment() - Method in class org.jooq.util.AbstractDefinition
 
getComment() - Method in interface org.jooq.util.Definition
 
getConfiguredCustomType(String) - Method in class org.jooq.util.AbstractDatabase
 
getConfiguredCustomType(String) - Method in interface org.jooq.util.Database
Get a specific configured custom type by its name.
getConfiguredCustomTypes() - Method in class org.jooq.util.AbstractDatabase
 
getConfiguredCustomTypes() - Method in interface org.jooq.util.Database
Database objects matching any of these field names will be generated as custom types.
getConfiguredEnumTypes() - Method in class org.jooq.util.AbstractDatabase
 
getConfiguredEnumTypes() - Method in interface org.jooq.util.Database
Database objects matching any of these field names will be generated as enum types.
getConfiguredForcedType(Definition) - Method in class org.jooq.util.AbstractDatabase
 
getConfiguredForcedType(Definition, DataTypeDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getConfiguredForcedType(Definition) - Method in interface org.jooq.util.Database
Get the configured forced type object for any given Definition, or null if no ForcedType matches the definition.
getConfiguredForcedType(Definition, DataTypeDefinition) - Method in interface org.jooq.util.Database
Get the configured forced type object for any given Definition, or null if no ForcedType matches the definition.
getConfiguredForcedTypes() - Method in class org.jooq.util.AbstractDatabase
 
getConfiguredForcedTypes() - Method in interface org.jooq.util.Database
Database objects matching any of these field names will be generated as forced types.
getConnection() - Method in class org.jooq.util.AbstractDatabase
 
getConnection() - Method in class org.jooq.util.AbstractDefinition
 
getConnection() - Method in interface org.jooq.util.Database
The database connection.
getConstants() - Method in class org.jooq.util.AbstractPackageDefinition
 
getConstants() - Method in class org.jooq.util.AbstractUDTDefinition
 
getConstants() - Method in interface org.jooq.util.PackageDefinition
Fetch all constants from the package.
getConstants0() - Method in class org.jooq.util.AbstractPackageDefinition
 
getConstraintCatalog() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the constraintCatalog property.
getConstraintCatalog() - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Gets the value of the constraintCatalog property.
getConstraintCatalog() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the constraintCatalog property.
getConstraintName() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the constraintName property.
getConstraintName() - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Gets the value of the constraintName property.
getConstraintName() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the constraintName property.
getConstraintSchema() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the constraintSchema property.
getConstraintSchema() - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Gets the value of the constraintSchema property.
getConstraintSchema() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the constraintSchema property.
getConstraintType() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the constraintType property.
getContainer() - Method in interface org.jooq.util.TypedElementDefinition
The container that contains this typed element
getConverter() - Method in interface org.jooq.util.DataTypeDefinition
The converter type that is applied to this data type, or null, if no such converter type is configured.
getConverter() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getConverter() - Method in class org.jooq.util.jaxb.CustomType
Gets the value of the converter property.
getCustomTypes() - Method in class org.jooq.util.jaxb.Database
 
getDaoClass() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the daoClass property.
getDaoImplements() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the daoImplements property.
getDatabase() - Method in class org.jooq.util.AbstractDefinition
 
getDatabase() - Method in interface org.jooq.util.DataTypeDefinition
The underlying database.
getDatabase() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getDatabase() - Method in interface org.jooq.util.Definition
 
getDatabase() - Method in class org.jooq.util.jaxb.Generator
Gets the value of the database property.
getDataType() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the dataType property.
getDataType() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the dataType property.
getDataTypeForMAX_VAL(SchemaDefinition, BigInteger) - Method in class org.jooq.util.AbstractDatabase
Get the data type considering a known max value
getDefinition(List<D>, String, boolean) - Static method in class org.jooq.util.AbstractDatabase
 
getDefinitionPath() - Method in class org.jooq.util.AbstractElementContainerDefinition
 
getDefinitionPath() - Method in class org.jooq.util.AbstractPackageDefinition
 
getDefinitionPath() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getDefinitionPath() - Method in class org.jooq.util.DefaultArrayDefinition
 
getDefinitionPath() - Method in class org.jooq.util.DefaultCheckConstraintDefinition
 
getDefinitionPath() - Method in class org.jooq.util.DefaultEnumDefinition
 
getDefinitionPath() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
getDefinitionPath() - Method in class org.jooq.util.DefaultIdentityDefinition
 
getDefinitionPath() - Method in class org.jooq.util.DefaultUniqueKeyDefinition
 
getDefinitionPath() - Method in interface org.jooq.util.Definition
 
getDefinitionPath() - Method in class org.jooq.util.SchemaDefinition
 
getDialect() - Method in class org.jooq.util.AbstractDatabase
 
getDialect() - Method in class org.jooq.util.AbstractDefinition
 
getDialect() - Method in interface org.jooq.util.Database
Get the dialect for this database.
getDirectory() - Method in class org.jooq.util.jaxb.Target
Gets the value of the directory property.
getDriver() - Method in class org.jooq.util.jaxb.Jdbc
Gets the value of the driver property.
getElement(String) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
getElement(String, boolean) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
getElement(int) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
getElements() - Method in class org.jooq.util.AbstractElementContainerDefinition
 
getElements0() - Method in class org.jooq.util.AbstractElementContainerDefinition
 
getElements0() - Method in class org.jooq.util.AbstractTableDefinition
 
getElements0() - Method in class org.jooq.util.cubrid.CUBRIDTableDefinition
 
getElements0() - Method in class org.jooq.util.derby.DerbyTableDefinition
 
getElements0() - Method in class org.jooq.util.firebird.FirebirdTableDefinition
 
getElements0() - Method in class org.jooq.util.firebird.FirebirdTableValuedFunction
 
getElements0() - Method in class org.jooq.util.h2.H2TableDefinition
 
getElements0() - Method in class org.jooq.util.hsqldb.HSQLDBTableDefinition
 
getElements0() - Method in class org.jooq.util.jdbc.JDBCTableDefinition
 
getElements0() - Method in class org.jooq.util.mysql.MySQLTableDefinition
 
getElements0() - Method in class org.jooq.util.postgres.PostgresTableDefinition
 
getElements0() - Method in class org.jooq.util.postgres.PostgresTableValuedFunction
 
getElements0() - Method in class org.jooq.util.postgres.PostgresUDTDefinition
 
getElements0() - Method in class org.jooq.util.sqlite.SQLiteTableDefinition
 
getElements0() - Method in class org.jooq.util.xml.XMLTableDefinition
 
getElementType() - Method in interface org.jooq.util.ArrayDefinition
 
getElementType() - Method in class org.jooq.util.DefaultArrayDefinition
 
getEnum(SchemaDefinition, String) - Method in class org.jooq.util.AbstractDatabase
 
getEnum(SchemaDefinition, String, boolean) - Method in class org.jooq.util.AbstractDatabase
 
getEnum(SchemaDefinition, String) - Method in interface org.jooq.util.Database
Get an enum UDT defined in this database by name.
getEnum(SchemaDefinition, String, boolean) - Method in interface org.jooq.util.Database
Get an enum UDT defined in this database by name.
getEnums(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getEnums(SchemaDefinition) - Method in interface org.jooq.util.Database
The enum UDTs defined in this database.
getEnums0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL enum UDTs from the database.
getEnums0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getEnums0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getEnums0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getEnums0() - Method in class org.jooq.util.h2.H2Database
 
getEnums0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getEnums0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getEnums0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getEnums0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getEnums0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getEnums0() - Method in class org.jooq.util.xml.XMLDatabase
 
getEnumTypes() - Method in class org.jooq.util.jaxb.Database
 
getExcludes() - Method in class org.jooq.util.AbstractDatabase
 
getExcludes() - Method in interface org.jooq.util.Database
Database objects matching any of these regular expressions will not be generated.
getExcludes() - Method in class org.jooq.util.jaxb.Database
Gets the value of the excludes property.
getExpression() - Method in class org.jooq.util.jaxb.ForcedType
Gets the value of the expression property.
getExpression() - Method in class org.jooq.util.jaxb.MatcherRule
Gets the value of the expression property.
getExpression() - Method in class org.jooq.util.jaxb.MatchersFieldType
Gets the value of the expression property.
getExpression() - Method in class org.jooq.util.jaxb.MatchersRoutineType
Gets the value of the expression property.
getExpression() - Method in class org.jooq.util.jaxb.MatchersSchemaType
Gets the value of the expression property.
getExpression() - Method in class org.jooq.util.jaxb.MatchersSequenceType
Gets the value of the expression property.
getExpression() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the expression property.
getExpressions() - Method in class org.jooq.util.jaxb.ForcedType
Gets the value of the expressions property.
getFieldGetter() - Method in class org.jooq.util.jaxb.MatchersFieldType
Gets the value of the fieldGetter property.
getFieldIdentifier() - Method in class org.jooq.util.jaxb.MatchersFieldType
Gets the value of the fieldIdentifier property.
getFieldMember() - Method in class org.jooq.util.jaxb.MatchersFieldType
Gets the value of the fieldMember property.
getFields() - Method in class org.jooq.util.jaxb.Matchers
 
getFieldSetter() - Method in class org.jooq.util.jaxb.MatchersFieldType
Gets the value of the fieldSetter property.
getFilters() - Method in class org.jooq.util.AbstractDatabase
 
getFilters() - Method in interface org.jooq.util.Database
[#3488] The filters that are applied in addition to include / exclude.
getForcedTypes() - Method in class org.jooq.util.jaxb.Database
 
getForeignKeys(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getForeignKeys() - Method in class org.jooq.util.AbstractTableDefinition
 
getForeignKeys() - Method in interface org.jooq.util.ColumnDefinition
All definitions of foreign keys that this column is part of.
getForeignKeys(SchemaDefinition) - Method in interface org.jooq.util.Database
The foreign keys contained in this database.
getForeignKeys() - Method in class org.jooq.util.DefaultColumnDefinition
 
getForeignKeys(ColumnDefinition) - Method in class org.jooq.util.DefaultRelations
 
getForeignKeys(TableDefinition) - Method in class org.jooq.util.DefaultRelations
 
getForeignKeys() - Method in class org.jooq.util.DefaultUniqueKeyDefinition
 
getForeignKeys(ColumnDefinition) - Method in interface org.jooq.util.Relations
Get a list of foreign keys for a given table, that the column participates in.
getForeignKeys(TableDefinition) - Method in interface org.jooq.util.Relations
Get a list of foreign keys for a given table.
getForeignKeys() - Method in interface org.jooq.util.TableDefinition
Get the foreign keys for this table.
getForeignKeys() - Method in interface org.jooq.util.UniqueKeyDefinition
The foreign keys referencing this primary key
getFromString(String) - Static method in enum org.jooq.util.InOutDefinition
Convert a string into the corresponding InOutDefinition value.
getFullyQualifiedTypes() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the fullyQualifiedTypes property.
getGenerate() - Method in class org.jooq.util.jaxb.Generator
Gets the value of the generate property.
getGenerator() - Method in class org.jooq.util.jaxb.Configuration
Gets the value of the generator property.
getIdentities(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getIdentities(SchemaDefinition) - Method in interface org.jooq.util.Database
The identities contained in this database.
getIdentity() - Method in class org.jooq.util.AbstractTableDefinition
 
getIdentity() - Method in interface org.jooq.util.TableDefinition
Get the IDENTITY column of this table, or null, if no such column exists.
getIdentityGeneration() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the identityGeneration property.
getIncludeExcludeColumns() - Method in class org.jooq.util.AbstractDatabase
 
getIncludeExcludeColumns() - Method in interface org.jooq.util.Database
Indicate whether include / exclude regular expression shall also match database columns.
getIncludes() - Method in class org.jooq.util.AbstractDatabase
 
getIncludes() - Method in interface org.jooq.util.Database
Only database objects matching any of these regular expressions will be generated.
getIncludes() - Method in class org.jooq.util.jaxb.Database
Gets the value of the includes property.
getInParameters() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getInParameters() - Method in interface org.jooq.util.RoutineDefinition
A list of IN or INOUT parameter column definitions
getInputName() - Method in class org.jooq.util.AbstractDefinition
 
getInputName() - Method in interface org.jooq.util.Definition
 
getInputSchema() - Method in class org.jooq.util.jaxb.Database
Gets the value of the inputSchema property.
getInputSchema() - Method in class org.jooq.util.jaxb.Schema
Gets the value of the inputSchema property.
getInputSchemata() - Method in class org.jooq.util.AbstractDatabase
 
getInputSchemata() - Method in interface org.jooq.util.Database
The input schemata are the schemata that jooq-meta is reading data from.
getInterfaceClass() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the interfaceClass property.
getInterfaceImplements() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the interfaceImplements property.
getJdbc() - Method in class org.jooq.util.jaxb.Configuration
Gets the value of the jdbc property.
getKey() - Method in class org.jooq.util.jaxb.Property
Gets the value of the key property.
getKeyColumns() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
getKeyColumns() - Method in class org.jooq.util.DefaultUniqueKeyDefinition
 
getKeyColumns() - Method in interface org.jooq.util.ForeignKeyDefinition
The list of columns making up the foreign key.
getKeyColumns() - Method in interface org.jooq.util.UniqueKeyDefinition
The list of columns making up the primary key.
getKeyColumnUsages() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getKeys() - Method in class org.jooq.util.cubrid.dba.tables.DbSerial
getKeyTable() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
getKeyTable() - Method in interface org.jooq.util.ForeignKeyDefinition
The definition of the referencing table
getLength() - Method in interface org.jooq.util.DataTypeDefinition
The type's length.
getLength() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getLiteral() - Method in enum org.jooq.util.mysql.mysql.enums.ProcIsDeterministic
getLiteral() - Method in enum org.jooq.util.mysql.mysql.enums.ProcLanguage
getLiteral() - Method in enum org.jooq.util.mysql.mysql.enums.ProcSecurityType
getLiteral() - Method in enum org.jooq.util.mysql.mysql.enums.ProcsPrivRoutineType
getLiteral() - Method in enum org.jooq.util.mysql.mysql.enums.ProcSqlDataAccess
getLiteral() - Method in enum org.jooq.util.mysql.mysql.enums.ProcType
getLiterals() - Method in class org.jooq.util.DefaultEnumDefinition
 
getLiterals() - Method in interface org.jooq.util.EnumDefinition
 
getLiterals() - Method in class org.jooq.util.jaxb.EnumType
Gets the value of the literals property.
getMatchers() - Method in class org.jooq.util.jaxb.Strategy
Gets the value of the matchers property.
getName() - Method in class org.jooq.util.AbstractDefinition
 
getName() - Method in interface org.jooq.util.Definition
 
getName() - Method in class org.jooq.util.jaxb.CustomType
Gets the value of the name property.
getName() - Method in class org.jooq.util.jaxb.Database
Gets the value of the name property.
getName() - Method in class org.jooq.util.jaxb.EnumType
Gets the value of the name property.
getName() - Method in class org.jooq.util.jaxb.ForcedType
Gets the value of the name property.
getName() - Method in class org.jooq.util.jaxb.Generator
Gets the value of the name property.
getName() - Method in class org.jooq.util.jaxb.Strategy
Gets the value of the name property.
getName() - Method in enum org.jooq.util.mysql.mysql.enums.ProcIsDeterministic
getName() - Method in enum org.jooq.util.mysql.mysql.enums.ProcLanguage
getName() - Method in enum org.jooq.util.mysql.mysql.enums.ProcSecurityType
getName() - Method in enum org.jooq.util.mysql.mysql.enums.ProcsPrivRoutineType
getName() - Method in enum org.jooq.util.mysql.mysql.enums.ProcSqlDataAccess
getName() - Method in enum org.jooq.util.mysql.mysql.enums.ProcType
getNumericPrecision() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the numericPrecision property.
getNumericPrecision() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the numericPrecision property.
getNumericScale() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the numericScale property.
getNumericScale() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the numericScale property.
getOrdinalPosition() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the ordinalPosition property.
getOrdinalPosition() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the ordinalPosition property.
getOutParameters() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getOutParameters() - Method in interface org.jooq.util.RoutineDefinition
A list of OUT or INOUT parameter column definitions
getOutputName() - Method in class org.jooq.util.AbstractDefinition
Subclasses may override this method
getOutputName() - Method in interface org.jooq.util.Definition
 
getOutputName() - Method in class org.jooq.util.SchemaDefinition
 
getOutputSchema(String) - Method in class org.jooq.util.AbstractDatabase
Deprecated.
getOutputSchema(String) - Method in interface org.jooq.util.Database
Deprecated.
- 2.0.5 - This will be implemented in each Definition.getOutputName()
getOutputSchema() - Method in class org.jooq.util.jaxb.Database
Gets the value of the outputSchema property.
getOutputSchema() - Method in class org.jooq.util.jaxb.Schema
Gets the value of the outputSchema property.
getOverload() - Method in class org.jooq.util.AbstractDefinition
 
getOverload() - Method in interface org.jooq.util.Definition
 
getOverridePrimaryKeys() - Method in class org.jooq.util.AbstractDatabase
 
getOverridePrimaryKeys() - Method in interface org.jooq.util.Database
Unique keys matching these regular expressions will be considered as primary keys in generated code.
getOverridePrimaryKeys() - Method in class org.jooq.util.jaxb.Database
Gets the value of the overridePrimaryKeys property.
getPackage() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getPackage() - Method in interface org.jooq.util.RoutineDefinition
 
getPackageName() - Method in class org.jooq.util.jaxb.Target
Gets the value of the packageName property.
getPackages(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getPackages(SchemaDefinition) - Method in interface org.jooq.util.Database
The packages contained in this database.
getPackages0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL packages from the database.
getPackages0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getPackages0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getPackages0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getPackages0() - Method in class org.jooq.util.h2.H2Database
 
getPackages0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getPackages0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getPackages0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getPackages0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getPackages0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getPackages0() - Method in class org.jooq.util.xml.XMLDatabase
 
getParameters() - Method in class org.jooq.util.AbstractTableDefinition
 
getParameters() - Method in interface org.jooq.util.TableDefinition
The parameters of this table if this is a table-valued function.
getParameters0() - Method in class org.jooq.util.AbstractTableDefinition
 
getParameters0() - Method in class org.jooq.util.firebird.FirebirdTableValuedFunction
 
getParameters0() - Method in class org.jooq.util.postgres.PostgresTableValuedFunction
 
getParentTable() - Method in class org.jooq.util.AbstractTableDefinition
 
getParentTable() - Method in interface org.jooq.util.TableDefinition
Get the parent table if table inheritance is applicable.
getPassword() - Method in class org.jooq.util.jaxb.Jdbc
Gets the value of the password property.
getPojoClass() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the pojoClass property.
getPojoExtends() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the pojoExtends property.
getPojoImplements() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the pojoImplements property.
getPosition() - Method in interface org.jooq.util.ColumnDefinition
The column position in the table.
getPosition() - Method in class org.jooq.util.DefaultColumnDefinition
 
getPrecision() - Method in interface org.jooq.util.DataTypeDefinition
The type's precision.
getPrecision() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getPrimaryKey() - Method in class org.jooq.util.AbstractTableDefinition
 
getPrimaryKey() - Method in interface org.jooq.util.ColumnDefinition
A definition for the primary key that this column is part of, or null if this column is not part of a primary key.
getPrimaryKey() - Method in class org.jooq.util.cubrid.dba.tables.DbSerial
getPrimaryKey() - Method in class org.jooq.util.DefaultColumnDefinition
 
getPrimaryKey(ColumnDefinition) - Method in class org.jooq.util.DefaultRelations
 
getPrimaryKey(ColumnDefinition) - Method in interface org.jooq.util.Relations
Get the the primary for a given column, or null if that column is not part of the primary key.
getPrimaryKey() - Method in interface org.jooq.util.TableDefinition
Get the primary key for this table.
getProperties() - Method in class org.jooq.util.AbstractDatabase
 
getProperties() - Method in class org.jooq.util.jaxb.Database
 
getProperties() - Method in class org.jooq.util.jaxb.Jdbc
 
getQualifiedInputName() - Method in class org.jooq.util.AbstractDefinition
Subclasses may override this method
getQualifiedInputName() - Method in interface org.jooq.util.Definition
 
getQualifiedName() - Method in class org.jooq.util.AbstractDefinition
 
getQualifiedName() - Method in interface org.jooq.util.Definition
 
getQualifiedOutputName() - Method in class org.jooq.util.AbstractDefinition
Subclasses may override this method
getQualifiedOutputName() - Method in interface org.jooq.util.Definition
 
getRecordClass() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the recordClass property.
getRecordImplements() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the recordImplements property.
getRecordTimestampFields() - Method in class org.jooq.util.AbstractDatabase
 
getRecordTimestampFields() - Method in interface org.jooq.util.Database
Table columns matching these regular expressions will be considered as record timestamp fields in generated code.
getRecordTimestampFields() - Method in class org.jooq.util.jaxb.Database
Gets the value of the recordTimestampFields property.
getRecordType() - Method in class org.jooq.util.cubrid.dba.tables.DbAttribute
The class holding records for this type
getRecordType() - Method in class org.jooq.util.cubrid.dba.tables.DbClass
The class holding records for this type
getRecordType() - Method in class org.jooq.util.cubrid.dba.tables.DbIndex
The class holding records for this type
getRecordType() - Method in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The class holding records for this type
getRecordType() - Method in class org.jooq.util.cubrid.dba.tables.DbSerial
The class holding records for this type
getRecordType() - Method in class org.jooq.util.cubrid.dba.tables.DbUser
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Syscolumns
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Sysconglomerates
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Sysconstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Syskeys
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Sysschemas
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Syssequences
The class holding records for this type
getRecordType() - Method in class org.jooq.util.derby.sys.tables.Systables
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$generators
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The class holding records for this type
getRecordType() - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.Columns
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.Constraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.CrossReferences
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.Indexes
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.Schemata
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.Sequences
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.Tables
The class holding records for this type
getRecordType() - Method in class org.jooq.util.h2.information_schema.tables.TypeInfo
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.Columns
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.Routines
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.hsqldb.information_schema.tables.Tables
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.Columns
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.Parameters
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.Schemata
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.Statistics
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.information_schema.tables.Tables
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.mysql.tables.Proc
The class holding records for this type
getRecordType() - Method in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Attributes
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Columns
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Parameters
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Routines
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Schemata
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Sequences
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.information_schema.tables.Tables
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The class holding records for this type
getRecordType() - Method in class org.jooq.util.postgres.pg_catalog.tables.PgType
The class holding records for this type
getRecordVersionFields() - Method in class org.jooq.util.AbstractDatabase
 
getRecordVersionFields() - Method in interface org.jooq.util.Database
Table columns matching these regular expressions will be considered as record version fields in generated code.
getRecordVersionFields() - Method in class org.jooq.util.jaxb.Database
Gets the value of the recordVersionFields property.
getReferencedColumns() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
getReferencedColumns() - Method in interface org.jooq.util.ForeignKeyDefinition
The list of columns referenced by this foreign key
getReferencedKey() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
getReferencedKey() - Method in interface org.jooq.util.ForeignKeyDefinition
The referenced key.
getReferencedTable() - Method in class org.jooq.util.DefaultForeignKeyDefinition
 
getReferencedTable() - Method in interface org.jooq.util.ForeignKeyDefinition
The definition of the referenced table.
getReferentialConstraints() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getRegexFlags() - Method in class org.jooq.util.AbstractDatabase
 
getRegexFlags() - Method in interface org.jooq.util.Database
The regular expression flags that should be applied when using regular expressions.
getRegexFlags() - Method in class org.jooq.util.jaxb.Database
Gets the value of the regexFlags property.
getRelations() - Method in class org.jooq.util.AbstractDatabase
 
getRelations() - Method in interface org.jooq.util.Database
Retrieve the schema's primary key / foreign key relations.
getRelations0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL relations from the database.
getReturnType() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getReturnType() - Method in interface org.jooq.util.RoutineDefinition
 
getReturnValue() - Method in class org.jooq.util.AbstractRoutineDefinition
 
getReturnValue() - Method in interface org.jooq.util.RoutineDefinition
 
getRoutineClass() - Method in class org.jooq.util.jaxb.MatchersRoutineType
Gets the value of the routineClass property.
getRoutineImplements() - Method in class org.jooq.util.jaxb.MatchersRoutineType
Gets the value of the routineImplements property.
getRoutineMethod() - Method in class org.jooq.util.jaxb.MatchersRoutineType
Gets the value of the routineMethod property.
getRoutines(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getRoutines() - Method in class org.jooq.util.AbstractPackageDefinition
 
getRoutines() - Method in class org.jooq.util.AbstractUDTDefinition
 
getRoutines(SchemaDefinition) - Method in interface org.jooq.util.Database
The stored routines (procedures and functions) contained in this database.
getRoutines() - Method in class org.jooq.util.jaxb.Matchers
 
getRoutines() - Method in interface org.jooq.util.PackageDefinition
Fetch all routines from the package.
getRoutines() - Method in interface org.jooq.util.UDTDefinition
All routines in the UDT
getRoutines0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL stored routines (functions and procedures) from the database.
getRoutines0() - Method in class org.jooq.util.AbstractPackageDefinition
 
getRoutines0() - Method in class org.jooq.util.AbstractUDTDefinition
 
getRoutines0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getRoutines0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getRoutines0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getRoutines0() - Method in class org.jooq.util.h2.H2Database
 
getRoutines0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getRoutines0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getRoutines0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getRoutines0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getRoutines0() - Method in class org.jooq.util.postgres.PostgresUDTDefinition
 
getRoutines0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getRoutines0() - Method in class org.jooq.util.xml.XMLDatabase
 
getScale() - Method in interface org.jooq.util.DataTypeDefinition
The type's scale.
getScale() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getSchema(String) - Method in class org.jooq.util.AbstractDatabase
 
getSchema() - Method in class org.jooq.util.AbstractDefinition
 
getSchema(String) - Method in interface org.jooq.util.Database
Get a schema defined in this database by name.
getSchema() - Method in interface org.jooq.util.DataTypeDefinition
The underlying schema.
getSchema() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getSchema() - Method in interface org.jooq.util.Definition
 
getSchema() - Method in class org.jooq.util.jaxb.Jdbc
Gets the value of the schema property.
getSchema() - Method in enum org.jooq.util.mysql.mysql.enums.ProcIsDeterministic
getSchema() - Method in enum org.jooq.util.mysql.mysql.enums.ProcLanguage
getSchema() - Method in enum org.jooq.util.mysql.mysql.enums.ProcSecurityType
getSchema() - Method in enum org.jooq.util.mysql.mysql.enums.ProcsPrivRoutineType
getSchema() - Method in enum org.jooq.util.mysql.mysql.enums.ProcSqlDataAccess
getSchema() - Method in enum org.jooq.util.mysql.mysql.enums.ProcType
getSchemaClass() - Method in class org.jooq.util.jaxb.MatchersSchemaType
Gets the value of the schemaClass property.
getSchemaIdentifier() - Method in class org.jooq.util.jaxb.MatchersSchemaType
Gets the value of the schemaIdentifier property.
getSchemaImplements() - Method in class org.jooq.util.jaxb.MatchersSchemaType
Gets the value of the schemaImplements property.
getSchemaName() - Method in class org.jooq.util.xml.jaxb.Schema
Gets the value of the schemaName property.
getSchemas() - Method in class org.jooq.util.jaxb.Matchers
 
getSchemata() - Method in class org.jooq.util.AbstractDatabase
 
getSchemata() - Method in interface org.jooq.util.Database
The schemata generated from this database.
getSchemata() - Method in class org.jooq.util.jaxb.Database
 
getSchemata() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getSchemata0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL schemata from the database.
getSchemata0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getSchemata0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getSchemata0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getSchemata0() - Method in class org.jooq.util.h2.H2Database
 
getSchemata0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getSchemata0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getSchemata0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getSchemata0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getSchemata0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getSchemata0() - Method in class org.jooq.util.xml.XMLDatabase
 
getSchemaVersionProvider() - Method in class org.jooq.util.AbstractDatabase
 
getSchemaVersionProvider() - Method in interface org.jooq.util.Database
 
getSchemaVersionProvider() - Method in class org.jooq.util.jaxb.Database
Gets the value of the schemaVersionProvider property.
getSequenceCatalog() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the sequenceCatalog property.
getSequenceIdentifier() - Method in class org.jooq.util.jaxb.MatchersSequenceType
Gets the value of the sequenceIdentifier property.
getSequenceName() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the sequenceName property.
getSequences(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getSequences(SchemaDefinition) - Method in interface org.jooq.util.Database
The sequences contained in this database.
getSequences() - Method in class org.jooq.util.firebird.rdb.DefaultSchema
 
getSequences() - Method in class org.jooq.util.jaxb.Matchers
 
getSequences() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getSequences0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL sequences from the database.
getSequences0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getSequences0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getSequences0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getSequences0() - Method in class org.jooq.util.h2.H2Database
 
getSequences0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getSequences0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getSequences0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getSequences0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getSequences0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getSequences0() - Method in class org.jooq.util.xml.XMLDatabase
 
getSequenceSchema() - Method in class org.jooq.util.xml.jaxb.Sequence
Gets the value of the sequenceSchema property.
getStrategy() - Method in class org.jooq.util.jaxb.Generator
Gets the value of the strategy property.
getSyntheticPrimaryKeys() - Method in class org.jooq.util.AbstractDatabase
 
getSyntheticPrimaryKeys() - Method in interface org.jooq.util.Database
Columns matching these regular expressions will be considered as members of synthetic primary keys in generated code.
getSyntheticPrimaryKeys() - Method in class org.jooq.util.jaxb.Database
Gets the value of the syntheticPrimaryKeys property.
getTable(SchemaDefinition, String) - Method in class org.jooq.util.AbstractDatabase
 
getTable(SchemaDefinition, String, boolean) - Method in class org.jooq.util.AbstractDatabase
 
getTable() - Method in class org.jooq.util.AbstractTableDefinition
 
getTable() - Method in interface org.jooq.util.CheckConstraintDefinition
The containing table.
getTable(SchemaDefinition, String) - Method in interface org.jooq.util.Database
Get a table in this database by name.
getTable(SchemaDefinition, String, boolean) - Method in interface org.jooq.util.Database
Get a table in this database by name.
getTable() - Method in class org.jooq.util.DefaultCheckConstraintDefinition
 
getTable() - Method in class org.jooq.util.DefaultIdentityDefinition
 
getTable() - Method in class org.jooq.util.DefaultUniqueKeyDefinition
 
getTable() - Method in interface org.jooq.util.IdentityDefinition
The IDENTITY column's table
getTable() - Method in interface org.jooq.util.TableDefinition
This TableDefinition as a Table.
getTable() - Method in interface org.jooq.util.UniqueKeyDefinition
The table holding this key
getTableCatalog() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the tableCatalog property.
getTableCatalog() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the tableCatalog property.
getTableCatalog() - Method in class org.jooq.util.xml.jaxb.Table
Gets the value of the tableCatalog property.
getTableCatalog() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the tableCatalog property.
getTableClass() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the tableClass property.
getTableConstraints() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getTableIdentifier() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the tableIdentifier property.
getTableImplements() - Method in class org.jooq.util.jaxb.MatchersTableType
Gets the value of the tableImplements property.
getTableName() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the tableName property.
getTableName() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the tableName property.
getTableName() - Method in class org.jooq.util.xml.jaxb.Table
Gets the value of the tableName property.
getTableName() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the tableName property.
getTables(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getTables() - Method in class org.jooq.util.cubrid.dba.DefaultSchema
 
getTables(SchemaDefinition) - Method in interface org.jooq.util.Database
The tables contained in this database.
getTables() - Method in class org.jooq.util.derby.sys.Sys
 
getTables() - Method in class org.jooq.util.firebird.rdb.DefaultSchema
 
getTables() - Method in class org.jooq.util.h2.information_schema.InformationSchema
 
getTables() - Method in class org.jooq.util.hsqldb.information_schema.InformationSchema
 
getTables() - Method in class org.jooq.util.jaxb.Matchers
 
getTables() - Method in class org.jooq.util.mysql.information_schema.InformationSchema
 
getTables() - Method in class org.jooq.util.mysql.mysql.Mysql
 
getTables() - Method in class org.jooq.util.postgres.information_schema.InformationSchema
 
getTables() - Method in class org.jooq.util.postgres.pg_catalog.PgCatalog
 
getTables() - Method in class org.jooq.util.SchemaDefinition
 
getTables() - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
getTables0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL tables from the database.
getTables0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getTables0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getTables0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getTables0() - Method in class org.jooq.util.h2.H2Database
 
getTables0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getTables0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getTables0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getTables0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getTables0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getTables0() - Method in class org.jooq.util.xml.XMLDatabase
 
getTableSchema() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the tableSchema property.
getTableSchema() - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Gets the value of the tableSchema property.
getTableSchema() - Method in class org.jooq.util.xml.jaxb.Table
Gets the value of the tableSchema property.
getTableSchema() - Method in class org.jooq.util.xml.jaxb.TableConstraint
Gets the value of the tableSchema property.
getTarget() - Method in class org.jooq.util.jaxb.Generator
Gets the value of the target property.
getTransform() - Method in class org.jooq.util.jaxb.MatcherRule
Gets the value of the transform property.
getType() - Method in interface org.jooq.util.DataTypeDefinition
The dialect-specific column type.
getType() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getType() - Method in class org.jooq.util.jaxb.CustomType
Gets the value of the type property.
getType() - Method in interface org.jooq.util.TypedElementDefinition
The column / parameter type
getTypes() - Method in class org.jooq.util.jaxb.ForcedType
Gets the value of the types property.
getUDT(SchemaDefinition, String) - Method in class org.jooq.util.AbstractDatabase
 
getUDT(SchemaDefinition, String, boolean) - Method in class org.jooq.util.AbstractDatabase
 
getUDT(SchemaDefinition, String) - Method in interface org.jooq.util.Database
Get a UDT defined in this database by name.
getUDT(SchemaDefinition, String, boolean) - Method in interface org.jooq.util.Database
Get a UDT defined in this database by name.
getUDTs(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getUDTs(SchemaDefinition) - Method in interface org.jooq.util.Database
The UDTs defined in this database.
getUDTs0() - Method in class org.jooq.util.AbstractDatabase
Retrieve ALL UDTs from the database.
getUDTs0() - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
getUDTs0() - Method in class org.jooq.util.derby.DerbyDatabase
 
getUDTs0() - Method in class org.jooq.util.firebird.FirebirdDatabase
 
getUDTs0() - Method in class org.jooq.util.h2.H2Database
 
getUDTs0() - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
getUDTs0() - Method in class org.jooq.util.jdbc.JDBCDatabase
 
getUDTs0() - Method in class org.jooq.util.mysql.MySQLDatabase
 
getUDTs0() - Method in class org.jooq.util.postgres.PostgresDatabase
 
getUDTs0() - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
getUDTs0() - Method in class org.jooq.util.xml.XMLDatabase
 
getUniqueConstraintCatalog() - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Gets the value of the uniqueConstraintCatalog property.
getUniqueConstraintName() - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Gets the value of the uniqueConstraintName property.
getUniqueConstraintSchema() - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Gets the value of the uniqueConstraintSchema property.
getUniqueKeys(SchemaDefinition) - Method in class org.jooq.util.AbstractDatabase
 
getUniqueKeys() - Method in class org.jooq.util.AbstractTableDefinition
 
getUniqueKeys() - Method in interface org.jooq.util.ColumnDefinition
All definitions of unique keys that this column is part of.
getUniqueKeys(SchemaDefinition) - Method in interface org.jooq.util.Database
The unique keys contained in this database.
getUniqueKeys() - Method in class org.jooq.util.DefaultColumnDefinition
 
getUniqueKeys(ColumnDefinition) - Method in class org.jooq.util.DefaultRelations
 
getUniqueKeys(TableDefinition) - Method in class org.jooq.util.DefaultRelations
 
getUniqueKeys(SchemaDefinition) - Method in class org.jooq.util.DefaultRelations
 
getUniqueKeys() - Method in class org.jooq.util.DefaultRelations
 
getUniqueKeys(ColumnDefinition) - Method in interface org.jooq.util.Relations
Get a list of referenced keys (primary or unique) for a given table, that the column participates in.
getUniqueKeys(TableDefinition) - Method in interface org.jooq.util.Relations
Get a list of referenced keys (primary or unique) for a given table.
getUniqueKeys(SchemaDefinition) - Method in interface org.jooq.util.Relations
Get a list of all referenced keys (primary or unique) for a given schema.
getUniqueKeys() - Method in interface org.jooq.util.Relations
Get a list of all referenced keys (primary or unique).
getUniqueKeys() - Method in interface org.jooq.util.TableDefinition
Get the unique keys for this table.
getUrl() - Method in class org.jooq.util.jaxb.Jdbc
Gets the value of the url property.
getUser() - Method in class org.jooq.util.jaxb.Jdbc
Gets the value of the user property.
getUserType() - Method in interface org.jooq.util.DataTypeDefinition
The user type, if applicable.
getUserType() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
getValue() - Method in class org.jooq.util.jaxb.Property
Gets the value of the value property.
globalObjectReferences - Variable in class org.jooq.util.jaxb.Generate
 
globalRoutineReferences - Variable in class org.jooq.util.jaxb.Generate
 
globalSequenceReferences - Variable in class org.jooq.util.jaxb.Generate
 
globalTableReferences - Variable in class org.jooq.util.jaxb.Generate
 
globalUDTReferences - Variable in class org.jooq.util.jaxb.Generate
 
GRANTOR - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Grantor.
GROUPS - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.groups.

H

H2Database - Class in org.jooq.util.h2
H2 implementation of AbstractDatabase
H2Database() - Constructor for class org.jooq.util.h2.H2Database
 
H2RoutineDefinition - Class in org.jooq.util.h2
H2 implementation of AbstractRoutineDefinition
H2RoutineDefinition(SchemaDefinition, String, String, String, Number, Number) - Constructor for class org.jooq.util.h2.H2RoutineDefinition
 
H2TableDefinition - Class in org.jooq.util.h2
H2 table definition
H2TableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.h2.H2TableDefinition
 
hashCode() - Method in class org.jooq.util.AbstractDefinition
 
hashCode() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
HAVE_FUNCTION - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.have_function.
HOST - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Host.
HSQLDBDatabase - Class in org.jooq.util.hsqldb
The HSQLDB database
HSQLDBDatabase() - Constructor for class org.jooq.util.hsqldb.HSQLDBDatabase
 
HSQLDBRoutineDefinition - Class in org.jooq.util.hsqldb
HSQLDB implementation of AbstractRoutineDefinition
HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number) - Constructor for class org.jooq.util.hsqldb.HSQLDBRoutineDefinition
 
HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number, boolean) - Constructor for class org.jooq.util.hsqldb.HSQLDBRoutineDefinition
 
HSQLDBTableDefinition - Class in org.jooq.util.hsqldb
 
HSQLDBTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.hsqldb.HSQLDBTableDefinition
 

I

ID - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.id.
ID - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.ID.
ID - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.ID.
ID - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.ID.
ID - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.ID.
ID - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.ID.
ID - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.ID.
IDENTITY_CYCLE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IDENTITY_CYCLE.
IDENTITY_CYCLE - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.identity_cycle.
IDENTITY_GENERATION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IDENTITY_GENERATION.
IDENTITY_GENERATION - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.identity_generation.
IDENTITY_INCREMENT - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IDENTITY_INCREMENT.
IDENTITY_INCREMENT - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.identity_increment.
IDENTITY_MAXIMUM - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IDENTITY_MAXIMUM.
IDENTITY_MAXIMUM - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.identity_maximum.
IDENTITY_MINIMUM - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IDENTITY_MINIMUM.
IDENTITY_MINIMUM - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.identity_minimum.
IDENTITY_START - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IDENTITY_START.
IDENTITY_START - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.identity_start.
IdentityDefinition - Interface in org.jooq.util
An interface defining an IDENTITY column
identityGeneration - Variable in class org.jooq.util.xml.jaxb.Column
 
ignoreProcedureReturnValues() - Method in class org.jooq.util.AbstractDatabase
 
ignoreProcedureReturnValues() - Method in interface org.jooq.util.Database
Whether this database should ignore procedure return values.
ignoreProcedureReturnValues - Variable in class org.jooq.util.jaxb.Database
 
immutablePojos - Variable in class org.jooq.util.jaxb.Generate
 
includeExcludeColumns - Variable in class org.jooq.util.jaxb.Database
 
includeRelations() - Method in class org.jooq.util.AbstractDatabase
 
includeRelations() - Method in interface org.jooq.util.Database
[#3559] Whether relations (i.e. constraints) should be included in this database.
includes - Variable in class org.jooq.util.jaxb.Database
 
INCREMENT - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.INCREMENT.
INCREMENT - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.INCREMENT.
INCREMENT - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.INCREMENT.
INCREMENT - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.increment.
INCREMENT_VAL - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.increment_val.
INDEX_CLASS - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.INDEX_CLASS.
INDEX_COMMENT - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.INDEX_COMMENT.
INDEX_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.INDEX_LENGTH.
INDEX_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.index_name.
INDEX_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.index_name.
INDEX_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.INDEX_NAME.
INDEX_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.INDEX_NAME.
INDEX_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.INDEX_SCHEMA.
INDEX_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.INDEX_TYPE.
INDEX_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.INDEX_TYPE.
INDEX_TYPE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.INDEX_TYPE_NAME.
Indexes - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
INDEXES - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.INDEXES
INDEXES - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The reference instance of INFORMATION_SCHEMA.INDEXES
INFORMATION_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.InformationSchema
The reference instance of INFORMATION_SCHEMA
INFORMATION_SCHEMA - Static variable in class org.jooq.util.hsqldb.information_schema.InformationSchema
The singleton instance of INFORMATION_SCHEMA
INFORMATION_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.InformationSchema
The singleton instance of information_schema
INFORMATION_SCHEMA - Static variable in class org.jooq.util.postgres.information_schema.InformationSchema
The reference instance of information_schema
InformationSchema - Class in org.jooq.util.h2.information_schema
This class is generated by jOOQ.
InformationSchema - Class in org.jooq.util.hsqldb.information_schema
This class is generated by jOOQ.
InformationSchema - Class in org.jooq.util.mysql.information_schema
This class is generated by jOOQ.
InformationSchema - Class in org.jooq.util.postgres.information_schema
This class is generated by jOOQ.
InformationSchema - Class in org.jooq.util.xml.jaxb
Java class for anonymous complex type.
InformationSchema() - Constructor for class org.jooq.util.xml.jaxb.InformationSchema
 
INHPARENT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
The column pg_catalog.pg_inherits.inhparent.
INHRELID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
The column pg_catalog.pg_inherits.inhrelid.
INHSEQNO - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
The column pg_catalog.pg_inherits.inhseqno.
init0() - Method in class org.jooq.util.AbstractRoutineDefinition
 
init0() - Method in class org.jooq.util.firebird.FirebirdRoutineDefinition
 
init0() - Method in class org.jooq.util.h2.H2RoutineDefinition
 
init0() - Method in class org.jooq.util.hsqldb.HSQLDBRoutineDefinition
 
init0() - Method in class org.jooq.util.mysql.MySQLRoutineDefinition
 
init0() - Method in class org.jooq.util.postgres.PostgresRoutineDefinition
 
INITIALLY_DEFERRED - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.INITIALLY_DEFERRED.
INITIALLY_DEFERRED - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.initially_deferred.
InOutDefinition - Enum in org.jooq.util
The parameter type of a stored procedure
inParameters - Variable in class org.jooq.util.AbstractRoutineDefinition
 
inputSchema - Variable in class org.jooq.util.jaxb.Database
 
inputSchema - Variable in class org.jooq.util.jaxb.Schema
 
instanceFields - Variable in class org.jooq.util.jaxb.Generate
 
interfaceClass - Variable in class org.jooq.util.jaxb.MatchersTableType
 
interfaceImplements - Variable in class org.jooq.util.jaxb.MatchersTableType
 
interfaces - Variable in class org.jooq.util.jaxb.Generate
 
INTERVAL_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.INTERVAL_PRECISION.
INTERVAL_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.INTERVAL_PRECISION.
INTERVAL_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.INTERVAL_PRECISION.
INTERVAL_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.INTERVAL_PRECISION.
INTERVAL_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.interval_precision.
INTERVAL_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.interval_precision.
INTERVAL_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.interval_precision.
INTERVAL_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.interval_precision.
INTERVAL_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.INTERVAL_TYPE.
INTERVAL_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.INTERVAL_TYPE.
INTERVAL_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.INTERVAL_TYPE.
INTERVAL_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.INTERVAL_TYPE.
INTERVAL_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.interval_type.
INTERVAL_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.interval_type.
INTERVAL_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.interval_type.
INTERVAL_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.interval_type.
IS_BINARY - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The column pg_catalog.pg_cursor.is_binary.
IS_COMPUTED - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_COMPUTED.
IS_CYCLE - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.IS_CYCLE.
IS_DEFAULT - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.IS_DEFAULT.
IS_DEFERRABLE - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.IS_DEFERRABLE.
IS_DEFERRABLE - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.is_deferrable.
IS_DERIVED_REFERENCE_ATTRIBUTE - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.is_derived_reference_attribute.
IS_DETERMINISTIC - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.IS_DETERMINISTIC.
IS_DETERMINISTIC - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.is_deterministic.
IS_DETERMINISTIC - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.is_deterministic.
IS_FOREIGN_KEY - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.is_foreign_key.
IS_GENERATED - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.IS_GENERATED.
IS_GENERATED - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.IS_GENERATED.
IS_GENERATED - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_GENERATED.
IS_GENERATED - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.is_generated.
IS_HOLDABLE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The column pg_catalog.pg_cursor.is_holdable.
IS_IDENTITY - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_IDENTITY.
IS_IDENTITY - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.is_identity.
IS_IMPLICITLY_INVOCABLE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.IS_IMPLICITLY_INVOCABLE.
IS_IMPLICITLY_INVOCABLE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.is_implicitly_invocable.
IS_INSERTABLE_INTO - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.IS_INSERTABLE_INTO.
IS_INSERTABLE_INTO - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.is_insertable_into.
IS_NULL_CALL - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.IS_NULL_CALL.
IS_NULL_CALL - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.is_null_call.
IS_NULLABLE - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.is_nullable.
IS_NULLABLE - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_NULLABLE.
IS_NULLABLE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_NULLABLE.
IS_NULLABLE - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.IS_NULLABLE.
IS_NULLABLE - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.is_nullable.
IS_NULLABLE - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.is_nullable.
IS_PRIMARY_KEY - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.is_primary_key.
IS_RESULT - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.IS_RESULT.
IS_RESULT - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.is_result.
IS_REUSE_OID_CLASS - Variable in class org.jooq.util.cubrid.dba.tables.DbClass
The column db_class.is_reuse_oid_class.
IS_REVERSE - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.is_reverse.
IS_SCROLLABLE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The column pg_catalog.pg_cursor.is_scrollable.
IS_SELF_REFERENCING - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_SELF_REFERENCING.
IS_SELF_REFERENCING - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.is_self_referencing.
IS_SYSTEM_CLASS - Variable in class org.jooq.util.cubrid.dba.tables.DbClass
The column db_class.is_system_class.
IS_TYPED - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.IS_TYPED.
IS_TYPED - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.is_typed.
IS_UDT_DEPENDENT - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.IS_UDT_DEPENDENT.
IS_UDT_DEPENDENT - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.is_udt_dependent.
IS_UNIQUE - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.is_unique.
IS_UPDATABLE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.IS_UPDATABLE.
IS_UPDATABLE - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.is_updatable.
IS_USER_DEFINED_CAST - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.IS_USER_DEFINED_CAST.
IS_USER_DEFINED_CAST - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.is_user_defined_cast.
isAggregate() - Method in class org.jooq.util.AbstractRoutineDefinition
 
isAggregate() - Method in interface org.jooq.util.RoutineDefinition
 
isArrayType(String) - Method in class org.jooq.util.AbstractDatabase
 
isArrayType(String) - Method in interface org.jooq.util.Database
Check whether a type is an array type.
ISCONSTRAINT - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.ISCONSTRAINT.
isDaos() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the daos property.
isDateAsTimestamp() - Method in class org.jooq.util.jaxb.Database
Gets the value of the dateAsTimestamp property.
isDefaulted() - Method in interface org.jooq.util.DataTypeDefinition
Whether this data type is defaultable.
isDefaulted() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
isDefaulted() - Method in class org.jooq.util.DefaultParameterDefinition
 
isDefaulted() - Method in interface org.jooq.util.ParameterDefinition
Whether the parameter has a default value.
isDefaultSchema() - Method in class org.jooq.util.SchemaDefinition
 
isDeprecated() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the deprecated property.
isFluentSetters() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the fluentSetters property.
isGeneratedAnnotation() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the generatedAnnotation property.
isGenericNumberType() - Method in interface org.jooq.util.DataTypeDefinition
Whether this data type is a NUMBER type without precision and scale.
isGenericNumberType() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
isGlobalObjectReferences() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the globalObjectReferences property.
isGlobalRoutineReferences() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the globalRoutineReferences property.
isGlobalSequenceReferences() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the globalSequenceReferences property.
isGlobalTableReferences() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the globalTableReferences property.
isGlobalUDTReferences() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the globalUDTReferences property.
isIdentity() - Method in interface org.jooq.util.ColumnDefinition
Whether this column is the table's IDENTITY column.
isIdentity() - Method in class org.jooq.util.DefaultColumnDefinition
 
isIgnoreProcedureReturnValues() - Method in class org.jooq.util.jaxb.Database
Gets the value of the ignoreProcedureReturnValues property.
isImmutablePojos() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the immutablePojos property.
isIncludeExcludeColumns() - Method in class org.jooq.util.jaxb.Database
Gets the value of the includeExcludeColumns property.
ISINDEX - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.ISINDEX.
isInstanceFields() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the instanceFields property.
isInterfaces() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the interfaces property.
isIsNullable() - Method in class org.jooq.util.xml.jaxb.Column
Gets the value of the isNullable property.
isJpaAnnotations() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the jpaAnnotations property.
isNullable() - Method in interface org.jooq.util.ColumnDefinition
Deprecated.
- [#2699] - 3.2.0 - Use DataTypeDefinition.isNullable() instead.
isNullable() - Method in interface org.jooq.util.DataTypeDefinition
Whether this data type is nullable.
isNullable() - Method in class org.jooq.util.DefaultColumnDefinition
 
isNullable() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
isNullable - Variable in class org.jooq.util.xml.jaxb.Column
 
isOutputSchemaToDefault() - Method in class org.jooq.util.jaxb.Database
Gets the value of the outputSchemaToDefault property.
isOutputSchemaToDefault() - Method in class org.jooq.util.jaxb.Schema
Gets the value of the outputSchemaToDefault property.
isPojos() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the pojos property.
isPojosEqualsAndHashCode() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the pojosEqualsAndHashCode property.
isPrimaryKey() - Method in class org.jooq.util.DefaultUniqueKeyDefinition
 
isPrimaryKey() - Method in interface org.jooq.util.UniqueKeyDefinition
Whether this unique key is the primary key
isRecords() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the records property.
isRelations() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the relations property.
isSQLUsable() - Method in class org.jooq.util.AbstractRoutineDefinition
 
isSQLUsable() - Method in interface org.jooq.util.RoutineDefinition
 
isSynthetic() - Method in class org.jooq.util.DefaultEnumDefinition
 
isSynthetic() - Method in interface org.jooq.util.EnumDefinition
 
isTableValuedFunction() - Method in class org.jooq.util.AbstractTableDefinition
 
isTableValuedFunction() - Method in class org.jooq.util.firebird.FirebirdTableValuedFunction
 
isTableValuedFunction() - Method in class org.jooq.util.postgres.PostgresTableValuedFunction
 
isTableValuedFunction() - Method in interface org.jooq.util.TableDefinition
Whether this table is a table-valued function.
isUDT() - Method in interface org.jooq.util.DataTypeDefinition
Whether this data type represents a udt.
isUDT() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
isUnsignedTypes() - Method in class org.jooq.util.jaxb.Database
Gets the value of the unsignedTypes property.
isValidationAnnotations() - Method in class org.jooq.util.jaxb.Generate
Gets the value of the validationAnnotations property.

J

JAVA_CLASS - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.JAVA_CLASS.
JAVA_CLASS - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.JAVA_CLASS.
JAVA_METHOD - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.JAVA_METHOD.
JAVA_METHOD - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.JAVA_METHOD.
jdbc - Variable in class org.jooq.util.jaxb.Configuration
 
Jdbc - Class in org.jooq.util.jaxb
Java class for Jdbc complex type.
Jdbc() - Constructor for class org.jooq.util.jaxb.Jdbc
 
JDBCDatabase - Class in org.jooq.util.jdbc
The JDBC database
JDBCDatabase() - Constructor for class org.jooq.util.jdbc.JDBCDatabase
 
JDBCTableDefinition - Class in org.jooq.util.jdbc
 
JDBCTableDefinition(SchemaDefinition, Table<?>) - Constructor for class org.jooq.util.jdbc.JDBCTableDefinition
 
jpaAnnotations - Variable in class org.jooq.util.jaxb.Generate
 

K

key - Variable in class org.jooq.util.jaxb.Property
 
KEY_ATTR_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.key_attr_name.
KEY_COLUMN_USAGE - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.KEY_COLUMN_USAGE
KEY_COLUMN_USAGE - Static variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The singleton instance of INFORMATION_SCHEMA.KEY_COLUMN_USAGE
KEY_COLUMN_USAGE - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.KEY_COLUMN_USAGE
KEY_COLUMN_USAGE - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The singleton instance of information_schema.KEY_COLUMN_USAGE
KEY_COLUMN_USAGE - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.key_column_usage
KEY_COLUMN_USAGE - Static variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The reference instance of information_schema.key_column_usage
KEY_COUNT - Variable in class org.jooq.util.cubrid.dba.tables.DbIndex
The column db_index.key_count.
KEY_ORDER - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.key_order.
KEY_PREFIX_LENGTH - Variable in class org.jooq.util.cubrid.dba.tables.DbIndexKey
The column db_index_key.key_prefix_length.
KeyColumnUsage - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
KeyColumnUsage() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
Create a INFORMATION_SCHEMA.KEY_COLUMN_USAGE table reference
KeyColumnUsage(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
Create an aliased INFORMATION_SCHEMA.KEY_COLUMN_USAGE table reference
KeyColumnUsage - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
KeyColumnUsage - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
KeyColumnUsage() - Constructor for class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
Create a information_schema.key_column_usage table reference
KeyColumnUsage(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
Create an aliased information_schema.key_column_usage table reference
KeyColumnUsage - Class in org.jooq.util.xml.jaxb
Java class for KeyColumnUsage complex type.
KeyColumnUsage() - Constructor for class org.jooq.util.xml.jaxb.KeyColumnUsage
 
keyColumnUsages - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
Keys - Class in org.jooq.util.cubrid.dba
This class is generated by jOOQ.
Keys() - Constructor for class org.jooq.util.cubrid.dba.Keys
 

L

LANGUAGE - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.language.
LAST_ALTERED - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.LAST_ALTERED.
LAST_ALTERED - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.last_altered.
LAST_MODIFICATION - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.LAST_MODIFICATION.
literals - Variable in class org.jooq.util.jaxb.EnumType
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.AbstractDatabase
Retrieve CHECK constraints and store them to relations.
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.derby.DerbyDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.firebird.FirebirdDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.h2.H2Database
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.jdbc.JDBCDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.mysql.MySQLDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.postgres.PostgresDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.util.xml.XMLDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.AbstractDatabase
Retrieve foreign keys and store them to relations.
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.derby.DerbyDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.firebird.FirebirdDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.h2.H2Database
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.jdbc.JDBCDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.mysql.MySQLDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.postgres.PostgresDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.util.xml.XMLDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.AbstractDatabase
Retrieve primary keys and store them to relations
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.derby.DerbyDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.firebird.FirebirdDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.h2.H2Database
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.jdbc.JDBCDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.mysql.MySQLDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.postgres.PostgresDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.util.xml.XMLDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.AbstractDatabase
Retrieve non-primary unique keys and store them to relations
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.cubrid.CUBRIDDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.derby.DerbyDatabase
Retrieve non-primary unique keys and store them to relations
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.firebird.FirebirdDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.h2.H2Database
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.hsqldb.HSQLDBDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.jdbc.JDBCDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.mysql.MySQLDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.postgres.PostgresDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.sqlite.SQLiteDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.util.xml.XMLDatabase
 
LOCKGRANULARITY - Static variable in class org.jooq.util.derby.sys.tables.Systables
The column SYS.SYSTABLES.LOCKGRANULARITY.

M

MariaDBDatabase - Class in org.jooq.util.mariadb
 
MariaDBDatabase() - Constructor for class org.jooq.util.mariadb.MariaDBDatabase
 
marshal(String) - Method in class org.jooq.util.jaxb.tools.TrimAdapter
 
MATCH_OPTION - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.MATCH_OPTION.
MATCH_OPTION - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.MATCH_OPTION.
MATCH_OPTION - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.match_option.
MatcherRule - Class in org.jooq.util.jaxb
Java class for MatcherRule complex type.
MatcherRule() - Constructor for class org.jooq.util.jaxb.MatcherRule
 
Matchers - Class in org.jooq.util.jaxb
Java class for Matchers complex type.
Matchers() - Constructor for class org.jooq.util.jaxb.Matchers
 
matchers - Variable in class org.jooq.util.jaxb.Strategy
 
MatchersFieldType - Class in org.jooq.util.jaxb
Java class for MatchersFieldType complex type.
MatchersFieldType() - Constructor for class org.jooq.util.jaxb.MatchersFieldType
 
MatchersRoutineType - Class in org.jooq.util.jaxb
Java class for MatchersRoutineType complex type.
MatchersRoutineType() - Constructor for class org.jooq.util.jaxb.MatchersRoutineType
 
MatchersSchemaType - Class in org.jooq.util.jaxb
Java class for MatchersSchemaType complex type.
MatchersSchemaType() - Constructor for class org.jooq.util.jaxb.MatchersSchemaType
 
MatchersSequenceType - Class in org.jooq.util.jaxb
Java class for MatchersSequenceType complex type.
MatchersSequenceType() - Constructor for class org.jooq.util.jaxb.MatchersSequenceType
 
MatchersTableType - Class in org.jooq.util.jaxb
Java class for MatchersTableType complex type.
MatchersTableType() - Constructor for class org.jooq.util.jaxb.MatchersTableType
 
MatcherTransformType - Enum in org.jooq.util.jaxb
Java class for MatcherTransformType.
MAX_DATA_LENGTH - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.MAX_DATA_LENGTH.
MAX_DYNAMIC_RESULT_SETS - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.MAX_DYNAMIC_RESULT_SETS.
MAX_DYNAMIC_RESULT_SETS - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.max_dynamic_result_sets.
MAX_VAL - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.max_val.
MAX_VALUE - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.MAX_VALUE.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.MAXIMUM_CARDINALITY.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.MAXIMUM_CARDINALITY.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.MAXIMUM_CARDINALITY.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.MAXIMUM_CARDINALITY.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.maximum_cardinality.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.maximum_cardinality.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.maximum_cardinality.
MAXIMUM_CARDINALITY - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.maximum_cardinality.
MAXIMUM_SCALE - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.MAXIMUM_SCALE.
MAXIMUM_VALUE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.MAXIMUM_VALUE.
MAXIMUM_VALUE - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.maximum_value.
MAXIMUMVALUE - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.MAXIMUMVALUE.
MIN_VAL - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.min_val.
MIN_VALUE - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.MIN_VALUE.
MINIMUM_SCALE - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.MINIMUM_SCALE.
MINIMUM_VALUE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.MINIMUM_VALUE.
MINIMUM_VALUE - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.minimum_value.
MINIMUMVALUE - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.MINIMUMVALUE.
MODIFIED - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.modified.
MODULE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.MODULE_CATALOG.
MODULE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.module_catalog.
MODULE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.MODULE_NAME.
MODULE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.module_name.
MODULE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.MODULE_SCHEMA.
MODULE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.module_schema.
Mysql - Class in org.jooq.util.mysql.mysql
This class is generated by jOOQ.
MYSQL - Static variable in class org.jooq.util.mysql.mysql.Mysql
The singleton instance of mysql
MySQLDatabase - Class in org.jooq.util.mysql
 
MySQLDatabase() - Constructor for class org.jooq.util.mysql.MySQLDatabase
 
MySQLRoutineDefinition - Class in org.jooq.util.mysql
 
MySQLRoutineDefinition(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.util.mysql.MySQLRoutineDefinition
Deprecated.
- This constructor was deprecated with jOOQ 3.2
MySQLRoutineDefinition(SchemaDefinition, String, String, String, String, ProcType, String) - Constructor for class org.jooq.util.mysql.MySQLRoutineDefinition
 
MySQLTableDefinition - Class in org.jooq.util.mysql
 
MySQLTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.mysql.MySQLTableDefinition
 

N

NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.name.
NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.name.
name - Variable in class org.jooq.util.jaxb.CustomType
 
name - Variable in class org.jooq.util.jaxb.Database
 
name - Variable in class org.jooq.util.jaxb.EnumType
 
name - Variable in class org.jooq.util.jaxb.ForcedType
 
name - Variable in class org.jooq.util.jaxb.Generator
 
name - Variable in class org.jooq.util.jaxb.Strategy
 
NAME - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.name.
NAME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The column pg_catalog.pg_cursor.name.
NAME - Static variable in class org.jooq.util.sqlite.sqlite_master.SQLiteMaster
 
NEW_SAVEPOINT_LEVEL - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.NEW_SAVEPOINT_LEVEL.
NEW_SAVEPOINT_LEVEL - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.new_savepoint_level.
NEXT_VALUE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.NEXT_VALUE.
NON_UNIQUE - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.NON_UNIQUE.
NON_UNIQUE - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.NON_UNIQUE.
NSPACL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
The column pg_catalog.pg_namespace.nspacl.
NSPNAME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
The column pg_catalog.pg_namespace.nspname.
NSPOWNER - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
The column pg_catalog.pg_namespace.nspowner.
NULLABLE - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NULLABLE.
NULLABLE - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.NULLABLE.
NULLABLE - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.NULLABLE.
NULLABLE - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.NULLABLE.
NUMERIC_PRECISION - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION.
NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION.
NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.NUMERIC_PRECISION.
NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.NUMERIC_PRECISION.
NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.NUMERIC_PRECISION.
NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION.
NUMERIC_PRECISION - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.NUMERIC_PRECISION.
NUMERIC_PRECISION - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.NUMERIC_PRECISION.
NUMERIC_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.numeric_precision.
NUMERIC_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.numeric_precision.
NUMERIC_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.numeric_precision.
NUMERIC_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.numeric_precision.
NUMERIC_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.numeric_precision.
NUMERIC_PRECISION_RADIX - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION_RADIX.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION_RADIX.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.NUMERIC_PRECISION_RADIX.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.NUMERIC_PRECISION_RADIX.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.NUMERIC_PRECISION_RADIX.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION_RADIX.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.numeric_precision_radix.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.numeric_precision_radix.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.numeric_precision_radix.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.numeric_precision_radix.
NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.numeric_precision_radix.
NUMERIC_SCALE - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NUMERIC_SCALE.
NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.NUMERIC_SCALE.
NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.NUMERIC_SCALE.
NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.NUMERIC_SCALE.
NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.NUMERIC_SCALE.
NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.NUMERIC_SCALE.
NUMERIC_SCALE - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.NUMERIC_SCALE.
NUMERIC_SCALE - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.NUMERIC_SCALE.
NUMERIC_SCALE - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.numeric_scale.
NUMERIC_SCALE - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.numeric_scale.
NUMERIC_SCALE - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.numeric_scale.
NUMERIC_SCALE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.numeric_scale.
NUMERIC_SCALE - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.numeric_scale.
numericPrecision - Variable in class org.jooq.util.xml.jaxb.Column
 
numericPrecision - Variable in class org.jooq.util.xml.jaxb.Sequence
 
numericScale - Variable in class org.jooq.util.xml.jaxb.Column
 
numericScale - Variable in class org.jooq.util.xml.jaxb.Sequence
 

O

OBJECT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_CATALOG.
OBJECT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_NAME.
OBJECT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_SCHEMA.
OBJECT_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_TYPE.
ObjectFactory - Class in org.jooq.util.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.jooq.util.jaxb package.
ObjectFactory() - Constructor for class org.jooq.util.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.util.jaxb
ObjectFactory - Class in org.jooq.util.xml.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.jooq.util.xml.jaxb package.
ObjectFactory() - Constructor for class org.jooq.util.xml.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.util.xml.jaxb
OBJOID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
The column pg_catalog.pg_description.objoid.
OBJSUBID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
The column pg_catalog.pg_description.objsubid.
ORDINAL_POSITION - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.ORDINAL_POSITION.
ORDINAL_POSITION - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.ORDINAL_POSITION.
ORDINAL_POSITION - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.ORDINAL_POSITION.
ORDINAL_POSITION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.ORDINAL_POSITION.
ORDINAL_POSITION - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.ORDINAL_POSITION.
ORDINAL_POSITION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.ORDINAL_POSITION.
ORDINAL_POSITION - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.ORDINAL_POSITION.
ORDINAL_POSITION - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.ORDINAL_POSITION.
ORDINAL_POSITION - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.ORDINAL_POSITION.
ORDINAL_POSITION - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.ordinal_position.
ORDINAL_POSITION - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.ordinal_position.
ORDINAL_POSITION - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.ordinal_position.
ORDINAL_POSITION - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.ordinal_position.
ordinalPosition - Variable in class org.jooq.util.xml.jaxb.Column
 
ordinalPosition - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
org.jooq.util - package org.jooq.util
 
org.jooq.util.cubrid - package org.jooq.util.cubrid
 
org.jooq.util.cubrid.dba - package org.jooq.util.cubrid.dba
 
org.jooq.util.cubrid.dba.tables - package org.jooq.util.cubrid.dba.tables
 
org.jooq.util.derby - package org.jooq.util.derby
 
org.jooq.util.derby.sys - package org.jooq.util.derby.sys
 
org.jooq.util.derby.sys.tables - package org.jooq.util.derby.sys.tables
 
org.jooq.util.firebird - package org.jooq.util.firebird
 
org.jooq.util.firebird.rdb - package org.jooq.util.firebird.rdb
 
org.jooq.util.firebird.rdb.tables - package org.jooq.util.firebird.rdb.tables
 
org.jooq.util.h2 - package org.jooq.util.h2
 
org.jooq.util.h2.information_schema - package org.jooq.util.h2.information_schema
 
org.jooq.util.h2.information_schema.tables - package org.jooq.util.h2.information_schema.tables
 
org.jooq.util.hsqldb - package org.jooq.util.hsqldb
 
org.jooq.util.hsqldb.information_schema - package org.jooq.util.hsqldb.information_schema
 
org.jooq.util.hsqldb.information_schema.tables - package org.jooq.util.hsqldb.information_schema.tables
 
org.jooq.util.jaxb - package org.jooq.util.jaxb
 
org.jooq.util.jaxb.tools - package org.jooq.util.jaxb.tools
 
org.jooq.util.jdbc - package org.jooq.util.jdbc
 
org.jooq.util.mariadb - package org.jooq.util.mariadb
 
org.jooq.util.mysql - package org.jooq.util.mysql
 
org.jooq.util.mysql.information_schema - package org.jooq.util.mysql.information_schema
 
org.jooq.util.mysql.information_schema.tables - package org.jooq.util.mysql.information_schema.tables
 
org.jooq.util.mysql.mysql - package org.jooq.util.mysql.mysql
 
org.jooq.util.mysql.mysql.enums - package org.jooq.util.mysql.mysql.enums
 
org.jooq.util.mysql.mysql.tables - package org.jooq.util.mysql.mysql.tables
 
org.jooq.util.postgres - package org.jooq.util.postgres
 
org.jooq.util.postgres.information_schema - package org.jooq.util.postgres.information_schema
 
org.jooq.util.postgres.information_schema.tables - package org.jooq.util.postgres.information_schema.tables
 
org.jooq.util.postgres.pg_catalog - package org.jooq.util.postgres.pg_catalog
 
org.jooq.util.postgres.pg_catalog.routines - package org.jooq.util.postgres.pg_catalog.routines
 
org.jooq.util.postgres.pg_catalog.tables - package org.jooq.util.postgres.pg_catalog.tables
 
org.jooq.util.sqlite - package org.jooq.util.sqlite
 
org.jooq.util.sqlite.sqlite_master - package org.jooq.util.sqlite.sqlite_master
 
org.jooq.util.xml - package org.jooq.util.xml
 
org.jooq.util.xml.jaxb - package org.jooq.util.xml.jaxb
 
outParameters - Variable in class org.jooq.util.AbstractRoutineDefinition
 
outputSchema - Variable in class org.jooq.util.jaxb.Database
 
outputSchema - Variable in class org.jooq.util.jaxb.Schema
 
outputSchemaToDefault - Variable in class org.jooq.util.jaxb.Database
 
outputSchemaToDefault - Variable in class org.jooq.util.jaxb.Schema
 
overridePrimaryKey(UniqueKeyDefinition) - Method in class org.jooq.util.DefaultRelations
 
overridePrimaryKeys - Variable in class org.jooq.util.jaxb.Database
 
OWNER - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.owner.
OWNER_NAME - Variable in class org.jooq.util.cubrid.dba.tables.DbClass
The column db_class.owner_name.

P

P_DIALECT - Static variable in class org.jooq.util.xml.XMLDatabase
The property name for the dialect name
P_XML_FILE - Static variable in class org.jooq.util.xml.XMLDatabase
The property name for the XML file
P_XSL_FILE - Static variable in class org.jooq.util.xml.XMLDatabase
The property name for the XSL file that pre-processes the XML file
PackageDefinition - Interface in org.jooq.util
An interface defining a package in a database schema
packageName - Variable in class org.jooq.util.jaxb.Target
 
PACKED - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.PACKED.
PAGES - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.PAGES.
PARAM_LIST - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.param_list.
PARAMETER_DEFAULT - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.parameter_default.
PARAMETER_MODE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.PARAMETER_MODE.
PARAMETER_MODE - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.PARAMETER_MODE.
PARAMETER_MODE - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.parameter_mode.
PARAMETER_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.PARAMETER_NAME.
PARAMETER_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.PARAMETER_NAME.
PARAMETER_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.parameter_name.
PARAMETER_PATTERN - Static variable in class org.jooq.util.AbstractRoutineDefinition
 
PARAMETER_STYLE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.PARAMETER_STYLE.
PARAMETER_STYLE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.parameter_style.
ParameterDefinition - Interface in org.jooq.util
An interface defining a parameter of a stored procedure or stored function.
Parameters - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
PARAMETERS - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.PARAMETERS
Parameters() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Parameters
Create a INFORMATION_SCHEMA.PARAMETERS table reference
Parameters(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Parameters
Create an aliased INFORMATION_SCHEMA.PARAMETERS table reference
PARAMETERS - Static variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The singleton instance of INFORMATION_SCHEMA.PARAMETERS
Parameters - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
PARAMETERS - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.PARAMETERS
PARAMETERS - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The singleton instance of information_schema.PARAMETERS
Parameters - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
PARAMETERS - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.parameters
Parameters() - Constructor for class org.jooq.util.postgres.information_schema.tables.Parameters
Create a information_schema.parameters table reference
Parameters(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Parameters
Create an aliased information_schema.parameters table reference
PARAMETERS - Static variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The reference instance of information_schema.parameters
PARAMS - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.PARAMS.
parseNotNull(String) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
parsePrecision(String) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
parseScale(String) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
parseTypeName(String) - Method in class org.jooq.util.AbstractElementContainerDefinition
 
PARTITIONED - Variable in class org.jooq.util.cubrid.dba.tables.DbClass
The column db_class.partitioned.
PASSWORD - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.password.
password - Variable in class org.jooq.util.jaxb.Jdbc
 
PG_ATTRIBUTE - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_attribute
PG_ATTRIBUTE - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
The reference instance of pg_catalog.pg_attribute
PG_CATALOG - Static variable in class org.jooq.util.postgres.pg_catalog.PgCatalog
The reference instance of pg_catalog
PG_CLASS - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_class
PG_CLASS - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The reference instance of pg_catalog.pg_class
PG_CURSOR - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_cursor
PG_CURSOR() - Static method in class org.jooq.util.postgres.pg_catalog.Tables
Get pg_catalog.pg_cursor as a field
PG_CURSOR - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The reference instance of pg_catalog.pg_cursor
PG_DESCRIPTION - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_description
PG_DESCRIPTION - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
The reference instance of pg_catalog.pg_description
PG_ENUM - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_enum
PG_ENUM - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
The reference instance of pg_catalog.pg_enum
PG_INHERITS - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_inherits
PG_INHERITS - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
The reference instance of pg_catalog.pg_inherits
PG_NAMESPACE - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_namespace
PG_NAMESPACE - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
The reference instance of pg_catalog.pg_namespace
PG_PROC - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_proc
PG_PROC - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The reference instance of pg_catalog.pg_proc
PG_TYPE - Static variable in class org.jooq.util.postgres.pg_catalog.Tables
The table pg_catalog.pg_type
PG_TYPE - Static variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The reference instance of pg_catalog.pg_type
PgAttribute - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgAttribute() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
Create a pg_catalog.pg_attribute table reference
PgAttribute(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
Create an aliased pg_catalog.pg_attribute table reference
PgCatalog - Class in org.jooq.util.postgres.pg_catalog
This class is generated by jOOQ.
PgClass - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgClass() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgClass
Create a pg_catalog.pg_class table reference
PgClass(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgClass
Create an aliased pg_catalog.pg_class table reference
pgCursor() - Static method in class org.jooq.util.postgres.pg_catalog.Routines
Get pg_catalog.pg_cursor as a field
PgCursor - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgCursor() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgCursor
Create a pg_catalog.pg_cursor table reference
PgCursor(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgCursor
Create an aliased pg_catalog.pg_cursor table reference
PgDescription - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgDescription() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgDescription
Create a pg_catalog.pg_description table reference
PgDescription(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgDescription
Create an aliased pg_catalog.pg_description table reference
PgEnum - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgEnum() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgEnum
Create a pg_catalog.pg_enum table reference
PgEnum(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgEnum
Create an aliased pg_catalog.pg_enum table reference
PgInherits - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgInherits() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgInherits
Create a pg_catalog.pg_inherits table reference
PgInherits(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgInherits
Create an aliased pg_catalog.pg_inherits table reference
PgNamespace - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgNamespace() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
Create a pg_catalog.pg_namespace table reference
PgNamespace(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
Create an aliased pg_catalog.pg_namespace table reference
PgProc - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgProc() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgProc
Create a pg_catalog.pg_proc table reference
PgProc(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgProc
Create an aliased pg_catalog.pg_proc table reference
PgType - Class in org.jooq.util.postgres.pg_catalog.tables
This class is generated by jOOQ.
PgType() - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgType
Create a pg_catalog.pg_type table reference
PgType(String) - Constructor for class org.jooq.util.postgres.pg_catalog.tables.PgType
Create an aliased pg_catalog.pg_type table reference
PK_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.PK_NAME.
PKCOLUMN_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.PKCOLUMN_NAME.
PKTABLE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_CATALOG.
PKTABLE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_NAME.
PKTABLE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_SCHEMA.
pojoClass - Variable in class org.jooq.util.jaxb.MatchersTableType
 
pojoExtends - Variable in class org.jooq.util.jaxb.MatchersTableType
 
pojoImplements - Variable in class org.jooq.util.jaxb.MatchersTableType
 
pojos - Variable in class org.jooq.util.jaxb.Generate
 
pojosEqualsAndHashCode - Variable in class org.jooq.util.jaxb.Generate
 
POS - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.POS.
POS - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.POS.
POSITION_IN_UNIQUE_CONSTRAINT - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.POSITION_IN_UNIQUE_CONSTRAINT.
POSITION_IN_UNIQUE_CONSTRAINT - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.POSITION_IN_UNIQUE_CONSTRAINT.
POSITION_IN_UNIQUE_CONSTRAINT - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.position_in_unique_constraint.
PostgresDatabase - Class in org.jooq.util.postgres
Postgres uses the ANSI default INFORMATION_SCHEMA, but unfortunately ships with a non-capitalised version of it: information_schema.
PostgresDatabase() - Constructor for class org.jooq.util.postgres.PostgresDatabase
 
PostgresRoutineDefinition - Class in org.jooq.util.postgres
Postgres implementation of AbstractRoutineDefinition
PostgresRoutineDefinition(Database, Record) - Constructor for class org.jooq.util.postgres.PostgresRoutineDefinition
 
PostgresTableDefinition - Class in org.jooq.util.postgres
 
PostgresTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.postgres.PostgresTableDefinition
 
PostgresTableValuedFunction - Class in org.jooq.util.postgres
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String) - Constructor for class org.jooq.util.postgres.PostgresTableValuedFunction
 
PostgresUDTDefinition - Class in org.jooq.util.postgres
 
PostgresUDTDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.postgres.PostgresUDTDefinition
 
PREC - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.prec.
PRECISION - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.PRECISION.
PRECISION - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.PRECISION.
PRECISION_SCALE - Static variable in class org.jooq.util.AbstractElementContainerDefinition
Precision and scale for those dialects that don't formally provide that information in a separate field
PREFIX - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.PREFIX.
PRIMARY_KEY - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.PRIMARY_KEY.
PRIVILEGES - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.PRIVILEGES.
PROACL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proacl.
PROALLARGTYPES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proallargtypes.
PROARGDEFAULTS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proargdefaults.
PROARGMODES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proargmodes.
PROARGNAMES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proargnames.
PROARGTYPES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proargtypes.
PROBIN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.probin.
Proc - Class in org.jooq.util.mysql.mysql.tables
This class is generated by jOOQ.
PROC - Static variable in class org.jooq.util.mysql.mysql.Tables
Stored Procedures
PROC - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The singleton instance of mysql.proc
PROC_PRIV - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Proc_priv.
ProcIsDeterministic - Enum in org.jooq.util.mysql.mysql.enums
This class is generated by jOOQ.
ProcLanguage - Enum in org.jooq.util.mysql.mysql.enums
This class is generated by jOOQ.
PROCONFIG - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proconfig.
PROCOST - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.procost.
PROCS_PRIV - Static variable in class org.jooq.util.mysql.mysql.Tables
Procedure privileges
PROCS_PRIV - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The singleton instance of mysql.procs_priv
ProcSecurityType - Enum in org.jooq.util.mysql.mysql.enums
This class is generated by jOOQ.
ProcsPriv - Class in org.jooq.util.mysql.mysql.tables
This class is generated by jOOQ.
ProcsPrivRoutineType - Enum in org.jooq.util.mysql.mysql.enums
This class is generated by jOOQ.
ProcSqlDataAccess - Enum in org.jooq.util.mysql.mysql.enums
This class is generated by jOOQ.
ProcType - Enum in org.jooq.util.mysql.mysql.enums
This class is generated by jOOQ.
PROISAGG - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proisagg.
PROISSTRICT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proisstrict.
PROISWINDOW - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proiswindow.
PROLANG - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.prolang.
PROLEAKPROOF - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proleakproof.
PRONAME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proname.
PRONAMESPACE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.pronamespace.
PRONARGDEFAULTS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.pronargdefaults.
PRONARGS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.pronargs.
PROOWNER - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proowner.
properties - Variable in class org.jooq.util.jaxb.Database
 
properties - Variable in class org.jooq.util.jaxb.Jdbc
 
Property - Class in org.jooq.util.jaxb
Java class for Property complex type.
Property() - Constructor for class org.jooq.util.jaxb.Property
 
PRORETSET - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.proretset.
PRORETTYPE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.prorettype.
PROROWS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.prorows.
PROSECDEF - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.prosecdef.
PROSRC - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.prosrc.
PROTRANSFORM - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.protransform.
PROVARIADIC - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.provariadic.
PROVOLATILE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgProc
The column pg_catalog.pg_proc.provolatile.

R

RADIX - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.RADIX.
RADIX - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.RADIX.
RDB$BASE_FIELD - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$BASE_FIELD.
RDB$CHARACTER_LENGTH - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$CHARACTER_LENGTH.
RDB$CHARACTER_SET_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$CHARACTER_SET_ID.
RDB$COLLATION_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$COLLATION_ID.
RDB$COLLATION_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$COLLATION_ID.
RDB$COLLATION_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$COLLATION_ID.
RDB$COMPLEX_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$COMPLEX_NAME.
RDB$COMPUTED_BLR - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$COMPUTED_BLR.
RDB$COMPUTED_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$COMPUTED_SOURCE.
RDB$CONST_NAME_UQ - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The column RDB$REF_CONSTRAINTS.RDB$CONST_NAME_UQ.
RDB$CONSTRAINT_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The column RDB$REF_CONSTRAINTS.RDB$CONSTRAINT_NAME.
RDB$CONSTRAINT_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The column RDB$RELATION_CONSTRAINTS.RDB$CONSTRAINT_NAME.
RDB$CONSTRAINT_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The column RDB$RELATION_CONSTRAINTS.RDB$CONSTRAINT_TYPE.
RDB$DBKEY_LENGTH - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$DBKEY_LENGTH.
RDB$DEBUG_INFO - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$DEBUG_INFO.
RDB$DEFAULT_CLASS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$DEFAULT_CLASS.
RDB$DEFAULT_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$DEFAULT_SOURCE.
RDB$DEFAULT_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$DEFAULT_SOURCE.
RDB$DEFAULT_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$DEFAULT_SOURCE.
RDB$DEFAULT_VALUE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$DEFAULT_VALUE.
RDB$DEFAULT_VALUE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$DEFAULT_VALUE.
RDB$DEFAULT_VALUE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$DEFAULT_VALUE.
RDB$DEFERRABLE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The column RDB$RELATION_CONSTRAINTS.RDB$DEFERRABLE.
RDB$DELETE_RULE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The column RDB$REF_CONSTRAINTS.RDB$DELETE_RULE.
RDB$DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$DESCRIPTION.
RDB$DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$generators
The column RDB$GENERATORS.RDB$DESCRIPTION.
RDB$DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$DESCRIPTION.
RDB$DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$DESCRIPTION.
RDB$DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$DESCRIPTION.
RDB$DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$DESCRIPTION.
RDB$DIMENSIONS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$DIMENSIONS.
RDB$EDIT_STRING - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$EDIT_STRING.
RDB$EDIT_STRING - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$EDIT_STRING.
RDB$EXTERNAL_DESCRIPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$EXTERNAL_DESCRIPTION.
RDB$EXTERNAL_FILE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$EXTERNAL_FILE.
RDB$EXTERNAL_LENGTH - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$EXTERNAL_LENGTH.
RDB$EXTERNAL_SCALE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$EXTERNAL_SCALE.
RDB$EXTERNAL_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$EXTERNAL_TYPE.
RDB$FIELD_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$FIELD_ID.
RDB$FIELD_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$FIELD_ID.
RDB$FIELD_LENGTH - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$FIELD_LENGTH.
RDB$FIELD_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$FIELD_NAME.
RDB$FIELD_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
The column RDB$INDEX_SEGMENTS.RDB$FIELD_NAME.
RDB$FIELD_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$FIELD_NAME.
RDB$FIELD_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$FIELD_NAME.
RDB$FIELD_POSITION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
The column RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION.
RDB$FIELD_POSITION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$FIELD_POSITION.
RDB$FIELD_PRECISION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$FIELD_PRECISION.
RDB$FIELD_SCALE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$FIELD_SCALE.
RDB$FIELD_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$FIELD_SOURCE.
RDB$FIELD_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$FIELD_SOURCE.
RDB$FIELD_SUB_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$FIELD_SUB_TYPE.
RDB$FIELD_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$FIELD_TYPE.
Rdb$fields - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
RDB$FIELDS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$FIELDS
Rdb$fields() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$fields
Create a RDB$FIELDS table reference
Rdb$fields(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$fields
Create an aliased RDB$FIELDS table reference
RDB$FIELDS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The singleton instance of RDB$FIELDS
RDB$FLAGS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$FLAGS.
RDB$FORMAT - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$FORMAT.
RDB$GENERATOR_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$generators
The column RDB$GENERATORS.RDB$GENERATOR_ID.
RDB$GENERATOR_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$generators
The column RDB$GENERATORS.RDB$GENERATOR_NAME.
Rdb$generators - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
RDB$GENERATORS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$GENERATORS
Rdb$generators() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$generators
Create a RDB$GENERATORS table reference
Rdb$generators(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$generators
Create an aliased RDB$GENERATORS table reference
RDB$GENERATORS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$generators
The singleton instance of RDB$GENERATORS
RDB$INDEX_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
The column RDB$INDEX_SEGMENTS.RDB$INDEX_NAME.
RDB$INDEX_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The column RDB$RELATION_CONSTRAINTS.RDB$INDEX_NAME.
RDB$INDEX_SEGMENTS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$INDEX_SEGMENTS
RDB$INDEX_SEGMENTS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
The singleton instance of RDB$INDEX_SEGMENTS
Rdb$indexSegments - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
Rdb$indexSegments() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
Create a RDB$INDEX_SEGMENTS table reference
Rdb$indexSegments(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
Create an aliased RDB$INDEX_SEGMENTS table reference
RDB$INITIALLY_DEFERRED - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The column RDB$RELATION_CONSTRAINTS.RDB$INITIALLY_DEFERRED.
RDB$MATCH_OPTION - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The column RDB$REF_CONSTRAINTS.RDB$MATCH_OPTION.
RDB$MISSING_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$MISSING_SOURCE.
RDB$MISSING_VALUE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$MISSING_VALUE.
RDB$NULL_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$NULL_FLAG.
RDB$NULL_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$NULL_FLAG.
RDB$NULL_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$NULL_FLAG.
RDB$OWNER_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$OWNER_NAME.
RDB$OWNER_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$OWNER_NAME.
RDB$PARAMETER_MECHANISM - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_MECHANISM.
RDB$PARAMETER_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_NAME.
RDB$PARAMETER_NUMBER - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_NUMBER.
RDB$PARAMETER_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_TYPE.
RDB$PROCEDURE_BLR - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_BLR.
RDB$PROCEDURE_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_ID.
RDB$PROCEDURE_INPUTS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_INPUTS.
RDB$PROCEDURE_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$PROCEDURE_NAME.
RDB$PROCEDURE_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_NAME.
RDB$PROCEDURE_OUTPUTS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_OUTPUTS.
RDB$PROCEDURE_PARAMETERS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$PROCEDURE_PARAMETERS
RDB$PROCEDURE_PARAMETERS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The singleton instance of RDB$PROCEDURE_PARAMETERS
RDB$PROCEDURE_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_SOURCE.
RDB$PROCEDURE_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$PROCEDURE_TYPE.
Rdb$procedureParameters - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
Rdb$procedureParameters() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
Create a RDB$PROCEDURE_PARAMETERS table reference
Rdb$procedureParameters(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
Create an aliased RDB$PROCEDURE_PARAMETERS table reference
RDB$PROCEDURES - Static variable in class org.jooq.util.firebird.rdb.Sequences
The sequence RDB$PROCEDURES
Rdb$procedures - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
RDB$PROCEDURES - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$PROCEDURES
Rdb$procedures() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$procedures
Create a RDB$PROCEDURES table reference
Rdb$procedures(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$procedures
Create an aliased RDB$PROCEDURES table reference
RDB$PROCEDURES - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The singleton instance of RDB$PROCEDURES
RDB$QUERY_HEADER - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$QUERY_HEADER.
RDB$QUERY_HEADER - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$QUERY_HEADER.
RDB$QUERY_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$QUERY_NAME.
RDB$QUERY_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$QUERY_NAME.
RDB$REF_CONSTRAINTS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$REF_CONSTRAINTS
RDB$REF_CONSTRAINTS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The singleton instance of RDB$REF_CONSTRAINTS
Rdb$refConstraints - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
Rdb$refConstraints() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
Create a RDB$REF_CONSTRAINTS table reference
Rdb$refConstraints(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
Create an aliased RDB$REF_CONSTRAINTS table reference
RDB$RELATION_CONSTRAINTS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$RELATION_CONSTRAINTS
RDB$RELATION_CONSTRAINTS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The singleton instance of RDB$RELATION_CONSTRAINTS
RDB$RELATION_FIELDS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$RELATION_FIELDS
RDB$RELATION_FIELDS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The singleton instance of RDB$RELATION_FIELDS
RDB$RELATION_ID - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$RELATION_ID.
RDB$RELATION_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$RELATION_NAME.
RDB$RELATION_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
The column RDB$RELATION_CONSTRAINTS.RDB$RELATION_NAME.
RDB$RELATION_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$RELATION_NAME.
RDB$RELATION_NAME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$RELATION_NAME.
RDB$RELATION_TYPE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$RELATION_TYPE.
Rdb$relationConstraints - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
Rdb$relationConstraints() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
Create a RDB$RELATION_CONSTRAINTS table reference
Rdb$relationConstraints(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
Create an aliased RDB$RELATION_CONSTRAINTS table reference
Rdb$relationFields - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
Rdb$relationFields() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
Create a RDB$RELATION_FIELDS table reference
Rdb$relationFields(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
Create an aliased RDB$RELATION_FIELDS table reference
Rdb$relations - Class in org.jooq.util.firebird.rdb.tables
This class is generated by jOOQ.
RDB$RELATIONS - Static variable in class org.jooq.util.firebird.rdb.Tables
The table RDB$RELATIONS
Rdb$relations() - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$relations
Create a RDB$RELATIONS table reference
Rdb$relations(String) - Constructor for class org.jooq.util.firebird.rdb.tables.Rdb$relations
Create an aliased RDB$RELATIONS table reference
RDB$RELATIONS - Static variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The singleton instance of RDB$RELATIONS
RDB$RUNTIME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$RUNTIME.
RDB$RUNTIME - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$RUNTIME.
RDB$SECURITY_CLASS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$SECURITY_CLASS.
RDB$SECURITY_CLASS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$SECURITY_CLASS.
RDB$SECURITY_CLASS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$SECURITY_CLASS.
RDB$SEGMENT_LENGTH - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$SEGMENT_LENGTH.
RDB$STATISTICS - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
The column RDB$INDEX_SEGMENTS.RDB$STATISTICS.
RDB$SYSTEM_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$SYSTEM_FLAG.
RDB$SYSTEM_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$generators
The column RDB$GENERATORS.RDB$SYSTEM_FLAG.
RDB$SYSTEM_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
The column RDB$PROCEDURE_PARAMETERS.RDB$SYSTEM_FLAG.
RDB$SYSTEM_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$SYSTEM_FLAG.
RDB$SYSTEM_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$SYSTEM_FLAG.
RDB$SYSTEM_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$SYSTEM_FLAG.
RDB$UPDATE_FLAG - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$UPDATE_FLAG.
RDB$UPDATE_RULE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
The column RDB$REF_CONSTRAINTS.RDB$UPDATE_RULE.
RDB$VALID_BLR - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
The column RDB$PROCEDURES.RDB$VALID_BLR.
RDB$VALIDATION_BLR - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$VALIDATION_BLR.
RDB$VALIDATION_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$fields
The column RDB$FIELDS.RDB$VALIDATION_SOURCE.
RDB$VIEW_BLR - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$VIEW_BLR.
RDB$VIEW_CONTEXT - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
The column RDB$RELATION_FIELDS.RDB$VIEW_CONTEXT.
RDB$VIEW_SOURCE - Variable in class org.jooq.util.firebird.rdb.tables.Rdb$relations
The column RDB$RELATIONS.RDB$VIEW_SOURCE.
recordClass - Variable in class org.jooq.util.jaxb.MatchersTableType
 
recordImplements - Variable in class org.jooq.util.jaxb.MatchersTableType
 
records - Variable in class org.jooq.util.jaxb.Generate
 
recordTimestampFields - Variable in class org.jooq.util.jaxb.Database
 
recordVersionFields - Variable in class org.jooq.util.jaxb.Database
 
REFERENCE_GENERATION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.REFERENCE_GENERATION.
REFERENCE_GENERATION - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.reference_generation.
REFERENCECOUNT - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.REFERENCECOUNT.
REFERENCED_COLUMN_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.REFERENCED_COLUMN_NAME.
REFERENCED_TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.REFERENCED_TABLE_NAME.
REFERENCED_TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.REFERENCED_TABLE_NAME.
REFERENCED_TABLE_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.REFERENCED_TABLE_SCHEMA.
REFERENCEID - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The column SYS.SYSCOLUMNS.REFERENCEID.
REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS
REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The singleton instance of INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS
REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.REFERENTIAL_CONSTRAINTS
REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The singleton instance of information_schema.REFERENTIAL_CONSTRAINTS
REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.referential_constraints
REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The reference instance of information_schema.referential_constraints
ReferentialConstraint - Class in org.jooq.util.xml.jaxb
Java class for ReferentialConstraint complex type.
ReferentialConstraint() - Constructor for class org.jooq.util.xml.jaxb.ReferentialConstraint
 
ReferentialConstraints - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
ReferentialConstraints() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
Create a INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS table reference
ReferentialConstraints(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
Create an aliased INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS table reference
ReferentialConstraints - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
ReferentialConstraints - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
ReferentialConstraints() - Constructor for class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
Create a information_schema.referential_constraints table reference
ReferentialConstraints(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
Create an aliased information_schema.referential_constraints table reference
referentialConstraints - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
RegexFlag - Enum in org.jooq.util.jaxb
Java class for RegexFlag.
regexFlags - Variable in class org.jooq.util.jaxb.Database
 
RELACL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relacl.
RELALLVISIBLE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relallvisible.
RELAM - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relam.
relations - Variable in class org.jooq.util.jaxb.Generate
 
Relations - Interface in org.jooq.util
A model for all known Referenced Key / Referencing Key relations in the Database's schema.
RELCHECKS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relchecks.
RELFILENODE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relfilenode.
RELFROZENXID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relfrozenxid.
RELHASINDEX - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relhasindex.
RELHASOIDS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relhasoids.
RELHASPKEY - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relhaspkey.
RELHASRULES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relhasrules.
RELHASSUBCLASS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relhassubclass.
RELHASTRIGGERS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relhastriggers.
RELISPOPULATED - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relispopulated.
RELISSHARED - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relisshared.
RELKIND - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relkind.
RELMINMXID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relminmxid.
RELNAME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relname.
RELNAMESPACE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relnamespace.
RELNATTS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relnatts.
RELOFTYPE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.reloftype.
RELOPTIONS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.reloptions.
RELOWNER - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relowner.
RELPAGES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relpages.
RELPERSISTENCE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relpersistence.
RELREPLIDENT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.relreplident.
RELTABLESPACE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.reltablespace.
RELTOASTRELID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.reltoastrelid.
RELTUPLES - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.reltuples.
RELTYPE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgClass
The column pg_catalog.pg_class.reltype.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.REMARKS.
REMARKS - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.REMARKS.
rename(String) - Method in class org.jooq.util.cubrid.dba.tables.DbAttribute
Rename this table
rename(String) - Method in class org.jooq.util.cubrid.dba.tables.DbClass
Rename this table
rename(String) - Method in class org.jooq.util.cubrid.dba.tables.DbIndex
Rename this table
rename(String) - Method in class org.jooq.util.cubrid.dba.tables.DbIndexKey
Rename this table
rename(String) - Method in class org.jooq.util.cubrid.dba.tables.DbSerial
Rename this table
rename(String) - Method in class org.jooq.util.cubrid.dba.tables.DbUser
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$fields
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$generators
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$indexSegments
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$procedures
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$refConstraints
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relationFields
Rename this table
rename(String) - Method in class org.jooq.util.firebird.rdb.tables.Rdb$relations
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.CheckConstraints
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Columns
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Parameters
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Routines
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Schemata
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Sequences
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
Rename this table
rename(String) - Method in class org.jooq.util.hsqldb.information_schema.tables.Tables
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Attributes
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.CheckConstraints
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Columns
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Parameters
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Routines
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Schemata
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Sequences
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.TableConstraints
Rename this table
rename(String) - Method in class org.jooq.util.postgres.information_schema.tables.Tables
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgAttribute
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgClass
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgDescription
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgEnum
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgInherits
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgNamespace
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgProc
Rename this table
rename(String) - Method in class org.jooq.util.postgres.pg_catalog.tables.PgType
Rename this table
RESULT_CAST_AS_LOCATOR - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_AS_LOCATOR.
RESULT_CAST_AS_LOCATOR - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_as_locator.
RESULT_CAST_CHAR_MAX_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_CHAR_MAX_LENGTH.
RESULT_CAST_CHAR_MAX_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_char_max_length.
RESULT_CAST_CHAR_OCTET_LENGTH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_CHAR_OCTET_LENGTH.
RESULT_CAST_CHAR_OCTET_LENGTH - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_char_octet_length.
RESULT_CAST_CHAR_SET_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_CHAR_SET_CATALOG.
RESULT_CAST_CHAR_SET_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_char_set_catalog.
RESULT_CAST_CHAR_SET_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_CHAR_SET_SCHEMA.
RESULT_CAST_CHAR_SET_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_char_set_schema.
RESULT_CAST_CHARACTER_SET_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_CHARACTER_SET_NAME.
RESULT_CAST_CHARACTER_SET_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_character_set_name.
RESULT_CAST_COLLATION_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_COLLATION_CATALOG.
RESULT_CAST_COLLATION_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_collation_catalog.
RESULT_CAST_COLLATION_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_COLLATION_NAME.
RESULT_CAST_COLLATION_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_collation_name.
RESULT_CAST_COLLATION_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_COLLATION_SCHEMA.
RESULT_CAST_COLLATION_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_collation_schema.
RESULT_CAST_DATETIME_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DATETIME_PRECISION.
RESULT_CAST_DATETIME_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_datetime_precision.
RESULT_CAST_DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DECLARED_NUMERIC_PRECISION.
RESULT_CAST_DECLARED_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DECLARED_NUMERIC_SCALE.
RESULT_CAST_DTD_IDENTIFIER - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DTD_IDENTIFIER.
RESULT_CAST_DTD_IDENTIFIER - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_dtd_identifier.
RESULT_CAST_FROM_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_FROM_DATA_TYPE.
RESULT_CAST_FROM_DATA_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_from_data_type.
RESULT_CAST_FROM_DECLARED_DATA_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_FROM_DECLARED_DATA_TYPE.
RESULT_CAST_INTERVAL_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_INTERVAL_PRECISION.
RESULT_CAST_INTERVAL_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_interval_precision.
RESULT_CAST_INTERVAL_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_INTERVAL_TYPE.
RESULT_CAST_INTERVAL_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_interval_type.
RESULT_CAST_MAX_CARDINALITY - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_MAX_CARDINALITY.
RESULT_CAST_MAXIMUM_CARDINALITY - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_maximum_cardinality.
RESULT_CAST_NUMERIC_PRECISION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_NUMERIC_PRECISION.
RESULT_CAST_NUMERIC_PRECISION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_numeric_precision.
RESULT_CAST_NUMERIC_PRECISION_RADIX - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_numeric_precision_radix.
RESULT_CAST_NUMERIC_RADIX - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_NUMERIC_RADIX.
RESULT_CAST_NUMERIC_SCALE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_NUMERIC_SCALE.
RESULT_CAST_NUMERIC_SCALE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_numeric_scale.
RESULT_CAST_SCOPE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_SCOPE_CATALOG.
RESULT_CAST_SCOPE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_scope_catalog.
RESULT_CAST_SCOPE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_SCOPE_NAME.
RESULT_CAST_SCOPE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_scope_name.
RESULT_CAST_SCOPE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_SCOPE_SCHEMA.
RESULT_CAST_SCOPE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_scope_schema.
RESULT_CAST_TYPE_UDT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_TYPE_UDT_CATALOG.
RESULT_CAST_TYPE_UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_type_udt_catalog.
RESULT_CAST_TYPE_UDT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_TYPE_UDT_NAME.
RESULT_CAST_TYPE_UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_type_udt_name.
RESULT_CAST_TYPE_UDT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_TYPE_UDT_SCHEMA.
RESULT_CAST_TYPE_UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.result_cast_type_udt_schema.
RETURN_VALUE - Static variable in class org.jooq.util.postgres.pg_catalog.routines.Count1
The parameter pg_catalog.count.RETURN_VALUE.
RETURN_VALUE - Static variable in class org.jooq.util.postgres.pg_catalog.routines.Count2
The parameter pg_catalog.count.RETURN_VALUE.
RETURN_VALUE - Static variable in class org.jooq.util.postgres.pg_catalog.routines.FormatType
The parameter pg_catalog.format_type.RETURN_VALUE.
RETURNS - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.returns.
RETURNS_RESULT - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.RETURNS_RESULT.
returnValue - Variable in class org.jooq.util.AbstractRoutineDefinition
 
ROOTPAGE - Static variable in class org.jooq.util.sqlite.sqlite_master.SQLiteMaster
 
ROUTINE_BODY - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.ROUTINE_BODY.
ROUTINE_BODY - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.routine_body.
ROUTINE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.ROUTINE_CATALOG.
ROUTINE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.routine_catalog.
ROUTINE_DEFINITION - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.ROUTINE_DEFINITION.
ROUTINE_DEFINITION - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.routine_definition.
ROUTINE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.ROUTINE_NAME.
ROUTINE_NAME - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Routine_name.
ROUTINE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.routine_name.
ROUTINE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.ROUTINE_SCHEMA.
ROUTINE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.routine_schema.
ROUTINE_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.ROUTINE_TYPE.
ROUTINE_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.ROUTINE_TYPE.
ROUTINE_TYPE - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Routine_type.
ROUTINE_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.routine_type.
routineClass - Variable in class org.jooq.util.jaxb.MatchersRoutineType
 
RoutineDefinition - Interface in org.jooq.util
An interface defining a stored routine in a database.
routineImplements - Variable in class org.jooq.util.jaxb.MatchersRoutineType
 
routineMethod - Variable in class org.jooq.util.jaxb.MatchersRoutineType
 
Routines - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
ROUTINES - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.ROUTINES
Routines() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Routines
Create a INFORMATION_SCHEMA.ROUTINES table reference
Routines(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Routines
Create an aliased INFORMATION_SCHEMA.ROUTINES table reference
ROUTINES - Static variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The singleton instance of INFORMATION_SCHEMA.ROUTINES
routines - Variable in class org.jooq.util.jaxb.Matchers
 
Routines - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
ROUTINES - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.routines
Routines() - Constructor for class org.jooq.util.postgres.information_schema.tables.Routines
Create a information_schema.routines table reference
Routines(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Routines
Create an aliased information_schema.routines table reference
ROUTINES - Static variable in class org.jooq.util.postgres.information_schema.tables.Routines
The reference instance of information_schema.routines
Routines - Class in org.jooq.util.postgres.pg_catalog
Convenience access to all stored procedures and functions in pg_catalog
Routines() - Constructor for class org.jooq.util.postgres.pg_catalog.Routines
 
ROW_COUNT_ESTIMATE - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.ROW_COUNT_ESTIMATE.
ROW_FORMAT - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.ROW_FORMAT.

S

SCALE - Variable in class org.jooq.util.cubrid.dba.tables.DbAttribute
The column db_attribute.scale.
SCALE - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.SCALE.
schema - Variable in class org.jooq.util.jaxb.Jdbc
 
Schema - Class in org.jooq.util.jaxb
Java class for Schema complex type.
Schema() - Constructor for class org.jooq.util.jaxb.Schema
 
Schema - Class in org.jooq.util.xml.jaxb
Java class for Schema complex type.
Schema() - Constructor for class org.jooq.util.xml.jaxb.Schema
 
SCHEMA_LEVEL_ROUTINE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SCHEMA_LEVEL_ROUTINE.
SCHEMA_LEVEL_ROUTINE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.schema_level_routine.
SCHEMA_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.SCHEMA_NAME.
SCHEMA_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.SCHEMA_NAME.
SCHEMA_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Schemata
The column information_schema.SCHEMATA.SCHEMA_NAME.
SCHEMA_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.schema_name.
SCHEMA_OWNER - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.SCHEMA_OWNER.
SCHEMA_OWNER - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.SCHEMA_OWNER.
SCHEMA_OWNER - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.schema_owner.
schemaClass - Variable in class org.jooq.util.jaxb.MatchersSchemaType
 
SchemaDefinition - Class in org.jooq.util
The definition of a database schema
SchemaDefinition(Database, String, String) - Constructor for class org.jooq.util.SchemaDefinition
 
SCHEMAID - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.SCHEMAID.
SCHEMAID - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.SCHEMAID.
SCHEMAID - Static variable in class org.jooq.util.derby.sys.tables.Sysschemas
The column SYS.SYSSCHEMAS.SCHEMAID.
SCHEMAID - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.SCHEMAID.
SCHEMAID - Static variable in class org.jooq.util.derby.sys.tables.Systables
The column SYS.SYSTABLES.SCHEMAID.
schemaIdentifier - Variable in class org.jooq.util.jaxb.MatchersSchemaType
 
schemaImplements - Variable in class org.jooq.util.jaxb.MatchersSchemaType
 
SCHEMANAME - Static variable in class org.jooq.util.derby.sys.tables.Sysschemas
The column SYS.SYSSCHEMAS.SCHEMANAME.
schemaName - Variable in class org.jooq.util.xml.jaxb.Schema
 
schemas - Variable in class org.jooq.util.jaxb.Matchers
 
Schemata - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
SCHEMATA - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.SCHEMATA
SCHEMATA - Static variable in class org.jooq.util.h2.information_schema.tables.Schemata
The reference instance of INFORMATION_SCHEMA.SCHEMATA
Schemata - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
SCHEMATA - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.SCHEMATA
Schemata() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Schemata
Create a INFORMATION_SCHEMA.SCHEMATA table reference
Schemata(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Schemata
Create an aliased INFORMATION_SCHEMA.SCHEMATA table reference
SCHEMATA - Static variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The singleton instance of INFORMATION_SCHEMA.SCHEMATA
schemata - Variable in class org.jooq.util.jaxb.Database
 
Schemata - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
SCHEMATA - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.SCHEMATA
SCHEMATA - Static variable in class org.jooq.util.mysql.information_schema.tables.Schemata
The singleton instance of information_schema.SCHEMATA
Schemata - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
SCHEMATA - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.schemata
Schemata() - Constructor for class org.jooq.util.postgres.information_schema.tables.Schemata
Create a information_schema.schemata table reference
Schemata(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Schemata
Create an aliased information_schema.schemata table reference
SCHEMATA - Static variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The reference instance of information_schema.schemata
schemata - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
schemaVersionProvider - Variable in class org.jooq.util.jaxb.Database
 
SchemaVersionProvider - Interface in org.jooq.util
An SPI that can be used to provide a schema version to the jOOQ code generator.
SCOPE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.SCOPE_CATALOG.
SCOPE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.SCOPE_CATALOG.
SCOPE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.SCOPE_CATALOG.
SCOPE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SCOPE_CATALOG.
SCOPE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.scope_catalog.
SCOPE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.scope_catalog.
SCOPE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.scope_catalog.
SCOPE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.scope_catalog.
SCOPE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.SCOPE_NAME.
SCOPE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.SCOPE_NAME.
SCOPE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.SCOPE_NAME.
SCOPE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SCOPE_NAME.
SCOPE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.scope_name.
SCOPE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.scope_name.
SCOPE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.scope_name.
SCOPE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.scope_name.
SCOPE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.SCOPE_SCHEMA.
SCOPE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.SCOPE_SCHEMA.
SCOPE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.SCOPE_SCHEMA.
SCOPE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SCOPE_SCHEMA.
SCOPE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.scope_schema.
SCOPE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.scope_schema.
SCOPE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.scope_schema.
SCOPE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.scope_schema.
SEARCHABLE - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.SEARCHABLE.
SECURITY_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SECURITY_TYPE.
SECURITY_TYPE - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.security_type.
SECURITY_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.security_type.
SELECTIVITY - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.SELECTIVITY.
SELF_REFERENCING_COLUMN_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.SELF_REFERENCING_COLUMN_NAME.
SELF_REFERENCING_COLUMN_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.self_referencing_column_name.
SEQ_IN_INDEX - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.SEQ_IN_INDEX.
Sequence - Class in org.jooq.util.xml.jaxb
Java class for Sequence complex type.
Sequence() - Constructor for class org.jooq.util.xml.jaxb.Sequence
 
SEQUENCE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_CATALOG.
SEQUENCE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_CATALOG.
SEQUENCE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.sequence_catalog.
SEQUENCE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.SEQUENCE_NAME.
SEQUENCE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_NAME.
SEQUENCE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_NAME.
SEQUENCE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.sequence_name.
SEQUENCE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_SCHEMA.
SEQUENCE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_SCHEMA.
SEQUENCE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.sequence_schema.
sequenceCatalog - Variable in class org.jooq.util.xml.jaxb.Sequence
 
SEQUENCEDATATYPE - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.SEQUENCEDATATYPE.
SequenceDefinition - Interface in org.jooq.util
An interface defining a sequence
SEQUENCEID - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.SEQUENCEID.
sequenceIdentifier - Variable in class org.jooq.util.jaxb.MatchersSequenceType
 
SEQUENCENAME - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.SEQUENCENAME.
sequenceName - Variable in class org.jooq.util.xml.jaxb.Sequence
 
Sequences - Class in org.jooq.util.firebird.rdb
Convenience access to all sequences in
Sequences() - Constructor for class org.jooq.util.firebird.rdb.Sequences
 
Sequences - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
SEQUENCES - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.SEQUENCES
SEQUENCES - Static variable in class org.jooq.util.h2.information_schema.tables.Sequences
The reference instance of INFORMATION_SCHEMA.SEQUENCES
Sequences - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
SEQUENCES - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.SEQUENCES
Sequences() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Sequences
Create a INFORMATION_SCHEMA.SEQUENCES table reference
Sequences(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Sequences
Create an aliased INFORMATION_SCHEMA.SEQUENCES table reference
SEQUENCES - Static variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The singleton instance of INFORMATION_SCHEMA.SEQUENCES
sequences - Variable in class org.jooq.util.jaxb.Matchers
 
Sequences - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
SEQUENCES - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.sequences
Sequences() - Constructor for class org.jooq.util.postgres.information_schema.tables.Sequences
Create a information_schema.sequences table reference
Sequences(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Sequences
Create an aliased information_schema.sequences table reference
SEQUENCES - Static variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The reference instance of information_schema.sequences
sequences - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
sequenceSchema - Variable in class org.jooq.util.xml.jaxb.Sequence
 
set__1(Object) - Method in class org.jooq.util.postgres.pg_catalog.routines.Count1
Set the _1 parameter IN value to the routine
set__1(Field<Object>) - Method in class org.jooq.util.postgres.pg_catalog.routines.Count1
Set the _1 parameter to the function to be used with a Select statement
set__1(Long) - Method in class org.jooq.util.postgres.pg_catalog.routines.FormatType
Set the _1 parameter IN value to the routine
set__1(Field<Long>) - Method in class org.jooq.util.postgres.pg_catalog.routines.FormatType
Set the _1 parameter to the function to be used with a Select statement
set__2(Integer) - Method in class org.jooq.util.postgres.pg_catalog.routines.FormatType
Set the _2 parameter IN value to the routine
set__2(Field<Integer>) - Method in class org.jooq.util.postgres.pg_catalog.routines.FormatType
Set the _2 parameter to the function to be used with a Select statement
setBinding(String) - Method in class org.jooq.util.jaxb.CustomType
Sets the value of the binding property.
setCatalogName(String) - Method in class org.jooq.util.xml.jaxb.Schema
Sets the value of the catalogName property.
setCharacterMaximumLength(Integer) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the characterMaximumLength property.
setCharacterMaximumLength(Integer) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the characterMaximumLength property.
setColumnDefault(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the columnDefault property.
setColumnName(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the columnName property.
setColumnName(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the columnName property.
setColumns(List<Column>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setConfiguredCustomTypes(List<CustomType>) - Method in class org.jooq.util.AbstractDatabase
 
setConfiguredCustomTypes(List<CustomType>) - Method in interface org.jooq.util.Database
Database objects matching any of these field names will be generated as custom types.
setConfiguredEnumTypes(List<EnumType>) - Method in class org.jooq.util.AbstractDatabase
 
setConfiguredEnumTypes(List<EnumType>) - Method in interface org.jooq.util.Database
Database objects matching any of these field names will be generated as enum types.
setConfiguredForcedTypes(List<ForcedType>) - Method in class org.jooq.util.AbstractDatabase
 
setConfiguredForcedTypes(List<ForcedType>) - Method in interface org.jooq.util.Database
Database objects matching any of these field names will be generated as forced types.
setConfiguredSchemata(List<Schema>) - Method in class org.jooq.util.AbstractDatabase
 
setConfiguredSchemata(List<Schema>) - Method in interface org.jooq.util.Database
The input and output schemata.
setConnection(Connection) - Method in class org.jooq.util.AbstractDatabase
 
setConnection(Connection) - Method in interface org.jooq.util.Database
Initialise a connection to this database.
setConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the constraintCatalog property.
setConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Sets the value of the constraintCatalog property.
setConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the constraintCatalog property.
setConstraintName(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the constraintName property.
setConstraintName(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Sets the value of the constraintName property.
setConstraintName(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the constraintName property.
setConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the constraintSchema property.
setConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Sets the value of the constraintSchema property.
setConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the constraintSchema property.
setConstraintType(TableConstraintType) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the constraintType property.
setConverter(String) - Method in class org.jooq.util.jaxb.CustomType
Sets the value of the converter property.
setCustomTypes(List<CustomType>) - Method in class org.jooq.util.jaxb.Database
 
setDaoClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the daoClass property.
setDaoImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the daoImplements property.
setDaos(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the daos property.
setDatabase(Database) - Method in class org.jooq.util.jaxb.Generator
Sets the value of the database property.
setDataType(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the dataType property.
setDataType(String) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the dataType property.
setDateAsTimestamp(boolean) - Method in class org.jooq.util.AbstractDatabase
 
setDateAsTimestamp(boolean) - Method in interface org.jooq.util.Database
Whether DATE columns should be treated as TIMESTAMP columns.
setDateAsTimestamp(Boolean) - Method in class org.jooq.util.jaxb.Database
Sets the value of the dateAsTimestamp property.
setDeprecated(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the deprecated property.
setDirectory(String) - Method in class org.jooq.util.jaxb.Target
Sets the value of the directory property.
setDriver(String) - Method in class org.jooq.util.jaxb.Jdbc
Sets the value of the driver property.
setEnumTypes(List<EnumType>) - Method in class org.jooq.util.jaxb.Database
 
setExcludes(String[]) - Method in class org.jooq.util.AbstractDatabase
 
setExcludes(String[]) - Method in interface org.jooq.util.Database
Database objects matching any of these regular expressions will not be generated.
setExcludes(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the excludes property.
setExpression(String) - Method in class org.jooq.util.jaxb.ForcedType
Sets the value of the expression property.
setExpression(String) - Method in class org.jooq.util.jaxb.MatcherRule
Sets the value of the expression property.
setExpression(String) - Method in class org.jooq.util.jaxb.MatchersFieldType
Sets the value of the expression property.
setExpression(String) - Method in class org.jooq.util.jaxb.MatchersRoutineType
Sets the value of the expression property.
setExpression(String) - Method in class org.jooq.util.jaxb.MatchersSchemaType
Sets the value of the expression property.
setExpression(String) - Method in class org.jooq.util.jaxb.MatchersSequenceType
Sets the value of the expression property.
setExpression(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the expression property.
setExpressions(String) - Method in class org.jooq.util.jaxb.ForcedType
Sets the value of the expressions property.
setFieldGetter(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
Sets the value of the fieldGetter property.
setFieldIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
Sets the value of the fieldIdentifier property.
setFieldMember(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
Sets the value of the fieldMember property.
setFields(List<MatchersFieldType>) - Method in class org.jooq.util.jaxb.Matchers
 
setFieldSetter(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
Sets the value of the fieldSetter property.
setFluentSetters(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the fluentSetters property.
setForcedTypes(List<ForcedType>) - Method in class org.jooq.util.jaxb.Database
 
setFullyQualifiedTypes(String) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the fullyQualifiedTypes property.
setGenerate(Generate) - Method in class org.jooq.util.jaxb.Generator
Sets the value of the generate property.
setGeneratedAnnotation(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the generatedAnnotation property.
setGenerator(Generator) - Method in class org.jooq.util.jaxb.Configuration
Sets the value of the generator property.
setGlobalObjectReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the globalObjectReferences property.
setGlobalRoutineReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the globalRoutineReferences property.
setGlobalSequenceReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the globalSequenceReferences property.
setGlobalTableReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the globalTableReferences property.
setGlobalUDTReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the globalUDTReferences property.
setIdentityGeneration(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the identityGeneration property.
setIgnoreProcedureReturnValues(boolean) - Method in class org.jooq.util.AbstractDatabase
 
setIgnoreProcedureReturnValues(boolean) - Method in interface org.jooq.util.Database
Whether this database should ignore procedure return values.
setIgnoreProcedureReturnValues(Boolean) - Method in class org.jooq.util.jaxb.Database
Sets the value of the ignoreProcedureReturnValues property.
setImmutablePojos(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the immutablePojos property.
setIncludeExcludeColumns(boolean) - Method in class org.jooq.util.AbstractDatabase
 
setIncludeExcludeColumns(boolean) - Method in interface org.jooq.util.Database
Indicate whether include / exclude regular expression shall also match database columns.
setIncludeExcludeColumns(Boolean) - Method in class org.jooq.util.jaxb.Database
Sets the value of the includeExcludeColumns property.
setIncludeRelations(boolean) - Method in class org.jooq.util.AbstractDatabase
 
setIncludeRelations(boolean) - Method in interface org.jooq.util.Database
[#3559] Whether relations (i.e. constraints) should be included in this database.
setIncludes(String[]) - Method in class org.jooq.util.AbstractDatabase
 
setIncludes(String[]) - Method in interface org.jooq.util.Database
Only database objects matching any of these regular expressions will be generated.
setIncludes(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the includes property.
setInputSchema(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the inputSchema property.
setInputSchema(String) - Method in class org.jooq.util.jaxb.Schema
Sets the value of the inputSchema property.
setInstanceFields(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the instanceFields property.
setInterfaceClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the interfaceClass property.
setInterfaceImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the interfaceImplements property.
setInterfaces(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the interfaces property.
setIsNullable(Boolean) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the isNullable property.
setJdbc(Jdbc) - Method in class org.jooq.util.jaxb.Configuration
Sets the value of the jdbc property.
setJpaAnnotations(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the jpaAnnotations property.
setKey(String) - Method in class org.jooq.util.jaxb.Property
Sets the value of the key property.
setKeyColumnUsages(List<KeyColumnUsage>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setLiterals(String) - Method in class org.jooq.util.jaxb.EnumType
Sets the value of the literals property.
setMatchers(Matchers) - Method in class org.jooq.util.jaxb.Strategy
Sets the value of the matchers property.
setName(String) - Method in class org.jooq.util.jaxb.CustomType
Sets the value of the name property.
setName(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the name property.
setName(String) - Method in class org.jooq.util.jaxb.EnumType
Sets the value of the name property.
setName(String) - Method in class org.jooq.util.jaxb.ForcedType
Sets the value of the name property.
setName(String) - Method in class org.jooq.util.jaxb.Generator
Sets the value of the name property.
setName(String) - Method in class org.jooq.util.jaxb.Strategy
Sets the value of the name property.
setNumericPrecision(Integer) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the numericPrecision property.
setNumericPrecision(Integer) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the numericPrecision property.
setNumericScale(Integer) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the numericScale property.
setNumericScale(Integer) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the numericScale property.
setOrdinalPosition(Integer) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the ordinalPosition property.
setOrdinalPosition(int) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the ordinalPosition property.
setOutputSchema(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the outputSchema property.
setOutputSchema(String) - Method in class org.jooq.util.jaxb.Schema
Sets the value of the outputSchema property.
setOutputSchemaToDefault(Boolean) - Method in class org.jooq.util.jaxb.Database
Sets the value of the outputSchemaToDefault property.
setOutputSchemaToDefault(Boolean) - Method in class org.jooq.util.jaxb.Schema
Sets the value of the outputSchemaToDefault property.
setOverridePrimaryKeys(String[]) - Method in class org.jooq.util.AbstractDatabase
 
setOverridePrimaryKeys(String[]) - Method in interface org.jooq.util.Database
Unique keys matching these regular expressions will be considered as primary keys in generated code.
setOverridePrimaryKeys(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the overridePrimaryKeys property.
setPackageName(String) - Method in class org.jooq.util.jaxb.Target
Sets the value of the packageName property.
setParentTable(TableDefinition) - Method in class org.jooq.util.AbstractTableDefinition
 
setPassword(String) - Method in class org.jooq.util.jaxb.Jdbc
Sets the value of the password property.
setPojoClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the pojoClass property.
setPojoExtends(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the pojoExtends property.
setPojoImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the pojoImplements property.
setPojos(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the pojos property.
setPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the pojosEqualsAndHashCode property.
setProperties(Properties) - Method in class org.jooq.util.AbstractDatabase
 
setProperties(Properties) - Method in interface org.jooq.util.Database
Database properties.
setProperties(List<Property>) - Method in class org.jooq.util.jaxb.Database
 
setProperties(List<Property>) - Method in class org.jooq.util.jaxb.Jdbc
 
setRecordClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the recordClass property.
setRecordImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the recordImplements property.
setRecords(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the records property.
setRecordTimestampFields(String[]) - Method in class org.jooq.util.AbstractDatabase
 
setRecordTimestampFields(String[]) - Method in interface org.jooq.util.Database
Table columns matching these regular expressions will be considered as record timestamp fields in generated code.
setRecordTimestampFields(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the recordTimestampFields property.
setRecordVersionFields(String[]) - Method in class org.jooq.util.AbstractDatabase
 
setRecordVersionFields(String[]) - Method in interface org.jooq.util.Database
Table columns matching these regular expressions will be considered as record version fields in generated code.
setRecordVersionFields(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the recordVersionFields property.
setReferentialConstraints(List<ReferentialConstraint>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setRegexFlags(List<RegexFlag>) - Method in class org.jooq.util.AbstractDatabase
 
setRegexFlags(List<RegexFlag>) - Method in interface org.jooq.util.Database
The regular expression flags that should be applied when using regular expressions.
setRelations(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the relations property.
setRoutineClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersRoutineType
Sets the value of the routineClass property.
setRoutineImplements(String) - Method in class org.jooq.util.jaxb.MatchersRoutineType
Sets the value of the routineImplements property.
setRoutineMethod(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersRoutineType
Sets the value of the routineMethod property.
setRoutines(List<MatchersRoutineType>) - Method in class org.jooq.util.jaxb.Matchers
 
setSchema(String) - Method in class org.jooq.util.jaxb.Jdbc
Sets the value of the schema property.
setSchemaClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersSchemaType
Sets the value of the schemaClass property.
setSchemaIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersSchemaType
Sets the value of the schemaIdentifier property.
setSchemaImplements(String) - Method in class org.jooq.util.jaxb.MatchersSchemaType
Sets the value of the schemaImplements property.
setSchemaName(String) - Method in class org.jooq.util.xml.jaxb.Schema
Sets the value of the schemaName property.
setSchemas(List<MatchersSchemaType>) - Method in class org.jooq.util.jaxb.Matchers
 
setSchemata(List<Schema>) - Method in class org.jooq.util.jaxb.Database
 
setSchemata(List<Schema>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setSchemaVersionProvider(SchemaVersionProvider) - Method in class org.jooq.util.AbstractDatabase
 
setSchemaVersionProvider(SchemaVersionProvider) - Method in interface org.jooq.util.Database
 
setSchemaVersionProvider(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the schemaVersionProvider property.
setSequenceCatalog(String) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the sequenceCatalog property.
setSequenceIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersSequenceType
Sets the value of the sequenceIdentifier property.
setSequenceName(String) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the sequenceName property.
setSequences(List<MatchersSequenceType>) - Method in class org.jooq.util.jaxb.Matchers
 
setSequences(List<Sequence>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setSequenceSchema(String) - Method in class org.jooq.util.xml.jaxb.Sequence
Sets the value of the sequenceSchema property.
setStrategy(Strategy) - Method in class org.jooq.util.jaxb.Generator
Sets the value of the strategy property.
setSupportsUnsignedTypes(boolean) - Method in class org.jooq.util.AbstractDatabase
 
setSupportsUnsignedTypes(boolean) - Method in interface org.jooq.util.Database
Whether this database supports unsigned types.
setSyntheticPrimaryKeys(String[]) - Method in class org.jooq.util.AbstractDatabase
 
setSyntheticPrimaryKeys(String[]) - Method in interface org.jooq.util.Database
Columns matching these regular expressions will be considered as members of synthetic primary keys in generated code.
setSyntheticPrimaryKeys(String) - Method in class org.jooq.util.jaxb.Database
Sets the value of the syntheticPrimaryKeys property.
setTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the tableCatalog property.
setTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the tableCatalog property.
setTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.Table
Sets the value of the tableCatalog property.
setTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the tableCatalog property.
setTableClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the tableClass property.
setTableConstraints(List<TableConstraint>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setTableIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the tableIdentifier property.
setTableImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
Sets the value of the tableImplements property.
setTableName(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the tableName property.
setTableName(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the tableName property.
setTableName(String) - Method in class org.jooq.util.xml.jaxb.Table
Sets the value of the tableName property.
setTableName(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the tableName property.
setTables(List<MatchersTableType>) - Method in class org.jooq.util.jaxb.Matchers
 
setTables(List<Table>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
setTableSchema(String) - Method in class org.jooq.util.xml.jaxb.Column
Sets the value of the tableSchema property.
setTableSchema(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
Sets the value of the tableSchema property.
setTableSchema(String) - Method in class org.jooq.util.xml.jaxb.Table
Sets the value of the tableSchema property.
setTableSchema(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
Sets the value of the tableSchema property.
setTarget(Target) - Method in class org.jooq.util.jaxb.Generator
Sets the value of the target property.
setTransform(MatcherTransformType) - Method in class org.jooq.util.jaxb.MatcherRule
Sets the value of the transform property.
setType(String) - Method in class org.jooq.util.jaxb.CustomType
Sets the value of the type property.
setTypes(String) - Method in class org.jooq.util.jaxb.ForcedType
Sets the value of the types property.
setUniqueConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Sets the value of the uniqueConstraintCatalog property.
setUniqueConstraintName(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Sets the value of the uniqueConstraintName property.
setUniqueConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
Sets the value of the uniqueConstraintSchema property.
setUnsignedTypes(Boolean) - Method in class org.jooq.util.jaxb.Database
Sets the value of the unsignedTypes property.
setUrl(String) - Method in class org.jooq.util.jaxb.Jdbc
Sets the value of the url property.
setUser(String) - Method in class org.jooq.util.jaxb.Jdbc
Sets the value of the user property.
setValidationAnnotations(Boolean) - Method in class org.jooq.util.jaxb.Generate
Sets the value of the validationAnnotations property.
setValue(String) - Method in class org.jooq.util.jaxb.Property
Sets the value of the value property.
SORT_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.SORT_TYPE.
SOURCE - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.SOURCE.
SOURCE_DATA_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.SOURCE_DATA_TYPE.
SPECIFIC_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.SPECIFIC_CATALOG.
SPECIFIC_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SPECIFIC_CATALOG.
SPECIFIC_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.SPECIFIC_CATALOG.
SPECIFIC_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.specific_catalog.
SPECIFIC_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.specific_catalog.
SPECIFIC_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.SPECIFIC_NAME.
SPECIFIC_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SPECIFIC_NAME.
SPECIFIC_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.SPECIFIC_NAME.
SPECIFIC_NAME - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.specific_name.
SPECIFIC_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.specific_name.
SPECIFIC_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.specific_name.
SPECIFIC_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.SPECIFIC_SCHEMA.
SPECIFIC_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SPECIFIC_SCHEMA.
SPECIFIC_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.Parameters
The column information_schema.PARAMETERS.SPECIFIC_SCHEMA.
SPECIFIC_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.specific_schema.
SPECIFIC_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.specific_schema.
SQL - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.SQL.
SQL - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.SQL.
SQL - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.SQL.
SQL - Static variable in class org.jooq.util.sqlite.sqlite_master.SQLiteMaster
 
SQL_DATA_ACCESS - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SQL_DATA_ACCESS.
SQL_DATA_ACCESS - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.sql_data_access.
SQL_DATA_ACCESS - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.sql_data_access.
SQL_MODE - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.sql_mode.
SQL_PATH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.SQL_PATH.
SQL_PATH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Schemata
The column INFORMATION_SCHEMA.SCHEMATA.SQL_PATH.
SQL_PATH - Static variable in class org.jooq.util.mysql.information_schema.tables.Schemata
The column information_schema.SCHEMATA.SQL_PATH.
SQL_PATH - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.sql_path.
SQL_PATH - Variable in class org.jooq.util.postgres.information_schema.tables.Schemata
The column information_schema.schemata.sql_path.
SQLITE_MASTER - Static variable in class org.jooq.util.sqlite.sqlite_master.SQLiteMaster
The singleton instance of tables
SQLiteDatabase - Class in org.jooq.util.sqlite
SQLite implementation of AbstractDatabase
SQLiteDatabase() - Constructor for class org.jooq.util.sqlite.SQLiteDatabase
 
SQLiteMaster - Class in org.jooq.util.sqlite.sqlite_master
This class is NOT generated, as SQLite does not support meta-querying the meta-model.
SQLiteTableDefinition - Class in org.jooq.util.sqlite
SQLite table definition
SQLiteTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.util.sqlite.SQLiteTableDefinition
 
START_VALUE - Variable in class org.jooq.util.postgres.information_schema.tables.Sequences
The column information_schema.sequences.start_value.
START_WITH - Variable in class org.jooq.util.hsqldb.information_schema.tables.Sequences
The column INFORMATION_SCHEMA.SEQUENCES.START_WITH.
STARTED - Variable in class org.jooq.util.cubrid.dba.tables.DbSerial
The column db_serial.started.
STARTVALUE - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The column SYS.SYSSEQUENCES.STARTVALUE.
STATE - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.STATE.
STATEMENT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgCursor
The column pg_catalog.pg_cursor.statement.
Statistics - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
STATISTICS - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.STATISTICS
STATISTICS - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The singleton instance of information_schema.STATISTICS
STORAGE_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.STORAGE_TYPE.
strategy - Variable in class org.jooq.util.jaxb.Generator
 
Strategy - Class in org.jooq.util.jaxb
Java class for Strategy complex type.
Strategy() - Constructor for class org.jooq.util.jaxb.Strategy
 
SUB_PART - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.SUB_PART.
SUFFIX - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.SUFFIX.
supportsUnsignedTypes() - Method in class org.jooq.util.AbstractDatabase
 
supportsUnsignedTypes() - Method in interface org.jooq.util.Database
Whether this database supports unsigned types.
syntheticPrimaryKeys - Variable in class org.jooq.util.jaxb.Database
 
Sys - Class in org.jooq.util.derby.sys
This class is generated by jOOQ.
SYS - Static variable in class org.jooq.util.derby.sys.Sys
The singleton instance of SYS
Syscolumns - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSCOLUMNS - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSCOLUMNS
SYSCOLUMNS - Static variable in class org.jooq.util.derby.sys.tables.Syscolumns
The singleton instance of SYS.SYSCOLUMNS
Sysconglomerates - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSCONGLOMERATES - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSCONGLOMERATES
SYSCONGLOMERATES - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The singleton instance of SYS.SYSCONGLOMERATES
Sysconstraints - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSCONSTRAINTS - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSCONSTRAINTS
SYSCONSTRAINTS - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The singleton instance of SYS.SYSCONSTRAINTS
Syskeys - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSKEYS - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSKEYS
SYSKEYS - Static variable in class org.jooq.util.derby.sys.tables.Syskeys
The singleton instance of SYS.SYSKEYS
Sysschemas - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSSCHEMAS - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSSCHEMAS
SYSSCHEMAS - Static variable in class org.jooq.util.derby.sys.tables.Sysschemas
The singleton instance of SYS.SYSSCHEMAS
Syssequences - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSSEQUENCES - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSSEQUENCES
SYSSEQUENCES - Static variable in class org.jooq.util.derby.sys.tables.Syssequences
The singleton instance of SYS.SYSSEQUENCES
Systables - Class in org.jooq.util.derby.sys.tables
This class is generated by jOOQ.
SYSTABLES - Static variable in class org.jooq.util.derby.sys.Tables
The table SYS.SYSTABLES
SYSTABLES - Static variable in class org.jooq.util.derby.sys.tables.Systables
The singleton instance of SYS.SYSTABLES

T

Table - Class in org.jooq.util.xml.jaxb
Java class for Table complex type.
Table() - Constructor for class org.jooq.util.xml.jaxb.Table
 
TABLE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_CATALOG.
TABLE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TABLE_CATALOG.
TABLE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.TABLE_CATALOG.
TABLE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.TABLE_CATALOG.
TABLE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.TABLE_CATALOG.
TABLE_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_CATALOG.
TABLE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.table_catalog.
TABLE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.table_catalog.
TABLE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.table_catalog.
TABLE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.table_catalog.
TABLE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.table_catalog.
TABLE_CLASS - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_CLASS.
TABLE_COLLATION - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_COLLATION.
TABLE_COMMENT - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_COMMENT.
TABLE_CONSTRAINTS - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.TABLE_CONSTRAINTS
TABLE_CONSTRAINTS - Static variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The singleton instance of INFORMATION_SCHEMA.TABLE_CONSTRAINTS
TABLE_CONSTRAINTS - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.TABLE_CONSTRAINTS
TABLE_CONSTRAINTS - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The singleton instance of information_schema.TABLE_CONSTRAINTS
TABLE_CONSTRAINTS - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.table_constraints
TABLE_CONSTRAINTS - Static variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The reference instance of information_schema.table_constraints
TABLE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_NAME.
TABLE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TABLE_NAME.
TABLE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.TABLE_NAME.
TABLE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.TABLE_NAME.
TABLE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The column information_schema.TABLE_CONSTRAINTS.TABLE_NAME.
TABLE_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_NAME.
TABLE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.table_name.
TABLE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.table_name.
TABLE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.table_name.
TABLE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.table_name.
TABLE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.table_name.
TABLE_ROWS - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_ROWS.
TABLE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.Indexes
The column INFORMATION_SCHEMA.INDEXES.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_SCHEMA.
TABLE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TABLE_SCHEMA.
TABLE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage
The column INFORMATION_SCHEMA.KEY_COLUMN_USAGE.TABLE_SCHEMA.
TABLE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
The column INFORMATION_SCHEMA.TABLE_CONSTRAINTS.TABLE_SCHEMA.
TABLE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.Columns
The column information_schema.COLUMNS.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage
The column information_schema.KEY_COLUMN_USAGE.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.Statistics
The column information_schema.STATISTICS.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.TableConstraints
The column information_schema.TABLE_CONSTRAINTS.TABLE_SCHEMA.
TABLE_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_SCHEMA.
TABLE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.table_schema.
TABLE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.ConstraintColumnUsage
The column information_schema.constraint_column_usage.table_schema.
TABLE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.KeyColumnUsage
The column information_schema.key_column_usage.table_schema.
TABLE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.TableConstraints
The column information_schema.table_constraints.table_schema.
TABLE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.table_schema.
TABLE_TYPE - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_TYPE.
TABLE_TYPE - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TABLE_TYPE.
TABLE_TYPE - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.TABLE_TYPE.
TABLE_TYPE - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.table_type.
tableCatalog - Variable in class org.jooq.util.xml.jaxb.Column
 
tableCatalog - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
tableCatalog - Variable in class org.jooq.util.xml.jaxb.Table
 
tableCatalog - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
tableClass - Variable in class org.jooq.util.jaxb.MatchersTableType
 
TableConstraint - Class in org.jooq.util.xml.jaxb
Java class for TableConstraint complex type.
TableConstraint() - Constructor for class org.jooq.util.xml.jaxb.TableConstraint
 
TableConstraints - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
TableConstraints() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
Create a INFORMATION_SCHEMA.TABLE_CONSTRAINTS table reference
TableConstraints(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.TableConstraints
Create an aliased INFORMATION_SCHEMA.TABLE_CONSTRAINTS table reference
TableConstraints - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
TableConstraints - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
TableConstraints() - Constructor for class org.jooq.util.postgres.information_schema.tables.TableConstraints
Create a information_schema.table_constraints table reference
TableConstraints(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.TableConstraints
Create an aliased information_schema.table_constraints table reference
tableConstraints - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
TableConstraintType - Enum in org.jooq.util.xml.jaxb
Java class for TableConstraintType.
TableDefinition - Interface in org.jooq.util
The definition of a table or view.
TABLEID - Static variable in class org.jooq.util.derby.sys.tables.Sysconglomerates
The column SYS.SYSCONGLOMERATES.TABLEID.
TABLEID - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.TABLEID.
TABLEID - Static variable in class org.jooq.util.derby.sys.tables.Systables
The column SYS.SYSTABLES.TABLEID.
tableIdentifier - Variable in class org.jooq.util.jaxb.MatchersTableType
 
tableImplements - Variable in class org.jooq.util.jaxb.MatchersTableType
 
TABLENAME - Static variable in class org.jooq.util.derby.sys.tables.Systables
The column SYS.SYSTABLES.TABLENAME.
tableName - Variable in class org.jooq.util.xml.jaxb.Column
 
tableName - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
tableName - Variable in class org.jooq.util.xml.jaxb.Table
 
tableName - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
Tables - Class in org.jooq.util.cubrid.dba
This class is generated by jOOQ.
Tables() - Constructor for class org.jooq.util.cubrid.dba.Tables
 
Tables - Class in org.jooq.util.derby.sys
This class is generated by jOOQ.
Tables - Class in org.jooq.util.firebird.rdb
Convenience access to all tables in
Tables() - Constructor for class org.jooq.util.firebird.rdb.Tables
 
Tables - Class in org.jooq.util.h2.information_schema
Convenience access to all tables in INFORMATION_SCHEMA
Tables() - Constructor for class org.jooq.util.h2.information_schema.Tables
 
Tables - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
TABLES - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.TABLES
TABLES - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The reference instance of INFORMATION_SCHEMA.TABLES
Tables - Class in org.jooq.util.hsqldb.information_schema
This class is generated by jOOQ.
Tables() - Constructor for class org.jooq.util.hsqldb.information_schema.Tables
 
Tables - Class in org.jooq.util.hsqldb.information_schema.tables
This class is generated by jOOQ.
TABLES - Static variable in class org.jooq.util.hsqldb.information_schema.Tables
The table INFORMATION_SCHEMA.TABLES
Tables() - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Tables
Create a INFORMATION_SCHEMA.TABLES table reference
Tables(String) - Constructor for class org.jooq.util.hsqldb.information_schema.tables.Tables
Create an aliased INFORMATION_SCHEMA.TABLES table reference
TABLES - Static variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The singleton instance of INFORMATION_SCHEMA.TABLES
tables - Variable in class org.jooq.util.jaxb.Matchers
 
Tables - Class in org.jooq.util.mysql.information_schema
This class is generated by jOOQ.
Tables() - Constructor for class org.jooq.util.mysql.information_schema.Tables
 
Tables - Class in org.jooq.util.mysql.information_schema.tables
This class is generated by jOOQ.
TABLES - Static variable in class org.jooq.util.mysql.information_schema.Tables
The table information_schema.TABLES
TABLES - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The singleton instance of information_schema.TABLES
Tables - Class in org.jooq.util.mysql.mysql
This class is generated by jOOQ.
Tables() - Constructor for class org.jooq.util.mysql.mysql.Tables
 
Tables - Class in org.jooq.util.postgres.information_schema
Convenience access to all tables in information_schema
Tables() - Constructor for class org.jooq.util.postgres.information_schema.Tables
 
Tables - Class in org.jooq.util.postgres.information_schema.tables
This class is generated by jOOQ.
TABLES - Static variable in class org.jooq.util.postgres.information_schema.Tables
The table information_schema.tables
Tables() - Constructor for class org.jooq.util.postgres.information_schema.tables.Tables
Create a information_schema.tables table reference
Tables(String) - Constructor for class org.jooq.util.postgres.information_schema.tables.Tables
Create an aliased information_schema.tables table reference
TABLES - Static variable in class org.jooq.util.postgres.information_schema.tables.Tables
The reference instance of information_schema.tables
Tables - Class in org.jooq.util.postgres.pg_catalog
Convenience access to all tables in pg_catalog
Tables() - Constructor for class org.jooq.util.postgres.pg_catalog.Tables
 
tables - Variable in class org.jooq.util.xml.jaxb.InformationSchema
 
tableSchema - Variable in class org.jooq.util.xml.jaxb.Column
 
tableSchema - Variable in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
tableSchema - Variable in class org.jooq.util.xml.jaxb.Table
 
tableSchema - Variable in class org.jooq.util.xml.jaxb.TableConstraint
 
TABLETYPE - Static variable in class org.jooq.util.derby.sys.tables.Systables
The column SYS.SYSTABLES.TABLETYPE.
target - Variable in class org.jooq.util.jaxb.Generator
 
Target - Class in org.jooq.util.jaxb
Java class for Target complex type.
Target() - Constructor for class org.jooq.util.jaxb.Target
 
TBL_NAME - Static variable in class org.jooq.util.sqlite.sqlite_master.SQLiteMaster
 
TIMESTAMP - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.Timestamp.
TO_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.TO_SQL_SPECIFIC_CATALOG.
TO_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.TO_SQL_SPECIFIC_CATALOG.
TO_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.to_sql_specific_catalog.
TO_SQL_SPECIFIC_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.TO_SQL_SPECIFIC_NAME.
TO_SQL_SPECIFIC_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.TO_SQL_SPECIFIC_NAME.
TO_SQL_SPECIFIC_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.to_sql_specific_name.
TO_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.TO_SQL_SPECIFIC_SCHEMA.
TO_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.TO_SQL_SPECIFIC_SCHEMA.
TO_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.to_sql_specific_schema.
toString() - Method in class org.jooq.util.AbstractDefinition
 
toString() - Method in class org.jooq.util.DefaultDataTypeDefinition
 
transform - Variable in class org.jooq.util.jaxb.MatcherRule
 
TRIGGERS - Variable in class org.jooq.util.cubrid.dba.tables.DbUser
The column db_user.triggers.
TrimAdapter - Class in org.jooq.util.jaxb.tools
[#2401] A string-trimming XmlAdapter that takes out whitespace from JAXB-bound XML content.
TrimAdapter() - Constructor for class org.jooq.util.jaxb.tools.TrimAdapter
 
TYPACL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typacl.
TYPALIGN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typalign.
TYPANALYZE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typanalyze.
TYPARRAY - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typarray.
TYPBASETYPE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typbasetype.
TYPBYVAL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typbyval.
TYPCATEGORY - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typcategory.
TYPCOLLATION - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typcollation.
TYPDEFAULT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typdefault.
TYPDEFAULTBIN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typdefaultbin.
TYPDELIM - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typdelim.
TYPE - Static variable in class org.jooq.util.derby.sys.tables.Sysconstraints
The column SYS.SYSCONSTRAINTS.TYPE.
type - Variable in class org.jooq.util.jaxb.CustomType
 
TYPE - Static variable in class org.jooq.util.mysql.mysql.tables.Proc
The column mysql.proc.type.
TYPE - Static variable in class org.jooq.util.sqlite.sqlite_master.SQLiteMaster
 
TYPE_INFO - Static variable in class org.jooq.util.h2.information_schema.Tables
The table INFORMATION_SCHEMA.TYPE_INFO
TYPE_INFO - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The reference instance of INFORMATION_SCHEMA.TYPE_INFO
TYPE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.TYPE_NAME.
TYPE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionAliases
The column INFORMATION_SCHEMA.FUNCTION_ALIASES.TYPE_NAME.
TYPE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.FunctionColumns
The column INFORMATION_SCHEMA.FUNCTION_COLUMNS.TYPE_NAME.
TYPE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.TYPE_NAME.
TYPE_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.TypeInfo
The column INFORMATION_SCHEMA.TYPE_INFO.TYPE_NAME.
TYPE_PATTERN - Static variable in class org.jooq.util.AbstractRoutineDefinition
 
TYPE_UDT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.TYPE_UDT_CATALOG.
TYPE_UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.type_udt_catalog.
TYPE_UDT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.TYPE_UDT_NAME.
TYPE_UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.type_udt_name.
TYPE_UDT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.TYPE_UDT_SCHEMA.
TYPE_UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.type_udt_schema.
TypedElementDefinition<T extends Definition> - Interface in org.jooq.util
An element that has a data type
TypeInfo - Class in org.jooq.util.h2.information_schema.tables
This class is generated by jOOQ.
TYPELEM - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typelem.
types - Variable in class org.jooq.util.jaxb.ForcedType
 
TYPINPUT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typinput.
TYPISDEFINED - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typisdefined.
TYPISPREFERRED - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typispreferred.
TYPLEN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typlen.
TYPMODIN - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typmodin.
TYPMODOUT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typmodout.
TYPNAME - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typname.
TYPNAMESPACE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typnamespace.
TYPNDIMS - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typndims.
TYPNOTNULL - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typnotnull.
TYPOUTPUT - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typoutput.
TYPOWNER - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typowner.
TYPRECEIVE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typreceive.
TYPRELID - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typrelid.
TYPSEND - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typsend.
TYPSTORAGE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typstorage.
TYPTYPE - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typtype.
TYPTYPMOD - Variable in class org.jooq.util.postgres.pg_catalog.tables.PgType
The column pg_catalog.pg_type.typtypmod.

U

UDT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.UDT_CATALOG.
UDT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.UDT_CATALOG.
UDT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.UDT_CATALOG.
UDT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.UDT_CATALOG.
UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.udt_catalog.
UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.udt_catalog.
UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.udt_catalog.
UDT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.udt_catalog.
UDT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.UDT_NAME.
UDT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.UDT_NAME.
UDT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.UDT_NAME.
UDT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.UDT_NAME.
UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.udt_name.
UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.udt_name.
UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.udt_name.
UDT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.udt_name.
UDT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Columns
The column INFORMATION_SCHEMA.COLUMNS.UDT_SCHEMA.
UDT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ElementTypes
The column INFORMATION_SCHEMA.ELEMENT_TYPES.UDT_SCHEMA.
UDT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Parameters
The column INFORMATION_SCHEMA.PARAMETERS.UDT_SCHEMA.
UDT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Routines
The column INFORMATION_SCHEMA.ROUTINES.UDT_SCHEMA.
UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Attributes
The column information_schema.attributes.udt_schema.
UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Columns
The column information_schema.columns.udt_schema.
UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Parameters
The column information_schema.parameters.udt_schema.
UDT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Routines
The column information_schema.routines.udt_schema.
UDTDefinition - Interface in org.jooq.util
A definition for a UDT This extends PackageDefinition because Oracle internally models UDT's in similar ways as packages.
UNIQUE_CONSTRAINT_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_CATALOG.
UNIQUE_CONSTRAINT_CATALOG - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_CATALOG.
UNIQUE_CONSTRAINT_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.unique_constraint_catalog.
UNIQUE_CONSTRAINT_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_NAME.
UNIQUE_CONSTRAINT_NAME - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_NAME.
UNIQUE_CONSTRAINT_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.unique_constraint_name.
UNIQUE_CONSTRAINT_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_SCHEMA.
UNIQUE_CONSTRAINT_SCHEMA - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_SCHEMA.
UNIQUE_CONSTRAINT_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.unique_constraint_schema.
UNIQUE_INDEX_NAME - Static variable in class org.jooq.util.h2.information_schema.tables.Constraints
The column INFORMATION_SCHEMA.CONSTRAINTS.UNIQUE_INDEX_NAME.
uniqueConstraintCatalog - Variable in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
uniqueConstraintName - Variable in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
uniqueConstraintSchema - Variable in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
UniqueKeyDefinition - Interface in org.jooq.util
An object holding information about an inverse foreign key relationship.
unmarshal(String) - Method in class org.jooq.util.jaxb.tools.TrimAdapter
 
unsignedTypes - Variable in class org.jooq.util.jaxb.Database
 
UPDATE_RULE - Static variable in class org.jooq.util.h2.information_schema.tables.CrossReferences
The column INFORMATION_SCHEMA.CROSS_REFERENCES.UPDATE_RULE.
UPDATE_RULE - Variable in class org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints
The column INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UPDATE_RULE.
UPDATE_RULE - Static variable in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints
The column information_schema.REFERENTIAL_CONSTRAINTS.UPDATE_RULE.
UPDATE_RULE - Variable in class org.jooq.util.postgres.information_schema.tables.ReferentialConstraints
The column information_schema.referential_constraints.update_rule.
UPDATE_TIME - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.UPDATE_TIME.
url - Variable in class org.jooq.util.jaxb.Jdbc
 
user - Variable in class org.jooq.util.jaxb.Jdbc
 
USER - Static variable in class org.jooq.util.mysql.mysql.tables.ProcsPriv
The column mysql.procs_priv.User.
USER_DEFINED_TYPE_CATALOG - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.USER_DEFINED_TYPE_CATALOG.
USER_DEFINED_TYPE_CATALOG - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.user_defined_type_catalog.
USER_DEFINED_TYPE_NAME - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.USER_DEFINED_TYPE_NAME.
USER_DEFINED_TYPE_NAME - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.user_defined_type_name.
USER_DEFINED_TYPE_SCHEMA - Variable in class org.jooq.util.hsqldb.information_schema.tables.Tables
The column INFORMATION_SCHEMA.TABLES.USER_DEFINED_TYPE_SCHEMA.
USER_DEFINED_TYPE_SCHEMA - Variable in class org.jooq.util.postgres.information_schema.tables.Tables
The column information_schema.tables.user_defined_type_schema.

V

validationAnnotations - Variable in class org.jooq.util.jaxb.Generate
 
value() - Method in enum org.jooq.util.jaxb.MatcherTransformType
 
value - Variable in class org.jooq.util.jaxb.Property
 
value() - Method in enum org.jooq.util.jaxb.RegexFlag
 
value() - Method in enum org.jooq.util.xml.jaxb.TableConstraintType
 
valueOf(String) - Static method in enum org.jooq.util.InOutDefinition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.jaxb.MatcherTransformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.jaxb.RegexFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.mysql.mysql.enums.ProcIsDeterministic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.mysql.mysql.enums.ProcLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.mysql.mysql.enums.ProcSecurityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.mysql.mysql.enums.ProcsPrivRoutineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.mysql.mysql.enums.ProcSqlDataAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.mysql.mysql.enums.ProcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jooq.util.xml.jaxb.TableConstraintType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jooq.util.InOutDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.jaxb.MatcherTransformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.jaxb.RegexFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.mysql.mysql.enums.ProcIsDeterministic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.mysql.mysql.enums.ProcLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.mysql.mysql.enums.ProcSecurityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.mysql.mysql.enums.ProcsPrivRoutineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.mysql.mysql.enums.ProcSqlDataAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.mysql.mysql.enums.ProcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jooq.util.xml.jaxb.TableConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.jooq.util.mysql.information_schema.tables.Tables
The column information_schema.TABLES.VERSION.
version(SchemaDefinition) - Method in interface org.jooq.util.SchemaVersionProvider
Get a custom schema version.

W

withBinding(String) - Method in class org.jooq.util.jaxb.CustomType
 
withCatalogName(String) - Method in class org.jooq.util.xml.jaxb.Schema
 
withCharacterMaximumLength(Integer) - Method in class org.jooq.util.xml.jaxb.Column
 
withCharacterMaximumLength(Integer) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withColumnDefault(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withColumnName(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withColumnName(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withColumns(Column...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withColumns(Collection<Column>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withColumns(List<Column>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
withConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withConstraintName(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withConstraintName(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
withConstraintName(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
withConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withConstraintType(TableConstraintType) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withConverter(String) - Method in class org.jooq.util.jaxb.CustomType
 
withCustomTypes(CustomType...) - Method in class org.jooq.util.jaxb.Database
 
withCustomTypes(Collection<CustomType>) - Method in class org.jooq.util.jaxb.Database
 
withCustomTypes(List<CustomType>) - Method in class org.jooq.util.jaxb.Database
 
withDaoClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withDaoImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withDaos(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withDatabase(Database) - Method in class org.jooq.util.jaxb.Generator
 
withDataType(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withDataType(String) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withDateAsTimestamp(Boolean) - Method in class org.jooq.util.jaxb.Database
 
withDeprecated(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withDirectory(String) - Method in class org.jooq.util.jaxb.Target
 
withDriver(String) - Method in class org.jooq.util.jaxb.Jdbc
 
withEnumTypes(EnumType...) - Method in class org.jooq.util.jaxb.Database
 
withEnumTypes(Collection<EnumType>) - Method in class org.jooq.util.jaxb.Database
 
withEnumTypes(List<EnumType>) - Method in class org.jooq.util.jaxb.Database
 
withExcludes(String) - Method in class org.jooq.util.jaxb.Database
 
withExpression(String) - Method in class org.jooq.util.jaxb.ForcedType
 
withExpression(String) - Method in class org.jooq.util.jaxb.MatcherRule
 
withExpression(String) - Method in class org.jooq.util.jaxb.MatchersFieldType
 
withExpression(String) - Method in class org.jooq.util.jaxb.MatchersRoutineType
 
withExpression(String) - Method in class org.jooq.util.jaxb.MatchersSchemaType
 
withExpression(String) - Method in class org.jooq.util.jaxb.MatchersSequenceType
 
withExpression(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withExpressions(String) - Method in class org.jooq.util.jaxb.ForcedType
 
withFieldGetter(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
 
withFieldIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
 
withFieldMember(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
 
withFields(MatchersFieldType...) - Method in class org.jooq.util.jaxb.Matchers
 
withFields(Collection<MatchersFieldType>) - Method in class org.jooq.util.jaxb.Matchers
 
withFields(List<MatchersFieldType>) - Method in class org.jooq.util.jaxb.Matchers
 
withFieldSetter(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersFieldType
 
withFluentSetters(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withForcedTypes(ForcedType...) - Method in class org.jooq.util.jaxb.Database
 
withForcedTypes(Collection<ForcedType>) - Method in class org.jooq.util.jaxb.Database
 
withForcedTypes(List<ForcedType>) - Method in class org.jooq.util.jaxb.Database
 
withFullyQualifiedTypes(String) - Method in class org.jooq.util.jaxb.Generate
 
withGenerate(Generate) - Method in class org.jooq.util.jaxb.Generator
 
withGeneratedAnnotation(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withGenerator(Generator) - Method in class org.jooq.util.jaxb.Configuration
 
withGlobalObjectReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withGlobalRoutineReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withGlobalSequenceReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withGlobalTableReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withGlobalUDTReferences(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withIdentityGeneration(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withIgnoreProcedureReturnValues(Boolean) - Method in class org.jooq.util.jaxb.Database
 
withImmutablePojos(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withIncludeExcludeColumns(Boolean) - Method in class org.jooq.util.jaxb.Database
 
withIncludes(String) - Method in class org.jooq.util.jaxb.Database
 
withInputSchema(String) - Method in class org.jooq.util.jaxb.Database
 
withInputSchema(String) - Method in class org.jooq.util.jaxb.Schema
 
withInstanceFields(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withInterfaceClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withInterfaceImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withInterfaces(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withIsNullable(Boolean) - Method in class org.jooq.util.xml.jaxb.Column
 
withJdbc(Jdbc) - Method in class org.jooq.util.jaxb.Configuration
 
withJpaAnnotations(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withKey(String) - Method in class org.jooq.util.jaxb.Property
 
withKeyColumnUsages(KeyColumnUsage...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withKeyColumnUsages(Collection<KeyColumnUsage>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withKeyColumnUsages(List<KeyColumnUsage>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withLiterals(String) - Method in class org.jooq.util.jaxb.EnumType
 
withMatchers(Matchers) - Method in class org.jooq.util.jaxb.Strategy
 
withName(String) - Method in class org.jooq.util.jaxb.CustomType
 
withName(String) - Method in class org.jooq.util.jaxb.Database
 
withName(String) - Method in class org.jooq.util.jaxb.EnumType
 
withName(String) - Method in class org.jooq.util.jaxb.ForcedType
 
withName(String) - Method in class org.jooq.util.jaxb.Generator
 
withName(String) - Method in class org.jooq.util.jaxb.Strategy
 
withNumericPrecision(Integer) - Method in class org.jooq.util.xml.jaxb.Column
 
withNumericPrecision(Integer) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withNumericScale(Integer) - Method in class org.jooq.util.xml.jaxb.Column
 
withNumericScale(Integer) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withOrdinalPosition(Integer) - Method in class org.jooq.util.xml.jaxb.Column
 
withOrdinalPosition(int) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withOutputSchema(String) - Method in class org.jooq.util.jaxb.Database
 
withOutputSchema(String) - Method in class org.jooq.util.jaxb.Schema
 
withOutputSchemaToDefault(Boolean) - Method in class org.jooq.util.jaxb.Database
 
withOutputSchemaToDefault(Boolean) - Method in class org.jooq.util.jaxb.Schema
 
withOverridePrimaryKeys(String) - Method in class org.jooq.util.jaxb.Database
 
withPackageName(String) - Method in class org.jooq.util.jaxb.Target
 
withPassword(String) - Method in class org.jooq.util.jaxb.Jdbc
 
withPojoClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withPojoExtends(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withPojoImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withPojos(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withProperties(Property...) - Method in class org.jooq.util.jaxb.Database
 
withProperties(Collection<Property>) - Method in class org.jooq.util.jaxb.Database
 
withProperties(List<Property>) - Method in class org.jooq.util.jaxb.Database
 
withProperties(Property...) - Method in class org.jooq.util.jaxb.Jdbc
 
withProperties(Collection<Property>) - Method in class org.jooq.util.jaxb.Jdbc
 
withProperties(List<Property>) - Method in class org.jooq.util.jaxb.Jdbc
 
withRecordClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withRecordImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withRecords(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withRecordTimestampFields(String) - Method in class org.jooq.util.jaxb.Database
 
withRecordVersionFields(String) - Method in class org.jooq.util.jaxb.Database
 
withReferentialConstraints(ReferentialConstraint...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withReferentialConstraints(Collection<ReferentialConstraint>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withReferentialConstraints(List<ReferentialConstraint>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withRegexFlags(RegexFlag...) - Method in class org.jooq.util.jaxb.Database
 
withRegexFlags(Collection<RegexFlag>) - Method in class org.jooq.util.jaxb.Database
 
withRelations(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withRoutineClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersRoutineType
 
withRoutineImplements(String) - Method in class org.jooq.util.jaxb.MatchersRoutineType
 
withRoutineMethod(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersRoutineType
 
withRoutines(MatchersRoutineType...) - Method in class org.jooq.util.jaxb.Matchers
 
withRoutines(Collection<MatchersRoutineType>) - Method in class org.jooq.util.jaxb.Matchers
 
withRoutines(List<MatchersRoutineType>) - Method in class org.jooq.util.jaxb.Matchers
 
withSchema(String) - Method in class org.jooq.util.jaxb.Jdbc
 
withSchemaClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersSchemaType
 
withSchemaIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersSchemaType
 
withSchemaImplements(String) - Method in class org.jooq.util.jaxb.MatchersSchemaType
 
withSchemaName(String) - Method in class org.jooq.util.xml.jaxb.Schema
 
withSchemas(MatchersSchemaType...) - Method in class org.jooq.util.jaxb.Matchers
 
withSchemas(Collection<MatchersSchemaType>) - Method in class org.jooq.util.jaxb.Matchers
 
withSchemas(List<MatchersSchemaType>) - Method in class org.jooq.util.jaxb.Matchers
 
withSchemata(Schema...) - Method in class org.jooq.util.jaxb.Database
 
withSchemata(Collection<Schema>) - Method in class org.jooq.util.jaxb.Database
 
withSchemata(List<Schema>) - Method in class org.jooq.util.jaxb.Database
 
withSchemata(Schema...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withSchemata(Collection<Schema>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withSchemata(List<Schema>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withSchemaVersionProvider(String) - Method in class org.jooq.util.jaxb.Database
 
withSequenceCatalog(String) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withSequenceIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersSequenceType
 
withSequenceName(String) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withSequences(MatchersSequenceType...) - Method in class org.jooq.util.jaxb.Matchers
 
withSequences(Collection<MatchersSequenceType>) - Method in class org.jooq.util.jaxb.Matchers
 
withSequences(List<MatchersSequenceType>) - Method in class org.jooq.util.jaxb.Matchers
 
withSequences(Sequence...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withSequences(Collection<Sequence>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withSequences(List<Sequence>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withSequenceSchema(String) - Method in class org.jooq.util.xml.jaxb.Sequence
 
withStrategy(Strategy) - Method in class org.jooq.util.jaxb.Generator
 
withSyntheticPrimaryKeys(String) - Method in class org.jooq.util.jaxb.Database
 
withTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.Table
 
withTableCatalog(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withTableClass(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withTableConstraints(TableConstraint...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withTableConstraints(Collection<TableConstraint>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withTableConstraints(List<TableConstraint>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withTableIdentifier(MatcherRule) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withTableImplements(String) - Method in class org.jooq.util.jaxb.MatchersTableType
 
withTableName(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withTableName(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withTableName(String) - Method in class org.jooq.util.xml.jaxb.Table
 
withTableName(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withTables(MatchersTableType...) - Method in class org.jooq.util.jaxb.Matchers
 
withTables(Collection<MatchersTableType>) - Method in class org.jooq.util.jaxb.Matchers
 
withTables(List<MatchersTableType>) - Method in class org.jooq.util.jaxb.Matchers
 
withTables(Table...) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withTables(Collection<Table>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withTables(List<Table>) - Method in class org.jooq.util.xml.jaxb.InformationSchema
 
withTableSchema(String) - Method in class org.jooq.util.xml.jaxb.Column
 
withTableSchema(String) - Method in class org.jooq.util.xml.jaxb.KeyColumnUsage
 
withTableSchema(String) - Method in class org.jooq.util.xml.jaxb.Table
 
withTableSchema(String) - Method in class org.jooq.util.xml.jaxb.TableConstraint
 
withTarget(Target) - Method in class org.jooq.util.jaxb.Generator
 
withTransform(MatcherTransformType) - Method in class org.jooq.util.jaxb.MatcherRule
 
withType(String) - Method in class org.jooq.util.jaxb.CustomType
 
withTypes(String) - Method in class org.jooq.util.jaxb.ForcedType
 
withUniqueConstraintCatalog(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
withUniqueConstraintName(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
withUniqueConstraintSchema(String) - Method in class org.jooq.util.xml.jaxb.ReferentialConstraint
 
withUnsignedTypes(Boolean) - Method in class org.jooq.util.jaxb.Database
 
withUrl(String) - Method in class org.jooq.util.jaxb.Jdbc
 
withUser(String) - Method in class org.jooq.util.jaxb.Jdbc
 
withValidationAnnotations(Boolean) - Method in class org.jooq.util.jaxb.Generate
 
withValue(String) - Method in class org.jooq.util.jaxb.Property
 

X

XMLDatabase - Class in org.jooq.util.xml
The XML Database.
XMLDatabase() - Constructor for class org.jooq.util.xml.XMLDatabase
 
XMLTableDefinition - Class in org.jooq.util.xml
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table) - Constructor for class org.jooq.util.xml.XMLTableDefinition
 

_

_1 - Static variable in class org.jooq.util.postgres.pg_catalog.routines.Count1
The parameter pg_catalog.count._1.
_1 - Static variable in class org.jooq.util.postgres.pg_catalog.routines.FormatType
The parameter pg_catalog.format_type._1.
_2 - Static variable in class org.jooq.util.postgres.pg_catalog.routines.FormatType
The parameter pg_catalog.format_type._2.
A B C D E F G H I J K L M N O P R S T U V W X _ 
Skip navigation links

Copyright © 2015. All Rights Reserved.