A B C D E F G H I J K L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractConstraintDefinition - Class in org.jooq.meta
- AbstractConstraintDefinition(SchemaDefinition, TableDefinition, String, boolean) - Constructor for class org.jooq.meta.AbstractConstraintDefinition
- AbstractDatabase - Class in org.jooq.meta
-
A base implementation for all types of databases.
- AbstractDatabase() - Constructor for class org.jooq.meta.AbstractDatabase
- AbstractDefinition - Class in org.jooq.meta
-
A base implementation for any type of definition.
- AbstractDefinition(Database, SchemaDefinition, String) - Constructor for class org.jooq.meta.AbstractDefinition
- AbstractDefinition(Database, SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
- AbstractDefinition(Database, SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
- AbstractDefinition(Database, SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
- AbstractDefinition(Database, SchemaDefinition, PackageDefinition, String, String, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
- AbstractElementContainerDefinition<E extends TypedElementDefinition<?>> - Class in org.jooq.meta
-
A base implementation for element container definitions
- AbstractElementContainerDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractElementContainerDefinition
- AbstractElementContainerDefinition(SchemaDefinition, PackageDefinition, String, String) - Constructor for class org.jooq.meta.AbstractElementContainerDefinition
- AbstractElementContainerDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractElementContainerDefinition
- AbstractIndexDefinition - Class in org.jooq.meta
- AbstractIndexDefinition(SchemaDefinition, String, TableDefinition, boolean) - Constructor for class org.jooq.meta.AbstractIndexDefinition
- AbstractIndexDefinition(SchemaDefinition, String, TableDefinition, boolean, String) - Constructor for class org.jooq.meta.AbstractIndexDefinition
- AbstractMetaDatabase - Class in org.jooq.meta
-
The base implementation for
Metabased databases. - AbstractMetaDatabase() - Constructor for class org.jooq.meta.AbstractMetaDatabase
- AbstractPackageDefinition - Class in org.jooq.meta
- AbstractPackageDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractPackageDefinition
- AbstractRoutineDefinition - Class in org.jooq.meta
- AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractRoutineDefinition
- AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String, boolean) - Constructor for class org.jooq.meta.AbstractRoutineDefinition
- AbstractTableDefinition - Class in org.jooq.meta
-
A base implementation for table definitions.
- AbstractTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractTableDefinition
- AbstractTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.AbstractTableDefinition
- AbstractTypedElementDefinition<T extends Definition> - Class in org.jooq.meta
- AbstractTypedElementDefinition(T, String, int, DataTypeDefinition, String) - Constructor for class org.jooq.meta.AbstractTypedElementDefinition
- AbstractTypedElementDefinition(T, String, int, DataTypeDefinition, String, String) - Constructor for class org.jooq.meta.AbstractTypedElementDefinition
- AbstractUDTDefinition - Class in org.jooq.meta
-
Abstract base implementation for
UDTDefinition's - AbstractUDTDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractUDTDefinition
- AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, boolean, String) - Constructor for class org.jooq.meta.AbstractUDTDefinition
- AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, String) - Constructor for class org.jooq.meta.AbstractUDTDefinition
- ADBIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - addCheckClause(String) - Method in class org.jooq.meta.DefaultDomainDefinition
- addCheckClause(String...) - Method in class org.jooq.meta.DefaultDomainDefinition
- addCheckConstraint(TableDefinition, CheckConstraintDefinition) - Method in class org.jooq.meta.DefaultRelations
- addFilter(Database.Filter) - Method in class org.jooq.meta.AbstractDatabase
- addFilter(Database.Filter) - Method in interface org.jooq.meta.Database
-
[#3488] Add an additional filter to the database that is applied in addition to include / exclude.
- addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition) - Method in class org.jooq.meta.DefaultRelations
- addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
- addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, ColumnDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
- addLiteral(String) - Method in class org.jooq.meta.DefaultEnumDefinition
- addLiterals(String...) - Method in class org.jooq.meta.DefaultEnumDefinition
- addParameter(InOutDefinition, ParameterDefinition) - Method in class org.jooq.meta.AbstractRoutineDefinition
- addPrimaryKey(String, TableDefinition, ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
- addPrimaryKey(String, TableDefinition, ColumnDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
- addUniqueKey(String, TableDefinition, ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
- addUniqueKey(String, TableDefinition, ColumnDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
- ADNUM - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
The column
pg_catalog.pg_attrdef.adnum. - ADRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
The column
pg_catalog.pg_attrdef.adrelid. - AFFINITY - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.AFFINITY. - ALIAS_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.ALIAS_CATALOG. - ALIAS_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.ALIAS_CATALOG. - ALIAS_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.ALIAS_NAME. - ALIAS_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.ALIAS_NAME. - ALIAS_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.ALIAS_SCHEMA. - ALIAS_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.ALIAS_SCHEMA. - ALL - org.jooq.meta.jaxb.ForcedTypeObjectType
- ALL - org.jooq.meta.jaxb.Nullability
- allParameters - Variable in class org.jooq.meta.AbstractRoutineDefinition
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.CommentType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Configuration
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Database
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.EmbeddableField
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.EnumType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.ForcedType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Generate
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Generator
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Jdbc
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.LambdaConverter
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatcherRule
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Matchers
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersEnumType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersFieldType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersTableType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Property
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SchemaMappingType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Strategy
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticViewType
- appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Target
- ArrayDefinition - Interface in org.jooq.meta
-
A definition for an ARRAY type
- as(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbAttribute
- as(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbClass
- as(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbIndex
- as(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
- as(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbSerial
- as(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbUser
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Syschecks
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Syscolumns
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Syskeys
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Syssequences
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Systables
- as(String) - Method in class org.jooq.meta.derby.sys.tables.Sysviews
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
- as(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Columns
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Domains
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Indexes
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Tables
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.TypeInfo
- as(String) - Method in class org.jooq.meta.h2.information_schema.tables.Views
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Columns
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Routines
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
- as(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Columns
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Parameters
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Statistics
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
- as(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Views
- as(String) - Method in class org.jooq.meta.mysql.mysql.tables.Proc
- as(String) - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Attributes
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Columns
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Parameters
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Routines
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
- as(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Views
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- as(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Syschecks
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Syscolumns
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Syskeys
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Syssequences
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Systables
- as(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysviews
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
- as(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Columns
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Domains
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Indexes
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Tables
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.TypeInfo
- as(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Views
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Columns
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Routines
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
- as(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Columns
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Parameters
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Statistics
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
- as(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Views
- as(Name) - Method in class org.jooq.meta.mysql.mysql.tables.Proc
- as(Name) - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Attributes
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Columns
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Parameters
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Routines
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
- as(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Views
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- as(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
- AS_IS - org.jooq.meta.jaxb.MatcherTransformType
- AS_LOCATOR - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.AS_LOCATOR. - AS_LOCATOR - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.AS_LOCATOR. - AS_LOCATOR - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.as_locator. - AS_LOCATOR - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.as_locator. - ASC_DESC - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.asc_desc. - ASC_OR_DESC - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.ASC_OR_DESC. - ASC_OR_DESC - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.ASC_OR_DESC. column sort sequence: e.g. { "A" (Ascending) | "D" (Descending) } - ATT_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.att_name. - ATTACL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attacl. - ATTALIGN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attalign. - ATTBYVAL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attbyval. - ATTCACHEOFF - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attcacheoff. - ATTCOLLATION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attcollation. - ATTFDWOPTIONS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attfdwoptions. - ATTGENERATED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attgenerated. - ATTHASDEF - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.atthasdef. - ATTHASMISSING - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.atthasmissing. - ATTIDENTITY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attidentity. - ATTINHCOUNT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attinhcount. - ATTISDROPPED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attisdropped. - ATTISLOCAL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attislocal. - ATTLEN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attlen. - ATTMISSINGVAL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - ATTNAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attname. - ATTNDIMS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attndims. - ATTNOTNULL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attnotnull. - ATTNUM - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attnum. - ATTOPTIONS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attoptions. - ATTR_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.attr_name. - ATTR_TYPE - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.attr_type. - ATTRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attrelid. - ATTRIBUTE - org.jooq.meta.jaxb.ForcedTypeObjectType
- ATTRIBUTE_DEFAULT - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.attribute_default. - ATTRIBUTE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.attribute_name. - ATTRIBUTE_UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.attribute_udt_catalog. - ATTRIBUTE_UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.attribute_udt_name. - ATTRIBUTE_UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.attribute_udt_schema. - AttributeDefinition - Interface in org.jooq.meta
-
An attribute in a
UDTDefinition - Attributes - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Attributes() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Attributes
-
Create a
information_schema.attributestable reference - Attributes(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Attributes
-
Create an aliased
information_schema.attributestable reference - Attributes(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Attributes
-
Create an aliased
information_schema.attributestable reference - Attributes(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Attributes
- ATTRIBUTES - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.attributes. - ATTRIBUTES - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.attributes. - ATTRIBUTES - Static variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The reference instance of
information_schema.attributes - ATTSTATTARGET - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attstattarget. - ATTSTORAGE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.attstorage. - ATTTYPID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.atttypid. - ATTTYPMOD - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The column
pg_catalog.pg_attribute.atttypmod. - AUTHORIZATION - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.authorization. - AUTHORIZATIONID - Variable in class org.jooq.meta.derby.sys.tables.Sysschemas
-
The column
SYS.SYSSCHEMAS.AUTHORIZATIONID. - AUTO_INCREMENT - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.AUTO_INCREMENT. - AUTO_INCREMENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.AUTO_INCREMENT. - autoCommit - Variable in class org.jooq.meta.jaxb.Jdbc
- AUTOINCREMENTCYCLE - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.AUTOINCREMENTCYCLE. - AUTOINCREMENTINC - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.AUTOINCREMENTINC. - AUTOINCREMENTSTART - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.AUTOINCREMENTSTART. - AUTOINCREMENTVALUE - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.AUTOINCREMENTVALUE. - AVG_ROW_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.AVG_ROW_LENGTH.
B
- basedir - Variable in class org.jooq.meta.jaxb.Configuration
- binding - Variable in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- binding - Variable in class org.jooq.meta.jaxb.ForcedType
- BODY - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.body. - BODY_UTF8 - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.body_utf8. - BUFFER_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.BUFFER_LENGTH. - BufferedLog - Class in org.jooq.meta
-
A logger that buffers warnings and error messages in order to repeat them in a consolidated manner at the end of a code generation run.
C
- CACHE - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.CACHE. - CACHED_NUM - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.cached_num. - CAMEL - org.jooq.meta.jaxb.MatcherTransformType
- CANON_EQ - org.jooq.meta.jaxb.RegexFlag
- CARDINALITY - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.CARDINALITY. - CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.CARDINALITY. index cardinality: # of unique values in the index (currently unused) - CARDINALITY - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.CARDINALITY. - CASE_INSENSITIVE - org.jooq.meta.jaxb.RegexFlag
- CASE_SENSITIVE - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.CASE_SENSITIVE. - catalog - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- catalog - Variable in class org.jooq.meta.jaxb.SyntheticViewType
- CATALOG_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.CATALOG_NAME. - CATALOG_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.CATALOG_NAME. - CATALOG_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The column
information_schema.SCHEMATA.CATALOG_NAME. - CATALOG_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.catalog_name. - catalogClass - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
- CatalogDefinition - Class in org.jooq.meta
-
The definition of a database catalog.
- CatalogDefinition(Database, String, String) - Constructor for class org.jooq.meta.CatalogDefinition
- catalogIdentifier - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
- catalogImplements - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
- CatalogMappingType - Class in org.jooq.meta.jaxb
-
Configuration of an input catalog and its mappings.
- CatalogMappingType() - Constructor for class org.jooq.meta.jaxb.CatalogMappingType
- catalogs - Variable in class org.jooq.meta.jaxb.Database
- catalogs - Variable in class org.jooq.meta.jaxb.Matchers
- catalogVersionProvider - Variable in class org.jooq.meta.jaxb.Database
- CatalogVersionProvider - Interface in org.jooq.meta
-
An SPI that can be used to provide a catalog version to the jOOQ code generator.
- CHAR_OCTET_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.CHAR_OCTET_LENGTH. for char types, the maximum number of bytes in the column, if the value can be represented as an INTEGER column value, else NULL - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.CHARACTER_MAXIMUM_LENGTH. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.character_maximum_length. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.character_maximum_length. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.character_maximum_length. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.character_maximum_length. - CHARACTER_MAXIMUM_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.character_maximum_length. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.CHARACTER_OCTET_LENGTH. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.character_octet_length. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.character_octet_length. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.character_octet_length. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.character_octet_length. - CHARACTER_OCTET_LENGTH - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.character_octet_length. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_CATALOG. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.CHARACTER_SET_CATALOG. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_SET_CATALOG. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.CHARACTER_SET_CATALOG. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.CHARACTER_SET_CATALOG. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.character_set_catalog. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.character_set_catalog. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.character_set_catalog. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.character_set_catalog. - CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.character_set_catalog. - CHARACTER_SET_CLIENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.CHARACTER_SET_CLIENT. - CHARACTER_SET_CLIENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.CHARACTER_SET_CLIENT. - CHARACTER_SET_CLIENT - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.character_set_client. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.CHARACTER_SET_NAME. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.character_set_name. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.character_set_name. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.character_set_name. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.character_set_name. - CHARACTER_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.character_set_name. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHARACTER_SET_SCHEMA. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.CHARACTER_SET_SCHEMA. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.CHARACTER_SET_SCHEMA. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.CHARACTER_SET_SCHEMA. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.CHARACTER_SET_SCHEMA. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.character_set_schema. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.character_set_schema. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.character_set_schema. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.character_set_schema. - CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.character_set_schema. - CHECK_CLAUSE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
The column
INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CHECK_CLAUSE. - CHECK_CLAUSE - Variable in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
The column
information_schema.CHECK_CONSTRAINTS.CHECK_CLAUSE. - CHECK_CLAUSE - Variable in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
The column
information_schema.check_constraints.check_clause. - CHECK_CONSTRAINT - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.CHECK_CONSTRAINT. - CHECK_CONSTRAINT - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.CHECK_CONSTRAINT. - CHECK_CONSTRAINTS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each domain constraint, table check constraint, and assertion.
- CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each domain constraint, table check constraint, and assertion.
- CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
The reference instance of
INFORMATION_SCHEMA.CHECK_CONSTRAINTS - CHECK_CONSTRAINTS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.CHECK_CONSTRAINTS. - CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.CHECK_CONSTRAINTS. - CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
The reference instance of
information_schema.CHECK_CONSTRAINTS - CHECK_CONSTRAINTS - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.check_constraints. - CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.check_constraints. - CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
The reference instance of
information_schema.check_constraints - CHECK_EXPRESSION - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.CHECK_EXPRESSION. - CHECK_OPTION - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.CHECK_OPTION. - CHECK_OPTION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.CHECK_OPTION. - CHECK_OPTION - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.CHECK_OPTION. - CHECK_OPTION - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.check_option. - CHECK_TIME - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.CHECK_TIME. - CheckConstraintDefinition - Interface in org.jooq.meta
-
An object holding information about a
CHECKconstraint. - checkConstraints() - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- CheckConstraints - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each domain constraint, table check constraint, and assertion.
- CheckConstraints - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- CheckConstraints - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- CheckConstraints() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
Create a
INFORMATION_SCHEMA.CHECK_CONSTRAINTStable reference - CheckConstraints() - Constructor for class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
Create a
information_schema.CHECK_CONSTRAINTStable reference - CheckConstraints() - Constructor for class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
Create a
information_schema.check_constraintstable reference - CheckConstraints(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
Create an aliased
INFORMATION_SCHEMA.CHECK_CONSTRAINTStable reference - CheckConstraints(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
Create an aliased
information_schema.CHECK_CONSTRAINTStable reference - CheckConstraints(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
Create an aliased
information_schema.check_constraintstable reference - CheckConstraints(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
Create an aliased
INFORMATION_SCHEMA.CHECK_CONSTRAINTStable reference - CheckConstraints(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
Create an aliased
information_schema.CHECK_CONSTRAINTStable reference - CheckConstraints(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
Create an aliased
information_schema.check_constraintstable reference - CheckConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- CheckConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
- CheckConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
- CHECKDEFINITION - Variable in class org.jooq.meta.derby.sys.tables.Syschecks
-
The column
SYS.SYSCHECKS.CHECKDEFINITION. - CHECKOPTION - Variable in class org.jooq.meta.derby.sys.tables.Sysviews
-
The column
SYS.SYSVIEWS.CHECKOPTION. - CHECKSUM - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.CHECKSUM. - CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.class_name. - CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The column
db_class.class_name. - CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.class_name. - CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.class_name. - CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.class_name. - CLASS_TYPE - Variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The column
db_class.class_type. - CLASSID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.classid. - classLiteral(String) - Method in interface org.jooq.meta.JavaTypeResolver
-
Get a language dependent class literal for a type.
- CLASSOID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
The column
pg_catalog.pg_description.classoid. - clean - Variable in class org.jooq.meta.jaxb.Target
- close() - Method in class org.jooq.meta.AbstractDatabase
- close() - Method in interface org.jooq.meta.Database
-
Release any resources that this Database may have allocated.
- CODE_SET - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.code_set. - COLLATION - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.COLLATION. - COLLATION_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLLATION_CATALOG. - COLLATION_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.COLLATION_CATALOG. - COLLATION_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.COLLATION_CATALOG. - COLLATION_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.COLLATION_CATALOG. - COLLATION_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.COLLATION_CATALOG. - COLLATION_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.collation_catalog. - COLLATION_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.collation_catalog. - COLLATION_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.collation_catalog. - COLLATION_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.collation_catalog. - COLLATION_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.collation_catalog. - COLLATION_CONNECTION - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.COLLATION_CONNECTION. - COLLATION_CONNECTION - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.COLLATION_CONNECTION. - COLLATION_CONNECTION - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.collation_connection. - COLLATION_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.COLLATION_NAME. - COLLATION_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.collation_name. - COLLATION_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.collation_name. - COLLATION_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.collation_name. - COLLATION_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.collation_name. - COLLATION_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.collation_name. - COLLATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLLATION_SCHEMA. - COLLATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.COLLATION_SCHEMA. - COLLATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.COLLATION_SCHEMA. - COLLATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.COLLATION_SCHEMA. - COLLATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.COLLATION_SCHEMA. - COLLATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.collation_schema. - COLLATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.collation_schema. - COLLATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.collation_schema. - COLLATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.collation_schema. - COLLATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.collation_schema. - COLLCOLLATE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collcollate. - COLLCTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collctype. - COLLECTION_TYPE_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.COLLECTION_TYPE_IDENTIFIER. - COLLENCODING - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collencoding. - COLLISDETERMINISTIC - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collisdeterministic. - COLLNAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collname. - COLLNAMESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collnamespace. - COLLOWNER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collowner. - COLLPROVIDER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collprovider. - COLLVERSION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.collversion. - COLUMN - org.jooq.meta.jaxb.ForcedTypeObjectType
- COLUMN_COMMENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.COLUMN_COMMENT. - COLUMN_COUNT - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.COLUMN_COUNT. - COLUMN_COUNT - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_COUNT. - COLUMN_DEF - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.COLUMN_DEF. default value (may be NULL) - COLUMN_DEFAULT - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT. - COLUMN_DEFAULT - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.COLUMN_DEFAULT. - COLUMN_DEFAULT - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_DEFAULT. - COLUMN_DEFAULT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT. - COLUMN_DEFAULT - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.COLUMN_DEFAULT. - COLUMN_DEFAULT - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.column_default. - COLUMN_KEY - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.COLUMN_KEY. - COLUMN_LIST - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.COLUMN_LIST. - COLUMN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.COLUMN_NAME. simple name of the column - COLUMN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.COLUMN_NAME. simple column name - COLUMN_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.COLUMN_NAME. - COLUMN_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.column_name. - COLUMN_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.column_name. - COLUMN_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.column_name. - COLUMN_ON_UPDATE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_ON_UPDATE. - COLUMN_SIZE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.COLUMN_SIZE. precision for number types; length for sized types; NULL if not applicable - COLUMN_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.COLUMN_TYPE. - COLUMN_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.COLUMN_TYPE. - COLUMN_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.COLUMN_TYPE. - COLUMNDATATYPE - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.COLUMNDATATYPE. - COLUMNDEFAULT - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.COLUMNDEFAULT. - COLUMNDEFAULTID - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.COLUMNDEFAULTID. - ColumnDefinition - Interface in org.jooq.meta
-
An interface defining a column of a table.
- COLUMNNAME - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.COLUMNNAME. - COLUMNNUMBER - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.COLUMNNUMBER. - Columns - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Columns - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each column of table of view
- Columns - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Columns - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Columns() - Constructor for class org.jooq.meta.h2.information_schema.tables.Columns
-
Create a
INFORMATION_SCHEMA.COLUMNStable reference - Columns() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
Create a
INFORMATION_SCHEMA.COLUMNStable reference - Columns() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Columns
-
Create a
information_schema.COLUMNStable reference - Columns() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Columns
-
Create a
information_schema.columnstable reference - Columns(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Columns
-
Create an aliased
INFORMATION_SCHEMA.COLUMNStable reference - Columns(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
Create an aliased
INFORMATION_SCHEMA.COLUMNStable reference - Columns(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Columns
-
Create an aliased
information_schema.COLUMNStable reference - Columns(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Columns
-
Create an aliased
information_schema.columnstable reference - Columns(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Columns
-
Create an aliased
INFORMATION_SCHEMA.COLUMNStable reference - Columns(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
Create an aliased
INFORMATION_SCHEMA.COLUMNStable reference - Columns(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Columns
-
Create an aliased
information_schema.COLUMNStable reference - Columns(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Columns
-
Create an aliased
information_schema.columnstable reference - Columns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Columns
- Columns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Columns
- Columns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Columns
- Columns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Columns
- COLUMNS - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.COLUMNS. - COLUMNS - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.COLUMNS. - COLUMNS - Static variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The reference instance of
INFORMATION_SCHEMA.COLUMNS - COLUMNS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each column of table of view
- COLUMNS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each column of table of view
- COLUMNS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The reference instance of
INFORMATION_SCHEMA.COLUMNS - COLUMNS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.COLUMNS. - COLUMNS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.COLUMNS. - COLUMNS - Static variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The reference instance of
information_schema.COLUMNS - COLUMNS - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.columns. - COLUMNS - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.columns. - COLUMNS - Static variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The reference instance of
information_schema.columns - comment - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- comment - Variable in class org.jooq.meta.jaxb.SyntheticViewType
- COMMENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.COMMENT. - COMMENT - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.comment. - comments - Variable in class org.jooq.meta.jaxb.Database
- comments - Variable in class org.jooq.meta.jaxb.Generate
- COMMENTS - org.jooq.meta.jaxb.RegexFlag
- commentsOnAttributes - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnCatalogs - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnColumns - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnEmbeddables - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnKeys - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnLinks - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnPackages - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnParameters - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnQueues - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnRoutines - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnSchemas - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnSequences - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnTables - Variable in class org.jooq.meta.jaxb.Generate
- commentsOnUDTs - Variable in class org.jooq.meta.jaxb.Generate
- CommentType - Class in org.jooq.meta.jaxb
-
The documentation configuration.
- CommentType() - Constructor for class org.jooq.meta.jaxb.CommentType
- COMMIT_ACTION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.COMMIT_ACTION. - COMMIT_ACTION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.COMMIT_ACTION. - COMMIT_ACTION - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.commit_action. - compare(Definition, Definition) - Method in class org.jooq.meta.DefaultOrderProvider
- COMPILATIONSCHEMAID - Variable in class org.jooq.meta.derby.sys.tables.Sysviews
-
The column
SYS.SYSVIEWS.COMPILATIONSCHEMAID. - CONBIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - CONDEFERRABLE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.condeferrable. - CONDEFERRED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.condeferred. - CONEXCLOP - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conexclop. - CONFDELTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.confdeltype. - CONFFEQOP - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conffeqop. - Configuration - Class in org.jooq.meta.jaxb
-
Java class for anonymous complex type.
- Configuration() - Constructor for class org.jooq.meta.jaxb.Configuration
- configuredDialectIsNotFamilyAndSupports(List<SQLDialect>, Supplier<Boolean>) - Method in class org.jooq.meta.AbstractDatabase
-
Check if the configured dialect is versioned explicitly and supports a given dialect.
- CONFKEY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.confkey. - CONFMATCHTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.confmatchtype. - CONFRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.confrelid. - CONFUPDTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.confupdtype. - CONGLOMERATEID - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.CONGLOMERATEID. - CONGLOMERATEID - Variable in class org.jooq.meta.derby.sys.tables.Syskeys
-
The column
SYS.SYSKEYS.CONGLOMERATEID. - CONGLOMERATENAME - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.CONGLOMERATENAME. - CONGLOMERATENUMBER - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.CONGLOMERATENUMBER. - CONINDID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conindid. - CONINHCOUNT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.coninhcount. - CONISLOCAL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conislocal. - CONKEY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conkey. - CONNAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conname. - CONNAMESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.connamespace. - CONNOINHERIT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.connoinherit. - CONPARENTID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conparentid. - CONPFEQOP - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conpfeqop. - CONPPEQOP - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conppeqop. - CONRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.conrelid. - CONSTANT - org.jooq.meta.jaxb.GeneratedSerialVersionUID
- CONSTRAINT_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
The column
INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
The column
information_schema.CHECK_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.CONSTRAINT_CATALOG. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
The column
information_schema.check_constraints.constraint_catalog. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.constraint_catalog. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.constraint_catalog. - CONSTRAINT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.constraint_catalog. - CONSTRAINT_COLUMN_USAGE - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.constraint_column_usage. - CONSTRAINT_COLUMN_USAGE - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.constraint_column_usage. - CONSTRAINT_COLUMN_USAGE - Static variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The reference instance of
information_schema.constraint_column_usage - CONSTRAINT_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
The column
INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
The column
information_schema.CHECK_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.CONSTRAINT_NAME. - CONSTRAINT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
The column
information_schema.check_constraints.constraint_name. - CONSTRAINT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.constraint_name. - CONSTRAINT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.constraint_name. - CONSTRAINT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.constraint_name. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
The column
INFORMATION_SCHEMA.CHECK_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
The column
information_schema.CHECK_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.CONSTRAINT_SCHEMA. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
The column
information_schema.check_constraints.constraint_schema. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.constraint_schema. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.constraint_schema. - CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.constraint_schema. - CONSTRAINT_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.CONSTRAINT_TYPE. - CONSTRAINT_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.CONSTRAINT_TYPE. - CONSTRAINT_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.CONSTRAINT_TYPE. - ConstraintColumnUsage - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- ConstraintColumnUsage() - Constructor for class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
Create a
information_schema.constraint_column_usagetable reference - ConstraintColumnUsage(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
Create an aliased
information_schema.constraint_column_usagetable reference - ConstraintColumnUsage(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
Create an aliased
information_schema.constraint_column_usagetable reference - ConstraintColumnUsage(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
- ConstraintDefinition - Interface in org.jooq.meta
-
An object holding information about a constraint.
- CONSTRAINTID - Variable in class org.jooq.meta.derby.sys.tables.Syschecks
-
The column
SYS.SYSCHECKS.CONSTRAINTID. - CONSTRAINTID - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.CONSTRAINTID. - CONSTRAINTID - Variable in class org.jooq.meta.derby.sys.tables.Syskeys
-
The column
SYS.SYSKEYS.CONSTRAINTID. - CONSTRAINTNAME - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.CONSTRAINTNAME. - Constraints - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Constraints() - Constructor for class org.jooq.meta.h2.information_schema.tables.Constraints
-
Create a
INFORMATION_SCHEMA.CONSTRAINTStable reference - Constraints(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Constraints
-
Create an aliased
INFORMATION_SCHEMA.CONSTRAINTStable reference - Constraints(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Constraints
-
Create an aliased
INFORMATION_SCHEMA.CONSTRAINTStable reference - Constraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Constraints
- CONSTRAINTS - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.CONSTRAINTS. - CONSTRAINTS - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.CONSTRAINTS. - CONSTRAINTS - Static variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The reference instance of
INFORMATION_SCHEMA.CONSTRAINTS - constructorCall(String) - Method in interface org.jooq.meta.JavaTypeResolver
-
Get a language dependent constructor call for a type.
- constructorPropertiesAnnotation - Variable in class org.jooq.meta.jaxb.Generate
- constructorPropertiesAnnotationOnPojos - Variable in class org.jooq.meta.jaxb.Generate
- constructorPropertiesAnnotationOnRecords - Variable in class org.jooq.meta.jaxb.Generate
- CONTAINS_SQL - org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- CONTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.contype. - CONTYPID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.contypid. - CONVALIDATED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.convalidated. - converter - Variable in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- converter - Variable in class org.jooq.meta.jaxb.ForcedType
- count1(Object) - Static method in class org.jooq.meta.postgres.pg_catalog.Routines
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - count1(Field<Object>) - Static method in class org.jooq.meta.postgres.pg_catalog.Routines
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - Count1 - Class in org.jooq.meta.postgres.pg_catalog.routines
-
This class is generated by jOOQ.
- Count1() - Constructor for class org.jooq.meta.postgres.pg_catalog.routines.Count1
-
Create a new routine call instance
- count2() - Static method in class org.jooq.meta.postgres.pg_catalog.Routines
-
Get
pg_catalog.countas a field. - Count2 - Class in org.jooq.meta.postgres.pg_catalog.routines
-
This class is generated by jOOQ.
- Count2() - Constructor for class org.jooq.meta.postgres.pg_catalog.routines.Count2
-
Create a new routine call instance
- countSimilarReferences() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- countSimilarReferences() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
Count the number of references between referencing and referenced tables.
- create() - Method in class org.jooq.meta.AbstractDatabase
- create() - Method in class org.jooq.meta.AbstractDefinition
- create() - Method in interface org.jooq.meta.Database
-
Create the factory for this database.
- create(boolean) - Method in class org.jooq.meta.AbstractDatabase
- create(boolean) - Method in class org.jooq.meta.AbstractDefinition
- CREATE_OPTIONS - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.CREATE_OPTIONS. - CREATE_TIME - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.CREATE_TIME. - create0() - Method in class org.jooq.meta.AbstractDatabase
-
Create a new Factory
- create0() - Method in class org.jooq.meta.AbstractMetaDatabase
- create0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- create0() - Method in class org.jooq.meta.derby.DerbyDatabase
- create0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- create0() - Method in class org.jooq.meta.h2.H2Database
- create0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- create0() - Method in class org.jooq.meta.ignite.IgniteDatabase
- create0() - Method in class org.jooq.meta.mariadb.MariaDBDatabase
- create0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- create0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- create0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- create0() - Method in class org.jooq.meta.xml.XMLDatabase
- createCatalogMappingType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
CatalogMappingType - createCommentType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
CommentType - createConfiguration() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Configuration - createCustomType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
CustomType - CREATED - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.CREATED. - CREATED - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.CREATED. - CREATED - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.created. - CREATED - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.created. - createDatabase() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Database - createEmbeddableDefinitionType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
EmbeddableDefinitionType - createEmbeddableField() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
EmbeddableField - createEnumType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
EnumType - createForcedType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
ForcedType - createGenerate() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Generate - createGenerator() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Generator - createJdbc() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Jdbc - createLambdaConverter() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
LambdaConverter - createMatcherRule() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatcherRule - createMatchers() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Matchers - createMatchersCatalogType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersCatalogType - createMatchersEmbeddableType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersEmbeddableType - createMatchersEnumType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersEnumType - createMatchersFieldType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersFieldType - createMatchersRoutineType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersRoutineType - createMatchersSchemaType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersSchemaType - createMatchersSequenceType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersSequenceType - createMatchersTableType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
MatchersTableType - createProperty() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Property - createSchemaMappingType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SchemaMappingType - createStrategy() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Strategy - createSyntheticForeignKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SyntheticForeignKeyType - createSyntheticIdentityType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SyntheticIdentityType - createSyntheticObjectsType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SyntheticObjectsType - createSyntheticPrimaryKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SyntheticPrimaryKeyType - createSyntheticUniqueKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SyntheticUniqueKeyType - createSyntheticViewType() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
SyntheticViewType - createTarget() - Method in class org.jooq.meta.jaxb.ObjectFactory
-
Create an instance of
Target - CROSS_REFERENCES - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.CROSS_REFERENCES. - CROSS_REFERENCES - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.CROSS_REFERENCES. - CROSS_REFERENCES - Static variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The reference instance of
INFORMATION_SCHEMA.CROSS_REFERENCES - CrossReferences - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- CrossReferences() - Constructor for class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
Create a
INFORMATION_SCHEMA.CROSS_REFERENCEStable reference - CrossReferences(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
Create an aliased
INFORMATION_SCHEMA.CROSS_REFERENCEStable reference - CrossReferences(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
Create an aliased
INFORMATION_SCHEMA.CROSS_REFERENCEStable reference - CrossReferences(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.CrossReferences
- CUBRIDDatabase - Class in org.jooq.meta.cubrid
- CUBRIDDatabase() - Constructor for class org.jooq.meta.cubrid.CUBRIDDatabase
- CUBRIDTableDefinition - Class in org.jooq.meta.cubrid
- CUBRIDTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.cubrid.CUBRIDTableDefinition
- CURRENT_VAL - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.current_val. - CURRENT_VALUE - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.CURRENT_VALUE. - CURRENTVALUE - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.CURRENTVALUE. - customType(Database, ForcedType) - Static method in class org.jooq.meta.AbstractTypedElementDefinition
- CustomType - Class in org.jooq.meta.jaxb
-
Deprecated.Use ForcedType only
- CustomType() - Constructor for class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- customTypes - Variable in class org.jooq.meta.jaxb.Database
- CYCLE_OPTION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.CYCLE_OPTION. - CYCLE_OPTION - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.cycle_option. - CYCLEOPTION - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.CYCLEOPTION. - CYCLIC - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.cyclic.
D
- daoClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
- daoImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
- daos - Variable in class org.jooq.meta.jaxb.Generate
- DATA_FREE - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.DATA_FREE. - DATA_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.DATA_LENGTH. - DATA_TYPE - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.data_type. - DATA_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.DATA_TYPE. - DATA_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.data_type. - DATA_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.data_type. - DATA_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.data_type. - DATA_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.data_type. - DATA_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.data_type. - DATA_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.data_type. - database - Variable in class org.jooq.meta.jaxb.Generator
- database(SQLDialect) - Static method in class org.jooq.meta.Databases
-
Get a
Databaseinstance for a givenSQLDialect. - Database - Class in org.jooq.meta.jaxb
-
Configuration of the database meta data source.
- Database - Interface in org.jooq.meta
-
A general database model.
- Database() - Constructor for class org.jooq.meta.jaxb.Database
- DATABASE_COLLATION - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.DATABASE_COLLATION. - Database.Filter - Interface in org.jooq.meta
-
A filter type that can be used with
Database.addFilter(Filter) - databaseClass(SQLDialect) - Static method in class org.jooq.meta.Databases
-
Get a reference to a
Databaseclass for a givenSQLDialect. - Databases - Class in org.jooq.meta
-
A common utility class that provides access to various
Databaseimplementations andSQLDialects. - Databases() - Constructor for class org.jooq.meta.Databases
- DataTypeDefinition - Interface in org.jooq.meta
-
A definition for a data type object.
- dateAsTimestamp - Variable in class org.jooq.meta.jaxb.Database
- dateAsTimestamp() - Method in class org.jooq.meta.AbstractDatabase
- dateAsTimestamp() - Method in interface org.jooq.meta.Database
-
Whether DATE columns should be treated as TIMESTAMP columns.
- DATETIME_PRECISION - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.DATETIME_PRECISION. - DATETIME_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.datetime_precision. - DATETIME_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.datetime_precision. - DATETIME_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.datetime_precision. - DATETIME_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.datetime_precision. - DATETIME_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.datetime_precision. - DB - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.db. - DB - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Db. - DB_ATTRIBUTE - Static variable in class org.jooq.meta.cubrid.dba.Tables
-
The table db_attribute
- DB_ATTRIBUTE - Static variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The singleton instance of
db_attribute - DB_CLASS - Static variable in class org.jooq.meta.cubrid.dba.Tables
-
The table db_class
- DB_CLASS - Static variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The singleton instance of
db_class - DB_COLLATION - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.db_collation. - DB_INDEX - Static variable in class org.jooq.meta.cubrid.dba.Tables
-
The table db_index
- DB_INDEX - Static variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The singleton instance of
db_index - DB_INDEX_KEY - Static variable in class org.jooq.meta.cubrid.dba.Tables
-
The table db_index_key
- DB_INDEX_KEY - Static variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The singleton instance of
db_index_key - DB_SERIAL - Static variable in class org.jooq.meta.cubrid.dba.Tables
-
The table db_serial
- DB_SERIAL - Static variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The singleton instance of
db_serial - DB_SERIAL__PK_DB_SERIAL_NAME - Static variable in class org.jooq.meta.cubrid.dba.Keys
- DB_USER - Static variable in class org.jooq.meta.cubrid.dba.Tables
-
The table db_user
- DB_USER - Static variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The singleton instance of
db_user - DbAttribute - Class in org.jooq.meta.cubrid.dba.tables
-
This class is generated by jOOQ.
- DbAttribute() - Constructor for class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
Create a
db_attributetable reference - DbAttribute(String) - Constructor for class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
Create an aliased
db_attributetable reference - DbClass - Class in org.jooq.meta.cubrid.dba.tables
-
This class is generated by jOOQ.
- DbClass() - Constructor for class org.jooq.meta.cubrid.dba.tables.DbClass
-
Create a
db_classtable reference - DbClass(String) - Constructor for class org.jooq.meta.cubrid.dba.tables.DbClass
-
Create an aliased
db_classtable reference - DbIndex - Class in org.jooq.meta.cubrid.dba.tables
-
This class is generated by jOOQ.
- DbIndex() - Constructor for class org.jooq.meta.cubrid.dba.tables.DbIndex
-
Create a
db_indextable reference - DbIndex(String) - Constructor for class org.jooq.meta.cubrid.dba.tables.DbIndex
-
Create an aliased
db_indextable reference - DbIndexKey - Class in org.jooq.meta.cubrid.dba.tables
-
This class is generated by jOOQ.
- DbIndexKey() - Constructor for class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
Create a
db_index_keytable reference - DbIndexKey(String) - Constructor for class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
Create an aliased
db_index_keytable reference - DbSerial - Class in org.jooq.meta.cubrid.dba.tables
-
This class is generated by jOOQ.
- DbSerial() - Constructor for class org.jooq.meta.cubrid.dba.tables.DbSerial
-
Create a
db_serialtable reference - DbSerial(String) - Constructor for class org.jooq.meta.cubrid.dba.tables.DbSerial
-
Create an aliased
db_serialtable reference - DbUser - Class in org.jooq.meta.cubrid.dba.tables
-
This class is generated by jOOQ.
- DbUser() - Constructor for class org.jooq.meta.cubrid.dba.tables.DbUser
-
Create a
db_usertable reference - DbUser(String) - Constructor for class org.jooq.meta.cubrid.dba.tables.DbUser
-
Create an aliased
db_usertable reference - debug(Object) - Method in class org.jooq.meta.BufferedLog
- debug(Object, Object) - Method in class org.jooq.meta.BufferedLog
- debug(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- debug(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- DEBUG - org.jooq.meta.jaxb.Logging
- DECIMAL_DIGITS - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.DECIMAL_DIGITS. # of fractional digits (scale) for number types - DECLARED_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DECLARED_DATA_TYPE. - DECLARED_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DECLARED_DATA_TYPE. - DECLARED_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.DECLARED_DATA_TYPE. - DECLARED_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.DECLARED_DATA_TYPE. - DECLARED_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.DECLARED_DATA_TYPE. - DECLARED_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.DECLARED_DATA_TYPE. - DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DECLARED_NUMERIC_PRECISION. - DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DECLARED_NUMERIC_PRECISION. - DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.DECLARED_NUMERIC_PRECISION. - DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.DECLARED_NUMERIC_PRECISION. - DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.DECLARED_NUMERIC_PRECISION. - DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_PRECISION. - DECLARED_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DECLARED_NUMERIC_SCALE. - DECLARED_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DECLARED_NUMERIC_SCALE. - DECLARED_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.DECLARED_NUMERIC_SCALE. - DECLARED_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.DECLARED_NUMERIC_SCALE. - DECLARED_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.DECLARED_NUMERIC_SCALE. - DECLARED_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.DECLARED_NUMERIC_SCALE. - DEF_ORDER - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.def_order. - DEFAULT - org.jooq.meta.jaxb.VisibilityModifier
- DEFAULT_CATALOG - Static variable in class org.jooq.meta.derby.sys.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.firebird.rdb.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.h2.information_schema.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.hsqldb.information_schema.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.mysql.information_schema.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.mysql.mysql.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.postgres.information_schema.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CATALOG - Static variable in class org.jooq.meta.postgres.pg_catalog.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DEFAULT_CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_CATALOG. - DEFAULT_CHARACTER_SET_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.default_character_set_catalog. - DEFAULT_CHARACTER_SET_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_NAME. - DEFAULT_CHARACTER_SET_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_NAME. - DEFAULT_CHARACTER_SET_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The column
information_schema.SCHEMATA.DEFAULT_CHARACTER_SET_NAME. - DEFAULT_CHARACTER_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.default_character_set_name. - DEFAULT_CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.DEFAULT_CHARACTER_SET_SCHEMA. - DEFAULT_CHARACTER_SET_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.default_character_set_schema. - DEFAULT_COLLATION_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.DEFAULT_COLLATION_NAME. - DEFAULT_COLLATION_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The column
information_schema.SCHEMATA.DEFAULT_COLLATION_NAME. - DEFAULT_ENCRYPTION - Variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The column
information_schema.SCHEMATA.DEFAULT_ENCRYPTION. - DEFAULT_SCHEMA - Static variable in class org.jooq.meta.cubrid.dba.DefaultSchema
-
The singleton instance of
- DEFAULT_SCHEMA - Variable in class org.jooq.meta.firebird.rdb.DefaultCatalog
-
The schema
DEFAULT_SCHEMA. - DEFAULT_SCHEMA - Static variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The reference instance of
DEFAULT_SCHEMA - DEFAULT_VALUE - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.default_value. - DefaultArrayDefinition - Class in org.jooq.meta
- DefaultArrayDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultArrayDefinition
- DefaultArrayDefinition(SchemaDefinition, PackageDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultArrayDefinition
- DefaultAttributeDefinition - Class in org.jooq.meta
-
A base implementation for column definitions.
- DefaultAttributeDefinition(UDTDefinition, String, int, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultAttributeDefinition
- DefaultCatalog - Class in org.jooq.meta.derby.sys
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.firebird.rdb
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.h2.information_schema
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.hsqldb.information_schema
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.mysql.information_schema
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.mysql.mysql
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.postgres.information_schema
-
This class is generated by jOOQ.
- DefaultCatalog - Class in org.jooq.meta.postgres.pg_catalog
-
This class is generated by jOOQ.
- DefaultCheckConstraintDefinition - Class in org.jooq.meta
- DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String) - Constructor for class org.jooq.meta.DefaultCheckConstraintDefinition
- DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String, boolean) - Constructor for class org.jooq.meta.DefaultCheckConstraintDefinition
- DefaultColumnDefinition - Class in org.jooq.meta
-
A base implementation for column definitions.
- DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, String) - Constructor for class org.jooq.meta.DefaultColumnDefinition
- DefaultDataTypeDefinition - Class in org.jooq.meta
- DefaultDataTypeDefinition(Database, SchemaDefinition, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#4841] - 3.8.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#4841] - 3.8.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#4841] - 3.8.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#4841] - 3.8.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String, String)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, Name) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#330] - 3.9.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, boolean, Name, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#330] - 3.9.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#330] - 3.9.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.- [#330] - 3.9.0 - Use
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String)instead. - DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
-
Deprecated.
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
- DefaultDomainDefinition - Class in org.jooq.meta
- DefaultDomainDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultDomainDefinition
- DefaultEmbeddableColumnDefinition - Class in org.jooq.meta
- DefaultEmbeddableColumnDefinition(EmbeddableDefinition, String, ColumnDefinition, int) - Constructor for class org.jooq.meta.DefaultEmbeddableColumnDefinition
- DefaultEmbeddableDefinition - Class in org.jooq.meta
- DefaultEmbeddableDefinition(SchemaDefinition, String, String, TableDefinition, List<String>, String, String, TableDefinition, List<ColumnDefinition>, boolean) - Constructor for class org.jooq.meta.DefaultEmbeddableDefinition
- DefaultEnumDefinition - Class in org.jooq.meta
- DefaultEnumDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.DefaultEnumDefinition
- DefaultEnumDefinition(SchemaDefinition, String, String, boolean) - Constructor for class org.jooq.meta.DefaultEnumDefinition
- DefaultForeignKeyDefinition - Class in org.jooq.meta
- DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition) - Constructor for class org.jooq.meta.DefaultForeignKeyDefinition
- DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition, boolean) - Constructor for class org.jooq.meta.DefaultForeignKeyDefinition
- DefaultIdentityDefinition - Class in org.jooq.meta
-
A default implementation for
IdentityDefinition - DefaultIdentityDefinition(ColumnDefinition) - Constructor for class org.jooq.meta.DefaultIdentityDefinition
- DefaultIndexColumnDefinition - Class in org.jooq.meta
- DefaultIndexColumnDefinition(IndexDefinition, ColumnDefinition, SortOrder, int) - Constructor for class org.jooq.meta.DefaultIndexColumnDefinition
- DefaultMetaTableDefinition - Class in org.jooq.meta
- DefaultMetaTableDefinition(SchemaDefinition, Table<?>) - Constructor for class org.jooq.meta.DefaultMetaTableDefinition
- DefaultOrderProvider - Class in org.jooq.meta
-
A default order provider that allows for comparing arbitrary definitions.
- DefaultOrderProvider() - Constructor for class org.jooq.meta.DefaultOrderProvider
- DefaultParameterDefinition - Class in org.jooq.meta
-
A base implementation for column definitions.
- DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultParameterDefinition
- DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean) - Constructor for class org.jooq.meta.DefaultParameterDefinition
- DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean) - Constructor for class org.jooq.meta.DefaultParameterDefinition
- DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String) - Constructor for class org.jooq.meta.DefaultParameterDefinition
- DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String, String) - Constructor for class org.jooq.meta.DefaultParameterDefinition
- DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String, String, boolean) - Constructor for class org.jooq.meta.DefaultParameterDefinition
- DefaultRelations - Class in org.jooq.meta
- DefaultRelations() - Constructor for class org.jooq.meta.DefaultRelations
- DefaultSchema - Class in org.jooq.meta.cubrid.dba
-
This class is generated by jOOQ.
- DefaultSchema - Class in org.jooq.meta.firebird.rdb
-
This class is generated by jOOQ.
- DefaultSequenceDefinition - Class in org.jooq.meta
- DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultSequenceDefinition
- DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition, String) - Constructor for class org.jooq.meta.DefaultSequenceDefinition
- DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition, String, Number, Number, Number, Number, boolean, Number) - Constructor for class org.jooq.meta.DefaultSequenceDefinition
- DefaultUniqueKeyDefinition - Class in org.jooq.meta
- DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean) - Constructor for class org.jooq.meta.DefaultUniqueKeyDefinition
- DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean, boolean) - Constructor for class org.jooq.meta.DefaultUniqueKeyDefinition
- DEFERRABILITY - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.DEFERRABILITY. - DEFINER - org.jooq.meta.mysql.mysql.enums.ProcSecurityType
- DEFINER - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.DEFINER. - DEFINER - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.DEFINER. - DEFINER - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.definer. - Definition - Interface in org.jooq.meta
-
A general interface defining any database object, such as tables, views, stored procedures, etc.
- DELETE_RULE - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.DELETE_RULE. - DELETE_RULE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.DELETE_RULE. - DELETE_RULE - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.DELETE_RULE. - DELETE_RULE - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.delete_rule. - deprecated - Variable in class org.jooq.meta.jaxb.CommentType
- deprecated - Variable in class org.jooq.meta.jaxb.Generate
- deprecationOnUnknownTypes - Variable in class org.jooq.meta.jaxb.Generate
- DEPTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.deptype. - DerbyDatabase - Class in org.jooq.meta.derby
- DerbyDatabase() - Constructor for class org.jooq.meta.derby.DerbyDatabase
- DerbyTableDefinition - Class in org.jooq.meta.derby
- DerbyTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.derby.DerbyTableDefinition
- DESCRIPTION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
The column
pg_catalog.pg_description.description. - DESCRIPTOR - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.DESCRIPTOR. - DETECT_FROM_JDK - org.jooq.meta.jaxb.GeneratedAnnotationType
- DIRECT_GROUPS - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.direct_groups. - directory - Variable in class org.jooq.meta.jaxb.Target
- DOMAIN_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DOMAIN_CATALOG. - DOMAIN_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_CATALOG. - DOMAIN_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DOMAIN_CATALOG. - DOMAIN_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.DOMAIN_CATALOG. - DOMAIN_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_CATALOG. - DOMAIN_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.domain_catalog. - DOMAIN_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.domain_catalog. - DOMAIN_CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.domain_class_name. - DOMAIN_CONSTRAINTS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each check constraint included in a domain definition
- DOMAIN_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each check constraint included in a domain definition
- DOMAIN_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The reference instance of
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS - DOMAIN_DEFAULT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_DEFAULT. - DOMAIN_DEFAULT - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.domain_default. - DOMAIN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DOMAIN_NAME. - DOMAIN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_NAME. - DOMAIN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DOMAIN_NAME. - DOMAIN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.DOMAIN_NAME. - DOMAIN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_NAME. - DOMAIN_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.domain_name. - DOMAIN_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.domain_name. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DOMAIN_SCHEMA. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_SCHEMA. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DOMAIN_SCHEMA. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.DOMAIN_SCHEMA. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DOMAIN_SCHEMA. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.domain_schema. - DOMAIN_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.domain_schema. - DomainConstraints - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each check constraint included in a domain definition
- DomainConstraints() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
Create a
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTStable reference - DomainConstraints(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
Create an aliased
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTStable reference - DomainConstraints(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
Create an aliased
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTStable reference - DomainConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- DomainDefinition - Interface in org.jooq.meta
-
A definition for a domain UDT.
- domains() - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- Domains - Class in org.jooq.meta.firebird.rdb
-
Convenience access to all Domains in the default schema.
- Domains - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Domains - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each domain identified
- Domains - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Domains() - Constructor for class org.jooq.meta.firebird.rdb.Domains
- Domains() - Constructor for class org.jooq.meta.h2.information_schema.tables.Domains
-
Create a
INFORMATION_SCHEMA.DOMAINStable reference - Domains() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
Create a
INFORMATION_SCHEMA.DOMAINStable reference - Domains() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Domains
-
Create a
information_schema.domainstable reference - Domains(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Domains
-
Create an aliased
INFORMATION_SCHEMA.DOMAINStable reference - Domains(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
Create an aliased
INFORMATION_SCHEMA.DOMAINStable reference - Domains(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Domains
-
Create an aliased
information_schema.domainstable reference - Domains(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Domains
-
Create an aliased
INFORMATION_SCHEMA.DOMAINStable reference - Domains(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
Create an aliased
INFORMATION_SCHEMA.DOMAINStable reference - Domains(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Domains
-
Create an aliased
information_schema.domainstable reference - Domains(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Domains
- Domains(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Domains
- Domains(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Domains
- DOMAINS - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.DOMAINS. - DOMAINS - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.DOMAINS. - DOMAINS - Static variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The reference instance of
INFORMATION_SCHEMA.DOMAINS - DOMAINS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each domain identified
- DOMAINS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each domain identified
- DOMAINS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The reference instance of
INFORMATION_SCHEMA.DOMAINS - DOMAINS - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.domains. - DOMAINS - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.domains. - DOMAINS - Static variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The reference instance of
information_schema.domains - DOTALL - org.jooq.meta.jaxb.RegexFlag
- driver - Variable in class org.jooq.meta.jaxb.Jdbc
- DTD_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.DTD_IDENTIFIER. - DTD_IDENTIFIER - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.dtd_identifier. - DTD_IDENTIFIER - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.dtd_identifier. - DTD_IDENTIFIER - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.dtd_identifier. - DTD_IDENTIFIER - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.dtd_identifier. - DTD_IDENTIFIER - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.dtd_identifier.
E
- ELEMENT - org.jooq.meta.jaxb.ForcedTypeObjectType
- ELEMENT_TYPES - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.ELEMENT_TYPES. - ELEMENT_TYPES - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
The table
INFORMATION_SCHEMA.ELEMENT_TYPES. - ELEMENT_TYPES - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The reference instance of
INFORMATION_SCHEMA.ELEMENT_TYPES - ElementTypes - Class in org.jooq.meta.hsqldb.information_schema.tables
-
This class is generated by jOOQ.
- ElementTypes() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
Create a
INFORMATION_SCHEMA.ELEMENT_TYPEStable reference - ElementTypes(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
Create an aliased
INFORMATION_SCHEMA.ELEMENT_TYPEStable reference - ElementTypes(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
Create an aliased
INFORMATION_SCHEMA.ELEMENT_TYPEStable reference - ElementTypes(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
- EmbeddableColumnDefinition - Interface in org.jooq.meta
-
An interface defining a column of an embeddable type.
- EmbeddableDefinition - Interface in org.jooq.meta
-
The definition of an embeddable type.
- EmbeddableDefinitionType - Class in org.jooq.meta.jaxb
-
An embeddable type declaration
- EmbeddableDefinitionType() - Constructor for class org.jooq.meta.jaxb.EmbeddableDefinitionType
- embeddableDomains - Variable in class org.jooq.meta.jaxb.Database
- embeddableDomains() - Method in class org.jooq.meta.AbstractDatabase
- embeddableDomains() - Method in interface org.jooq.meta.Database
-
A regular expression matching domain type definitions for which embeddable types should be generated.
- EmbeddableField - Class in org.jooq.meta.jaxb
-
Java class for EmbeddableField complex type.
- EmbeddableField() - Constructor for class org.jooq.meta.jaxb.EmbeddableField
- embeddablePrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
- embeddablePrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
- embeddablePrimaryKeys() - Method in interface org.jooq.meta.Database
-
A regular expression matching primary keys for which embeddable types should be generated.
- embeddables - Variable in class org.jooq.meta.jaxb.Database
- embeddables - Variable in class org.jooq.meta.jaxb.Generate
- embeddables - Variable in class org.jooq.meta.jaxb.Matchers
- embeddableUniqueKeys - Variable in class org.jooq.meta.jaxb.Database
- embeddableUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
- embeddableUniqueKeys() - Method in interface org.jooq.meta.Database
-
A regular expression matching unique keys for which embeddable types should be generated.
- emptyCatalogs - Variable in class org.jooq.meta.jaxb.Generate
- emptySchemas - Variable in class org.jooq.meta.jaxb.Generate
- encoding - Variable in class org.jooq.meta.jaxb.Target
- enforced() - Method in class org.jooq.meta.AbstractConstraintDefinition
- enforced() - Method in interface org.jooq.meta.ConstraintDefinition
-
Whether this constraint is enforced.
- ENFORCED - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.ENFORCED. - ENGINE - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.ENGINE. - enumClass - Variable in class org.jooq.meta.jaxb.MatchersEnumType
- enumConverter - Variable in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- enumConverter - Variable in class org.jooq.meta.jaxb.ForcedType
- EnumDefinition - Interface in org.jooq.meta
-
A definition for an ENUM UDT
- enumImplements - Variable in class org.jooq.meta.jaxb.MatchersEnumType
- ENUMLABEL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
The column
pg_catalog.pg_enum.enumlabel. - enums - Variable in class org.jooq.meta.jaxb.Matchers
- enumsAsScalaSealedTraits - Variable in class org.jooq.meta.jaxb.Generate
- ENUMSORTORDER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
The column
pg_catalog.pg_enum.enumsortorder. - EnumType - Class in org.jooq.meta.jaxb
-
Java class for EnumType complex type.
- EnumType() - Constructor for class org.jooq.meta.jaxb.EnumType
- enumTypes - Variable in class org.jooq.meta.jaxb.Database
- ENUMTYPID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
The column
pg_catalog.pg_enum.enumtypid. - equals(Object) - Method in class org.jooq.meta.AbstractDefinition
- equals(Object) - Method in class org.jooq.meta.DefaultDataTypeDefinition
- equals(Object) - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- equals(Object) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- equals(Object) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- equals(Object) - Method in class org.jooq.meta.jaxb.CommentType
- equals(Object) - Method in class org.jooq.meta.jaxb.Configuration
- equals(Object) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- equals(Object) - Method in class org.jooq.meta.jaxb.Database
- equals(Object) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- equals(Object) - Method in class org.jooq.meta.jaxb.EmbeddableField
- equals(Object) - Method in class org.jooq.meta.jaxb.EnumType
- equals(Object) - Method in class org.jooq.meta.jaxb.ForcedType
- equals(Object) - Method in class org.jooq.meta.jaxb.Generate
- equals(Object) - Method in class org.jooq.meta.jaxb.Generator
- equals(Object) - Method in class org.jooq.meta.jaxb.Jdbc
- equals(Object) - Method in class org.jooq.meta.jaxb.LambdaConverter
- equals(Object) - Method in class org.jooq.meta.jaxb.MatcherRule
- equals(Object) - Method in class org.jooq.meta.jaxb.Matchers
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersEnumType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersFieldType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
- equals(Object) - Method in class org.jooq.meta.jaxb.MatchersTableType
- equals(Object) - Method in class org.jooq.meta.jaxb.Property
- equals(Object) - Method in class org.jooq.meta.jaxb.SchemaMappingType
- equals(Object) - Method in class org.jooq.meta.jaxb.Strategy
- equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
- equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticViewType
- equals(Object) - Method in class org.jooq.meta.jaxb.Target
- error(Object) - Method in class org.jooq.meta.BufferedLog
- error(Object, Object) - Method in class org.jooq.meta.BufferedLog
- error(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- error(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- ERROR - org.jooq.meta.jaxb.Logging
- exclude(Definition) - Method in interface org.jooq.meta.Database.Filter
-
Whether to include an object in this database.
- excludeExpression - Variable in class org.jooq.meta.jaxb.ForcedType
- excludes - Variable in class org.jooq.meta.jaxb.Database
- excludeTypes - Variable in class org.jooq.meta.jaxb.ForcedType
- existAll(Table<?>...) - Method in class org.jooq.meta.AbstractDatabase
- existAll(Table<?>...) - Method in interface org.jooq.meta.Database
-
Check for the existence of several tables in the dictionary views.
- existAll(TableField<?, ?>...) - Method in class org.jooq.meta.AbstractDatabase
- existAll(TableField<?, ?>...) - Method in interface org.jooq.meta.Database
-
Check for the existence of several table fields in the dictionary views.
- exists(Table<?>) - Method in class org.jooq.meta.AbstractDatabase
- exists(Table<?>) - Method in interface org.jooq.meta.Database
-
Check for the existence of a table in the dictionary views.
- exists(TableField<?, ?>) - Method in class org.jooq.meta.AbstractDatabase
- exists(TableField<?, ?>) - Method in interface org.jooq.meta.Database
-
Check for the existence of a table field in the dictionary views.
- exists0(Table<?>) - Method in class org.jooq.meta.AbstractDatabase
-
[#8972] Subclasses may override this method for a more efficient implementation.
- exists0(Table<?>) - Method in class org.jooq.meta.h2.H2Database
- exists0(Table<?>) - Method in class org.jooq.meta.mysql.MySQLDatabase
- exists0(Table<?>) - Method in class org.jooq.meta.postgres.PostgresDatabase
- exists0(TableField<?, ?>) - Method in class org.jooq.meta.AbstractDatabase
-
[#8972] Subclasses may override this method for a more efficient implementation.
- exists0(TableField<?, ?>) - Method in class org.jooq.meta.h2.H2Database
- exists0(TableField<?, ?>) - Method in class org.jooq.meta.mysql.MySQLDatabase
- exists0(TableField<?, ?>) - Method in class org.jooq.meta.postgres.PostgresDatabase
- exists1(Table<?>, Table<R>, TableField<R, String>, TableField<R, String>) - Method in class org.jooq.meta.AbstractDatabase
-
A utility method to look up a table in a single dictionary view.
- exists1(TableField<?, ?>, Table<R>, TableField<R, String>, TableField<R, String>, TableField<R, String>) - Method in class org.jooq.meta.AbstractDatabase
-
A utility method to look up a field in a single dictionary view.
- expression - Variable in class org.jooq.meta.jaxb.CommentType
- expression - Variable in class org.jooq.meta.jaxb.EmbeddableField
- expression - Variable in class org.jooq.meta.jaxb.ForcedType
- expression - Variable in class org.jooq.meta.jaxb.MatcherRule
- expression - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
- expression - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- expression - Variable in class org.jooq.meta.jaxb.MatchersEnumType
- expression - Variable in class org.jooq.meta.jaxb.MatchersFieldType
- expression - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
- expression - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
- expression - Variable in class org.jooq.meta.jaxb.MatchersSequenceType
- expression - Variable in class org.jooq.meta.jaxb.MatchersTableType
- EXPRESSION - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.EXPRESSION. - expressions - Variable in class org.jooq.meta.jaxb.ForcedType
- EXTERNAL_LANGUAGE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.EXTERNAL_LANGUAGE. - EXTERNAL_LANGUAGE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.EXTERNAL_LANGUAGE. - EXTERNAL_LANGUAGE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.external_language. - EXTERNAL_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.EXTERNAL_NAME. - EXTERNAL_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.EXTERNAL_NAME. - EXTERNAL_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.external_name. - EXTRA - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.EXTRA.
F
- FAIL - org.jooq.meta.jaxb.OnError
- FATAL - org.jooq.meta.jaxb.Logging
- fetchedSize(Collection<?>, Collection<?>) - Static method in class org.jooq.meta.AbstractDatabase
- fieldGetter - Variable in class org.jooq.meta.jaxb.MatchersFieldType
- fieldIdentifier - Variable in class org.jooq.meta.jaxb.MatchersFieldType
- fieldMember - Variable in class org.jooq.meta.jaxb.MatchersFieldType
- fields - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- fields - Variable in class org.jooq.meta.jaxb.Matchers
- fields - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- fields - Variable in class org.jooq.meta.jaxb.SyntheticIdentityType
- fields - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- fields - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- fieldSetter - Variable in class org.jooq.meta.jaxb.MatchersFieldType
- filter(List<T>, String) - Method in class org.jooq.meta.AbstractDatabase
- filter(List<T>, List<String>) - Method in class org.jooq.meta.AbstractDatabase
- FILTER_CONDITION - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.FILTER_CONDITION. - FILTER_CONDITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.FILTER_CONDITION. filter condition, if any (currently unused) - FILTER_EXPRESSION - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.filter_expression. - filterExcludeInclude(List<D>) - Method in interface org.jooq.meta.Database
-
Filter a list of definitions according to the exclude / include / and filter settings of this database.
- filterExcludeInclude(List<T>) - Method in class org.jooq.meta.AbstractDatabase
- filterExcludeInclude(List<T>, String[], String[], List<Database.Filter>) - Method in class org.jooq.meta.AbstractDatabase
- filterExcludeInclude(List<T>, String, String) - Method in class org.jooq.meta.AbstractDatabase
- filterPackage(List<T>, PackageDefinition) - Method in class org.jooq.meta.AbstractDatabase
- filterPackage(List<T>, PackageDefinition, Map<PackageDefinition, List<T>>) - Method in class org.jooq.meta.AbstractDatabase
- filterSchema(List<T>, SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- filterSchema(List<T>, SchemaDefinition, Map<SchemaDefinition, List<T>>) - Method in class org.jooq.meta.AbstractDatabase
- filterTable(List<T>, TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
- filterTable(List<T>, TableDefinition, Map<TableDefinition, List<T>>) - Method in class org.jooq.meta.AbstractDatabase
- FirebirdDatabase - Class in org.jooq.meta.firebird
- FirebirdDatabase() - Constructor for class org.jooq.meta.firebird.FirebirdDatabase
- FirebirdRoutineDefinition - Class in org.jooq.meta.firebird
- FirebirdRoutineDefinition(SchemaDefinition, String) - Constructor for class org.jooq.meta.firebird.FirebirdRoutineDefinition
- FirebirdRoutineDefinition(SchemaDefinition, String, String, Number, Number) - Constructor for class org.jooq.meta.firebird.FirebirdRoutineDefinition
- FirebirdTableDefinition - Class in org.jooq.meta.firebird
- FirebirdTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableDefinition
- FirebirdTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableDefinition
- FirebirdTableValuedFunction - Class in org.jooq.meta.firebird
- FirebirdTableValuedFunction(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableValuedFunction
- FirebirdTableValuedFunction(SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableValuedFunction
- FK_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FK_NAME. - FKCOLUMN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKCOLUMN_NAME. - FKTABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_CATALOG. - FKTABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_NAME. - FKTABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_SCHEMA. - fluentSetters - Variable in class org.jooq.meta.jaxb.Generate
- flush() - Static method in class org.jooq.meta.BufferedLog
-
Perform the actual logging.
- ForcedType - Class in org.jooq.meta.jaxb
-
A forced type declaration
- ForcedType() - Constructor for class org.jooq.meta.jaxb.ForcedType
- ForcedTypeObjectType - Enum in org.jooq.meta.jaxb
-
Java class for ForcedTypeObjectType.
- forcedTypes - Variable in class org.jooq.meta.jaxb.Database
- forceIntegerTypesOnZeroScaleDecimals - Variable in class org.jooq.meta.jaxb.Database
- ForeignKeyDefinition - Interface in org.jooq.meta
-
An object holding information about a foreign key relationship.
- foreignKeys - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
- formatType(Long, Integer) - Static method in class org.jooq.meta.postgres.pg_catalog.Routines
-
Get
pg_catalog.format_typeas a field. - formatType(Configuration, Long, Integer) - Static method in class org.jooq.meta.postgres.pg_catalog.Routines
-
Call
pg_catalog.format_type - formatType(Field<Long>, Field<Integer>) - Static method in class org.jooq.meta.postgres.pg_catalog.Routines
-
Get
pg_catalog.format_typeas a field. - FormatType - Class in org.jooq.meta.postgres.pg_catalog.routines
-
This class is generated by jOOQ.
- FormatType() - Constructor for class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
Create a new routine call instance
- from - Variable in class org.jooq.meta.jaxb.LambdaConverter
- FROM_ATTR_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.from_attr_name. - FROM_CLASS_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.from_class_name. - FROM_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.FROM_SQL_SPECIFIC_CATALOG. - FROM_SQL_SPECIFIC_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.FROM_SQL_SPECIFIC_NAME. - FROM_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.FROM_SQL_SPECIFIC_SCHEMA. - fromValue(String) - Static method in enum org.jooq.meta.jaxb.ForcedTypeObjectType
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.GeneratedAnnotationType
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.GeneratedSerialVersionUID
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.Logging
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.MatcherTransformType
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.Nullability
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.OnError
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.RegexFlag
- fromValue(String) - Static method in enum org.jooq.meta.jaxb.VisibilityModifier
- fullyQualifiedTypes - Variable in class org.jooq.meta.jaxb.Generate
- FUNC - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.func. - FUNCTION - org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
- FUNCTION - org.jooq.meta.mysql.mysql.enums.ProcType
- FUNCTION_ALIASES - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.FUNCTION_ALIASES. - FUNCTION_ALIASES - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.FUNCTION_ALIASES. - FUNCTION_ALIASES - Static variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The reference instance of
INFORMATION_SCHEMA.FUNCTION_ALIASES - FUNCTION_COLUMNS - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.FUNCTION_COLUMNS. - FUNCTION_COLUMNS - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.FUNCTION_COLUMNS. - FUNCTION_COLUMNS - Static variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The reference instance of
INFORMATION_SCHEMA.FUNCTION_COLUMNS - FunctionAliases - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- FunctionAliases() - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
Create a
INFORMATION_SCHEMA.FUNCTION_ALIASEStable reference - FunctionAliases(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
Create an aliased
INFORMATION_SCHEMA.FUNCTION_ALIASEStable reference - FunctionAliases(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
Create an aliased
INFORMATION_SCHEMA.FUNCTION_ALIASEStable reference - FunctionAliases(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionAliases
- FunctionColumns - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- FunctionColumns() - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
Create a
INFORMATION_SCHEMA.FUNCTION_COLUMNStable reference - FunctionColumns(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
Create an aliased
INFORMATION_SCHEMA.FUNCTION_COLUMNStable reference - FunctionColumns(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
Create an aliased
INFORMATION_SCHEMA.FUNCTION_COLUMNStable reference - FunctionColumns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.FunctionColumns
G
- generate - Variable in class org.jooq.meta.jaxb.Generator
- Generate - Class in org.jooq.meta.jaxb
-
Options strictly related to generated code.
- Generate() - Constructor for class org.jooq.meta.jaxb.Generate
- generatedAnnotation - Variable in class org.jooq.meta.jaxb.Generate
- generatedAnnotationDate - Variable in class org.jooq.meta.jaxb.Generate
- generatedAnnotationType - Variable in class org.jooq.meta.jaxb.Generate
- GeneratedAnnotationType - Enum in org.jooq.meta.jaxb
-
Java class for GeneratedAnnotationType.
- generatedSerialVersionUID - Variable in class org.jooq.meta.jaxb.Generate
- GeneratedSerialVersionUID - Enum in org.jooq.meta.jaxb
-
Java class for GeneratedSerialVersionUID.
- GENERATION_EXPRESSION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.GENERATION_EXPRESSION. - GENERATION_EXPRESSION - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.GENERATION_EXPRESSION. - GENERATION_EXPRESSION - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.generation_expression. - generator - Variable in class org.jooq.meta.jaxb.Configuration
- Generator - Class in org.jooq.meta.jaxb
-
Configuration that affects the way code is being generated.
- Generator() - Constructor for class org.jooq.meta.jaxb.Generator
- getAll() - Method in class org.jooq.meta.AbstractDatabase
- getAll() - Method in interface org.jooq.meta.Database
-
Retrieve all objects.
- getAllParameters() - Method in class org.jooq.meta.AbstractRoutineDefinition
- getAllParameters() - Method in interface org.jooq.meta.RoutineDefinition
-
A list of all IN, OUT, and INOUT parameter column definitions
- getArray(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
- getArray(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
-
Get a ARRAY defined in this database by name.
- getArray(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getArray(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
-
Get a ARRAY defined in this database by name.
- getArray(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
- getArray(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
-
Get a ARRAY defined in this database by name.
- getArray(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getArray(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
-
Get a ARRAY defined in this database by name.
- getArrays(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getArrays(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The Arrays defined in this database.
- getArrays0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL ARRAYs from the database.
- getArrays0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getArrays0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getArrays0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getArrays0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getArrays0() - Method in class org.jooq.meta.h2.H2Database
- getArrays0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getArrays0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getArrays0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getArrays0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getArrays0() - Method in class org.jooq.meta.xml.XMLDatabase
- getAttribute(int) - Method in class org.jooq.meta.AbstractUDTDefinition
- getAttribute(int) - Method in interface org.jooq.meta.UDTDefinition
-
Get an attribute in this UDT by its index (starting at 0)
- getAttribute(String) - Method in class org.jooq.meta.AbstractUDTDefinition
- getAttribute(String) - Method in interface org.jooq.meta.UDTDefinition
-
Get an attribute in this UDT by its name
- getAttributes() - Method in class org.jooq.meta.AbstractUDTDefinition
- getAttributes() - Method in interface org.jooq.meta.UDTDefinition
-
All attributes in the UDT
- getBasedir() - Method in class org.jooq.meta.AbstractDatabase
- getBasedir() - Method in interface org.jooq.meta.Database
-
The basedir that can be used by file based implementations to resolve relative paths.
- getBasedir() - Method in class org.jooq.meta.jaxb.Configuration
-
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.
- getBaseType() - Method in class org.jooq.meta.DefaultDomainDefinition
- getBaseType() - Method in interface org.jooq.meta.DomainDefinition
-
Deprecated.- [#681] - 3.14.0 - Use
TypedElementDefinition.getDefinedType()instead. - getBinding() - Method in interface org.jooq.meta.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.meta.DefaultDataTypeDefinition
- getBinding() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- getBinding() - Method in class org.jooq.meta.jaxb.ForcedType
-
A
Bindingimplementation for the custom type. - getCache() - Method in class org.jooq.meta.DefaultSequenceDefinition
- getCache() - Method in interface org.jooq.meta.SequenceDefinition
-
Get the number of sequence values to cache for this sequence or
null, if no such value is specified. - getCatalog() - Method in class org.jooq.meta.AbstractDefinition
- getCatalog() - Method in class org.jooq.meta.CatalogDefinition
- getCatalog() - Method in interface org.jooq.meta.Definition
- getCatalog() - Method in class org.jooq.meta.derby.sys.Sys
- getCatalog() - Method in class org.jooq.meta.firebird.rdb.DefaultSchema
- getCatalog() - Method in class org.jooq.meta.h2.information_schema.InformationSchema
- getCatalog() - Method in class org.jooq.meta.hsqldb.information_schema.InformationSchema
- getCatalog() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
- getCatalog() - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining catalog of the view.
- getCatalog() - Method in class org.jooq.meta.mysql.information_schema.InformationSchema
- getCatalog() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
- getCatalog() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcLanguage
- getCatalog() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSecurityType
- getCatalog() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
- getCatalog() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- getCatalog() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcType
- getCatalog() - Method in class org.jooq.meta.mysql.mysql.Mysql
- getCatalog() - Method in class org.jooq.meta.postgres.information_schema.InformationSchema
- getCatalog() - Method in class org.jooq.meta.postgres.pg_catalog.PgCatalog
- getCatalog() - Method in class org.jooq.meta.SchemaDefinition
- getCatalog(String) - Method in class org.jooq.meta.AbstractDatabase
- getCatalog(String) - Method in interface org.jooq.meta.Database
-
Get a catalog defined in this database by name.
- getCatalogClass() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This rule influences the naming of the generated
Catalogobject. - getCatalogIdentifier() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This rule influences the naming of the generated
Catalogidentifier. - getCatalogImplements() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This string provides additional interfaces that a generated
Catalogshould implement. - getCatalogs() - Method in class org.jooq.meta.AbstractDatabase
- getCatalogs() - Method in interface org.jooq.meta.Database
-
The catalogs generated from this database.
- getCatalogs() - Method in class org.jooq.meta.jaxb.Database
- getCatalogs() - Method in class org.jooq.meta.jaxb.Matchers
- getCatalogs0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL catalogs from the database.
- getCatalogs0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getCatalogs0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getCatalogs0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getCatalogs0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getCatalogs0() - Method in class org.jooq.meta.h2.H2Database
- getCatalogs0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getCatalogs0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getCatalogs0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getCatalogs0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getCatalogs0() - Method in class org.jooq.meta.xml.XMLDatabase
- getCatalogVersionProvider() - Method in class org.jooq.meta.AbstractDatabase
- getCatalogVersionProvider() - Method in interface org.jooq.meta.Database
-
The database's catalog version provider.
- getCatalogVersionProvider() - Method in class org.jooq.meta.jaxb.Database
-
A custom version number that, if available, will be used to assess whether the
Database.getInputCatalog()from a given catalog will need to be regenerated. - getCheckClause() - Method in interface org.jooq.meta.CheckConstraintDefinition
-
The check clause.
- getCheckClause() - Method in class org.jooq.meta.DefaultCheckConstraintDefinition
- getCheckClauses() - Method in class org.jooq.meta.DefaultDomainDefinition
- getCheckClauses() - Method in interface org.jooq.meta.DomainDefinition
- getCheckConstraints() - Method in class org.jooq.meta.AbstractTableDefinition
- getCheckConstraints() - Method in interface org.jooq.meta.TableDefinition
-
Get the
CHECKconstraints for this table. - getCheckConstraints(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getCheckConstraints(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The check constraints contained in this database.
- getCheckConstraints(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
- getCheckConstraints(TableDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of
CHECKconstraints for a given table. - getChildTables() - Method in class org.jooq.meta.AbstractTableDefinition
- getChildTables() - Method in interface org.jooq.meta.TableDefinition
-
Get the child tables if table inheritance is applicable.
- getColumn() - Method in class org.jooq.meta.DefaultIdentityDefinition
- getColumn() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
- getColumn() - Method in interface org.jooq.meta.IdentityDefinition
-
The
IDENTITYcolumn - getColumn() - Method in interface org.jooq.meta.IndexColumnDefinition
-
The table column definition that this index column definition is backed by.
- getColumn(int) - Method in class org.jooq.meta.AbstractTableDefinition
- getColumn(int) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getColumn(int) - Method in interface org.jooq.meta.EmbeddableDefinition
-
Get a defining column in this type by its index (starting at 0).
- getColumn(int) - Method in interface org.jooq.meta.TableDefinition
-
Get a column in this type by its index (starting at 0).
- getColumn(String) - Method in class org.jooq.meta.AbstractTableDefinition
- getColumn(String) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getColumn(String) - Method in interface org.jooq.meta.EmbeddableDefinition
-
Get a defining column in this type by its name.
- getColumn(String) - Method in interface org.jooq.meta.TableDefinition
-
Get a column in this type by its name.
- getColumn(String, boolean) - Method in class org.jooq.meta.AbstractTableDefinition
- getColumn(String, boolean) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getColumn(String, boolean) - Method in interface org.jooq.meta.EmbeddableDefinition
-
Get a defining column in this type by its name.
- getColumn(String, boolean) - Method in interface org.jooq.meta.TableDefinition
-
Get a column in this type by its name.
- getColumns() - Method in class org.jooq.meta.AbstractTableDefinition
- getColumns() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getColumns() - Method in interface org.jooq.meta.EmbeddableDefinition
-
All defining columns in the type, table or view.
- getColumns() - Method in interface org.jooq.meta.TableDefinition
-
All columns in the type, table or view.
- getComment() - Method in class org.jooq.meta.AbstractDefinition
- getComment() - Method in interface org.jooq.meta.Definition
- getComment() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining comment on the embeddable type.
- getComment() - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining comment on the view.
- getComments() - Method in class org.jooq.meta.jaxb.Database
- getConfiguredComments() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredComments() - Method in interface org.jooq.meta.Database
-
Get the configured comments.
- getConfiguredCustomType(String) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getConfiguredCustomType(String) - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes()only. - getConfiguredCustomTypes() - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getConfiguredCustomTypes() - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes()only. - getConfiguredEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredEmbeddables() - Method in interface org.jooq.meta.Database
-
Get the configured embeddable type definitions for any given
Definition. - getConfiguredEnumTypes() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredEnumTypes() - Method in interface org.jooq.meta.Database
-
Database objects matching any of these field names will be generated as enum types.
- getConfiguredForcedType(Definition) - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredForcedType(Definition) - Method in interface org.jooq.meta.Database
-
Get the configured forced type object for any given
Definition, ornullif noForcedTypematches the definition. - getConfiguredForcedType(Definition, DataTypeDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredForcedType(Definition, DataTypeDefinition) - Method in interface org.jooq.meta.Database
-
Get the configured forced type object for any given
Definition, ornullif noForcedTypematches the definition. - getConfiguredForcedTypes() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredForcedTypes() - Method in interface org.jooq.meta.Database
-
Database objects matching any of these field names will be generated as forced types.
- getConfiguredSyntheticForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredSyntheticForeignKeys() - Method in interface org.jooq.meta.Database
-
Get the configured synthetic foreign keys.
- getConfiguredSyntheticIdentities() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredSyntheticIdentities() - Method in interface org.jooq.meta.Database
-
Get the configured synthetic identities.
- getConfiguredSyntheticPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredSyntheticPrimaryKeys() - Method in interface org.jooq.meta.Database
-
Get the configured synthetic primary keys.
- getConfiguredSyntheticUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredSyntheticUniqueKeys() - Method in interface org.jooq.meta.Database
-
Get the configured synthetic unique keys.
- getConfiguredSyntheticViews() - Method in class org.jooq.meta.AbstractDatabase
- getConfiguredSyntheticViews() - Method in interface org.jooq.meta.Database
-
Get the configured synthetic views.
- getConnection() - Method in class org.jooq.meta.AbstractDatabase
- getConnection() - Method in class org.jooq.meta.AbstractDefinition
- getConnection() - Method in interface org.jooq.meta.Database
-
The database connection.
- getConstants() - Method in class org.jooq.meta.AbstractPackageDefinition
- getConstants() - Method in class org.jooq.meta.AbstractUDTDefinition
- getConstants() - Method in interface org.jooq.meta.PackageDefinition
-
Fetch all constants from the package.
- getConstants0() - Method in class org.jooq.meta.AbstractPackageDefinition
- getConstants0() - Method in class org.jooq.meta.xml.XMLPackageDefinition
- getContainer() - Method in class org.jooq.meta.AbstractTypedElementDefinition
- getContainer() - Method in interface org.jooq.meta.TypedElementDefinition
-
The container that contains this typed element.
- getConverter() - Method in interface org.jooq.meta.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.meta.DefaultDataTypeDefinition
- getConverter() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- getConverter() - Method in class org.jooq.meta.jaxb.ForcedType
-
A converter implementation for the
ForcedType.getUserType(). - getCustomTypes() - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- getCycle() - Method in class org.jooq.meta.DefaultSequenceDefinition
- getCycle() - Method in interface org.jooq.meta.SequenceDefinition
-
Returns
trueif this sequence cycles toSequenceDefinition.getMinvalue()when it reachesSequenceDefinition.getMaxvalue(). - getDaoClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
DAOobject. - getDaoImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
DAOshould implement. - getDatabase() - Method in class org.jooq.meta.AbstractDefinition
- getDatabase() - Method in interface org.jooq.meta.DataTypeDefinition
-
The underlying database.
- getDatabase() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getDatabase() - Method in interface org.jooq.meta.Definition
- getDatabase() - Method in class org.jooq.meta.jaxb.Generator
-
Configuration of the database meta data source.
- getDataType(Database, String, int, int) - Static method in class org.jooq.meta.AbstractTypedElementDefinition
- getDataTypeForMAX_VAL(SchemaDefinition, BigInteger) - Method in class org.jooq.meta.AbstractDatabase
-
Get the data type considering a known max value
- getDefaultValue() - Method in interface org.jooq.meta.DataTypeDefinition
-
The default value expression.
- getDefaultValue() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getDefinedType() - Method in class org.jooq.meta.AbstractTypedElementDefinition
- getDefinedType() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- getDefinedType() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
- getDefinedType() - Method in interface org.jooq.meta.TypedElementDefinition
-
The column / parameter type as declared in the database (prior to applying forced types).
- getDefiningTable() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getDefiningTable() - Method in interface org.jooq.meta.EmbeddableDefinition
-
The table defining the embeddable (same as
TableElementDefinition.getTable()). - getDefinition(List<D>, String, boolean) - Static method in class org.jooq.meta.AbstractDatabase
- getDefinition(List<D>, Name, boolean) - Static method in class org.jooq.meta.AbstractDatabase
- getDefinitionPath() - Method in class org.jooq.meta.AbstractConstraintDefinition
- getDefinitionPath() - Method in class org.jooq.meta.AbstractDefinition
- getDefinitionPath() - Method in class org.jooq.meta.AbstractIndexDefinition
- getDefinitionPath() - Method in class org.jooq.meta.AbstractPackageDefinition
- getDefinitionPath() - Method in class org.jooq.meta.AbstractTypedElementDefinition
- getDefinitionPath() - Method in class org.jooq.meta.CatalogDefinition
- getDefinitionPath() - Method in class org.jooq.meta.DefaultDomainDefinition
- getDefinitionPath() - Method in class org.jooq.meta.DefaultEnumDefinition
- getDefinitionPath() - Method in class org.jooq.meta.DefaultIdentityDefinition
- getDefinitionPath() - Method in interface org.jooq.meta.Definition
- getDefinitionPath() - Method in class org.jooq.meta.SchemaDefinition
- getDialect() - Method in class org.jooq.meta.AbstractDatabase
- getDialect() - Method in class org.jooq.meta.AbstractDefinition
- getDialect() - Method in interface org.jooq.meta.Database
-
Get the dialect for this database.
- getDirectory() - Method in class org.jooq.meta.jaxb.Target
-
The destination directory of your generated classes
- getDomain() - Method in class org.jooq.meta.AbstractTypedElementDefinition
- getDomain() - Method in interface org.jooq.meta.TypedElementDefinition
-
The column / parameter / attribute domain type, or
null, if it does not reference a domain. - getDomain(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
- getDomain(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
-
Get an domain UDT defined in this database by name.
- getDomain(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getDomain(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
-
Get an domain UDT defined in this database by name.
- getDomain(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
- getDomain(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
-
Get an domain UDT defined in this database by name.
- getDomain(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getDomain(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
-
Get an domain UDT defined in this database by name.
- getDomains() - Method in class org.jooq.meta.AbstractDatabase
- getDomains() - Method in interface org.jooq.meta.Database
-
The domain UDTs defined in this database.
- getDomains() - Method in class org.jooq.meta.firebird.rdb.DefaultSchema
- getDomains(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getDomains(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The domain UDTs defined in this database.
- getDomains0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL domain UDTs from the database.
- getDomains0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getDomains0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getDomains0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getDomains0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getDomains0() - Method in class org.jooq.meta.h2.H2Database
- getDomains0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getDomains0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getDomains0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getDomains0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getDomains0() - Method in class org.jooq.meta.xml.XMLDatabase
- getDriver() - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC driver class.
- getElement(int) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- getElement(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- getElement(String, boolean) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- getElements() - Method in class org.jooq.meta.AbstractElementContainerDefinition
- getElements0() - Method in class org.jooq.meta.AbstractElementContainerDefinition
- getElements0() - Method in class org.jooq.meta.AbstractTableDefinition
- getElements0() - Method in class org.jooq.meta.cubrid.CUBRIDTableDefinition
- getElements0() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getElements0() - Method in class org.jooq.meta.DefaultMetaTableDefinition
- getElements0() - Method in class org.jooq.meta.derby.DerbyTableDefinition
- getElements0() - Method in class org.jooq.meta.firebird.FirebirdTableDefinition
- getElements0() - Method in class org.jooq.meta.firebird.FirebirdTableValuedFunction
- getElements0() - Method in class org.jooq.meta.h2.H2TableDefinition
- getElements0() - Method in class org.jooq.meta.hsqldb.HSQLDBTableDefinition
- getElements0() - Method in class org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
- getElements0() - Method in class org.jooq.meta.mysql.MySQLTableDefinition
- getElements0() - Method in class org.jooq.meta.postgres.PostgresMaterializedViewDefinition
- getElements0() - Method in class org.jooq.meta.postgres.PostgresTableDefinition
- getElements0() - Method in class org.jooq.meta.postgres.PostgresTableValuedFunction
- getElements0() - Method in class org.jooq.meta.postgres.PostgresUDTDefinition
- getElements0() - Method in class org.jooq.meta.sqlite.SQLiteTableDefinition
- getElements0() - Method in class org.jooq.meta.xml.XMLTableDefinition
- getElementType() - Method in interface org.jooq.meta.ArrayDefinition
- getElementType() - Method in class org.jooq.meta.DefaultArrayDefinition
- getElementType(JavaTypeResolver) - Method in interface org.jooq.meta.ArrayDefinition
- getElementType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultArrayDefinition
- getEmbeddableDomains() - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all domain type declarations for which wrapper types should be generated.
- getEmbeddablePrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.
- getEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
- getEmbeddables() - Method in class org.jooq.meta.AbstractTableDefinition
- getEmbeddables() - Method in interface org.jooq.meta.Database
-
Get all embeddables.
- getEmbeddables() - Method in class org.jooq.meta.jaxb.Database
- getEmbeddables() - Method in class org.jooq.meta.jaxb.Matchers
- getEmbeddables() - Method in interface org.jooq.meta.TableDefinition
-
All embeddable types in this defining table.
- getEmbeddables(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getEmbeddables(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
Get all embeddables for a given defining schema.
- getEmbeddables(TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getEmbeddables(TableDefinition) - Method in interface org.jooq.meta.Database
-
Get all embeddables for a given defining table.
- getEmbeddablesByReferencingTable(TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getEmbeddablesByReferencingTable(TableDefinition) - Method in interface org.jooq.meta.Database
-
Get all embeddables for a given referencing table.
- getEmbeddableUniqueKeys() - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.
- getEncoding() - Method in class org.jooq.meta.jaxb.Target
-
The file encoding to be used with all output files.
- getEnum(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
- getEnum(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
-
Get an enum UDT defined in this database by name.
- getEnum(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getEnum(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
-
Get an enum UDT defined in this database by name.
- getEnum(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
- getEnum(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
-
Get an enum UDT defined in this database by name.
- getEnum(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getEnum(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
-
Get an enum UDT defined in this database by name.
- getEnumClass() - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This rule influences the naming of the generated
EnumTypeobject. - getEnumImplements() - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This string provides additional interfaces that a generated
EnumTypeshould implement. - getEnums() - Method in class org.jooq.meta.jaxb.Matchers
- getEnums(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getEnums(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The enum UDTs defined in this database.
- getEnums0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL enum UDTs from the database.
- getEnums0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getEnums0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getEnums0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getEnums0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getEnums0() - Method in class org.jooq.meta.h2.H2Database
- getEnums0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getEnums0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getEnums0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getEnums0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getEnums0() - Method in class org.jooq.meta.xml.XMLDatabase
- getEnumTypes() - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- getExcluded() - Method in class org.jooq.meta.AbstractDatabase
- getExcluded() - Method in interface org.jooq.meta.Database
-
Retrieve all excluded objects.
- getExcludeExpression() - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching columns, parameters, attributes, etc. which must not have this type.
- getExcludes() - Method in class org.jooq.meta.AbstractDatabase
- getExcludes() - Method in interface org.jooq.meta.Database
-
Database objects matching any of these regular expressions will not be generated.
- getExcludes() - Method in class org.jooq.meta.jaxb.Database
-
All elements that are excluded from your schema.
- getExcludeTypes() - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching data types which must not have this type.
- getExpression() - Method in class org.jooq.meta.jaxb.CommentType
-
A regular expression matching all objects that should be commented.
- getExpression() - Method in class org.jooq.meta.jaxb.EmbeddableField
-
A regex matching all column names that are part of the embeddable type.
- getExpression() - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeExpression(). - getExpression() - Method in class org.jooq.meta.jaxb.MatcherRule
-
A replacement expression that transforms the matched expression in a new value.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This field matcher applies to all unqualified or qualified field names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
-
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
- getExpression() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This table matcher applies to all unqualified or qualified table names matched by this expression.
- getExpressions() - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeExpression(). - getFieldGetter() - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated getters (e.g. in
TableRecordand/or POJOs) corresponding to thisField - getFieldIdentifier() - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of the generated
Fieldidentifier. - getFieldMember() - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field - getFields() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- getFields() - Method in class org.jooq.meta.jaxb.Matchers
- getFields() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- getFields() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
-
A regular expression matching all fields on which to apply this synthetic identity.
- getFields() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- getFields() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- getFieldSetter() - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated setters (e.g. in
TableRecordand/or POJOs) corresponding to thisField - getFilters() - Method in class org.jooq.meta.AbstractDatabase
- getFilters() - Method in interface org.jooq.meta.Database
-
[#3488] The filters that are applied in addition to include / exclude.
- getForcedTypes() - Method in class org.jooq.meta.jaxb.Database
- getForceIntegerTypesOnZeroScaleDecimals() - Method in class org.jooq.meta.AbstractDatabase
- getForceIntegerTypesOnZeroScaleDecimals() - Method in interface org.jooq.meta.Database
-
Whether zero-scale decimal types should be treated as their most appropriate, corresponding integer type.
- getForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
- getForeignKeys() - Method in class org.jooq.meta.AbstractTableDefinition
- getForeignKeys() - Method in interface org.jooq.meta.ColumnDefinition
-
All definitions of foreign keys that this column is part of.
- getForeignKeys() - Method in interface org.jooq.meta.Database
-
The foreign keys contained in this database.
- getForeignKeys() - Method in class org.jooq.meta.DefaultColumnDefinition
- getForeignKeys() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
- getForeignKeys() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- getForeignKeys() - Method in interface org.jooq.meta.TableDefinition
-
Get the foreign keys for this table.
- getForeignKeys() - Method in interface org.jooq.meta.UniqueKeyDefinition
-
The foreign keys referencing this primary key
- getForeignKeys(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
- getForeignKeys(ColumnDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of foreign keys for a given table, that the column participates in.
- getForeignKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getForeignKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The foreign keys contained in this database.
- getForeignKeys(TableDefinition) - Method in class org.jooq.meta.AbstractTableDefinition
- getForeignKeys(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
- getForeignKeys(TableDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of foreign keys for a given table.
- getForeignKeys(TableDefinition) - Method in interface org.jooq.meta.TableDefinition
-
Get the foreign keys for this table referencing a specific table.
- getFrom() - Method in class org.jooq.meta.jaxb.LambdaConverter
-
The implementation of
Converter.from(Object). - getFromString(String) - Static method in enum org.jooq.meta.InOutDefinition
-
Convert a string into the corresponding
InOutDefinitionvalue. - getFullyQualifiedTypes() - Method in class org.jooq.meta.jaxb.Generate
-
A regular expression matching all the types in generated code that should be fully qualified.
- getGenerate() - Method in class org.jooq.meta.jaxb.Generator
-
Options strictly related to generated code.
- getGeneratedAnnotationType() - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
Generatedannotation to indicate jOOQ version used for source code. - getGeneratedSerialVersionUID() - Method in class org.jooq.meta.jaxb.Generate
-
The serial version UID to be generated in all files.
- getGenerator() - Method in class org.jooq.meta.jaxb.Configuration
-
The GENERATOR configuration element contains information about source code generation itself.
- getIdentities() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- getIdentities(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getIdentities(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The identities contained in this database.
- getIdentity() - Method in class org.jooq.meta.AbstractTableDefinition
- getIdentity() - Method in interface org.jooq.meta.TableDefinition
-
Get the
IDENTITYcolumn of this table, ornull, if no such column exists. - getIncludeCheckConstraints() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeCheckConstraints() - Method in interface org.jooq.meta.Database
-
whether check constraints should be included.
- getIncluded() - Method in class org.jooq.meta.AbstractDatabase
- getIncluded() - Method in interface org.jooq.meta.Database
-
Retrieve all included objects.
- getIncludeDomains() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeDomains() - Method in interface org.jooq.meta.Database
-
whether domains should be included.
- getIncludeEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeEmbeddables() - Method in interface org.jooq.meta.Database
-
Whether embeddable types should be included.
- getIncludeExcludeColumns() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeExcludeColumns() - Method in interface org.jooq.meta.Database
-
Indicate whether include / exclude regular expression shall also match database columns.
- getIncludeExcludePackageRoutines() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeExcludePackageRoutines() - Method in interface org.jooq.meta.Database
-
Indicate whether include / exclude regular expression shall also match package routines.
- getIncludeExpression() - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching columns, parameters, attributes, etc. to be forced to have this type.
- getIncludeForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeForeignKeys() - Method in interface org.jooq.meta.Database
-
whether foreign key relationships should be included.
- getIncludeIndexes() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeIndexes() - Method in interface org.jooq.meta.Database
-
whether indexes should be included.
- getIncludeInvisibleColumns() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeInvisibleColumns() - Method in interface org.jooq.meta.Database
-
Whether invisible columns should be included.
- getIncludePackageConstants() - Method in class org.jooq.meta.AbstractDatabase
- getIncludePackageConstants() - Method in interface org.jooq.meta.Database
-
whether package constants should be included.
- getIncludePackageRoutines() - Method in class org.jooq.meta.AbstractDatabase
- getIncludePackageRoutines() - Method in interface org.jooq.meta.Database
-
whether package routines should be included.
- getIncludePackages() - Method in class org.jooq.meta.AbstractDatabase
- getIncludePackages() - Method in interface org.jooq.meta.Database
-
whether packages should be included.
- getIncludePackageUDTs() - Method in class org.jooq.meta.AbstractDatabase
- getIncludePackageUDTs() - Method in interface org.jooq.meta.Database
-
whether package UDTs should be included.
- getIncludePrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
- getIncludePrimaryKeys() - Method in interface org.jooq.meta.Database
-
whether primary keys should be included.
- getIncludeRoutines() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeRoutines() - Method in interface org.jooq.meta.Database
-
whether routines should be included.
- getIncludes() - Method in class org.jooq.meta.AbstractDatabase
- getIncludes() - Method in interface org.jooq.meta.Database
-
Only database objects matching any of these regular expressions will be generated.
- getIncludes() - Method in class org.jooq.meta.jaxb.Database
-
All elements that are generated from your schema.
- getIncludeSequences() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeSequences() - Method in interface org.jooq.meta.Database
-
whether sequences should be included.
- getIncludeSystemCheckConstraints() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeSystemCheckConstraints() - Method in interface org.jooq.meta.Database
-
whether system generated check constraints should be included.
- getIncludeSystemIndexes() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeSystemIndexes() - Method in interface org.jooq.meta.Database
-
whether system generated indexes should be included.
- getIncludeSystemSequences() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeSystemSequences() - Method in interface org.jooq.meta.Database
-
whether system generated sequences should be included.
- getIncludeSystemTables() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeSystemTables() - Method in interface org.jooq.meta.Database
-
whether system generated tables should be included.
- getIncludeSystemUDTs() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeSystemUDTs() - Method in interface org.jooq.meta.Database
-
whether system generated UDTs should be included.
- getIncludeTables() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeTables() - Method in interface org.jooq.meta.Database
-
Whether tables (and views) should be included.
- getIncludeTriggerRoutines() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeTriggerRoutines() - Method in interface org.jooq.meta.Database
-
whether trigger routines should be included.
- getIncludeTypes() - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching data types to be forced to have this type.
- getIncludeUDTs() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeUDTs() - Method in interface org.jooq.meta.Database
-
whether user defined types should be included.
- getIncludeUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
- getIncludeUniqueKeys() - Method in interface org.jooq.meta.Database
-
whether unique keys should be included.
- getIncrementBy() - Method in class org.jooq.meta.DefaultSequenceDefinition
- getIncrementBy() - Method in interface org.jooq.meta.SequenceDefinition
-
Get the increment for this sequence or
null, if no such value is specified. - getIndentation() - Method in class org.jooq.meta.jaxb.Generate
-
The indentation characters to be used in generated code.
- getIndexColumns() - Method in class org.jooq.meta.AbstractIndexDefinition
- getIndexColumns() - Method in interface org.jooq.meta.IndexDefinition
-
The list of columns making up the index.
- getIndexColumns0() - Method in class org.jooq.meta.AbstractIndexDefinition
- getIndexes() - Method in class org.jooq.meta.AbstractTableDefinition
- getIndexes() - Method in interface org.jooq.meta.TableDefinition
-
Get the indexes for this table.
- getIndexes(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getIndexes(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The indexes contained in this database.
- getIndexes(TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getIndexes(TableDefinition) - Method in interface org.jooq.meta.Database
-
The indexes contained in this database.
- getIndexes0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL indexes from the database
- getIndexes0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getIndexes0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getIndexes0() - Method in class org.jooq.meta.h2.H2Database
- getIndexes0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getIndexes0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getIndexes0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getIndexes0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getIndexes0() - Method in class org.jooq.meta.xml.XMLDatabase
- getInParameters() - Method in class org.jooq.meta.AbstractRoutineDefinition
- getInParameters() - Method in interface org.jooq.meta.RoutineDefinition
-
A list of IN or INOUT parameter column definitions
- getInputCatalog() - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.getInputCatalog() - getInputCatalog() - Method in class org.jooq.meta.jaxb.Database
-
The catalog that is used locally as a source for meta information.
- getInputCatalogs() - Method in class org.jooq.meta.AbstractDatabase
- getInputCatalogs() - Method in interface org.jooq.meta.Database
-
The input catalogs are the catalogs that jooq-meta is reading data from.
- getInputName() - Method in class org.jooq.meta.AbstractDefinition
- getInputName() - Method in interface org.jooq.meta.Definition
- getInputSchema() - Method in class org.jooq.meta.jaxb.Database
-
The schema that is used locally as a source for meta information.
- getInputSchema() - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.getInputSchema() - getInputSchemata() - Method in class org.jooq.meta.AbstractDatabase
- getInputSchemata() - Method in interface org.jooq.meta.Database
-
The input schemata are the schemata from all catalogs that jooq-meta is reading data from.
- getInputSchemata(String) - Method in class org.jooq.meta.AbstractDatabase
- getInputSchemata(String) - Method in interface org.jooq.meta.Database
-
The input schemata are the schemata from a given catalog that jooq-meta is reading data from.
- getInputSchemata(CatalogDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getInputSchemata(CatalogDefinition) - Method in interface org.jooq.meta.Database
-
The input schemata are the schemata from a given catalog that jooq-meta is reading data from.
- getInterfaceClass() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated interface implemented by the
EmbeddableRecordand/or the POJO. - getInterfaceClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated interface implemented by the
TableRecordand/or the POJO. - getInterfaceImplements() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated interface (which is implemented by the
EmbeddableRecordand/or POJO) should implement. - getInterfaceImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated interface (which is implemented by the
TableRecordand/or POJO) should implement. - getJavaType() - Method in interface org.jooq.meta.DataTypeDefinition
-
The custom Java type to represent this data type, if applicable.
- getJavaType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getJavaType(JavaTypeResolver) - Method in interface org.jooq.meta.DataTypeDefinition
-
The custom Java type to represent this data type, if applicable.
- getJavaType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getJdbc() - Method in class org.jooq.meta.jaxb.Configuration
-
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
- getJpaVersion() - Method in class org.jooq.meta.jaxb.Generate
-
Version of JPA specification is to be used to generate version-specific annotations.
- getKey() - Method in class org.jooq.meta.jaxb.Property
- getKey() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
- getKey(String) - Method in class org.jooq.meta.AbstractTableDefinition
- getKey(String) - Method in interface org.jooq.meta.TableDefinition
-
Get the unique key or primary key for this table by name.
- getKeyColumns() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- getKeyColumns() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
- getKeyColumns() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
The list of columns making up the foreign key.
- getKeyColumns() - Method in interface org.jooq.meta.UniqueKeyDefinition
-
The list of columns making up the primary key.
- getKeys() - Method in class org.jooq.meta.AbstractDatabase
- getKeys() - Method in class org.jooq.meta.AbstractTableDefinition
- getKeys() - Method in interface org.jooq.meta.ColumnDefinition
-
All definitions of unique and primary keys that this column is part of.
- getKeys() - Method in class org.jooq.meta.cubrid.dba.tables.DbSerial
- getKeys() - Method in interface org.jooq.meta.Database
-
The unique and primary keys contained in this database.
- getKeys() - Method in class org.jooq.meta.DefaultColumnDefinition
- getKeys() - Method in class org.jooq.meta.DefaultRelations
- getKeys() - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- getKeys() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- getKeys() - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
- getKeys() - Method in class org.jooq.meta.derby.sys.tables.Systables
- getKeys() - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
- getKeys() - Method in class org.jooq.meta.h2.information_schema.tables.Domains
- getKeys() - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
- getKeys() - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
- getKeys() - Method in class org.jooq.meta.h2.information_schema.tables.Tables
- getKeys() - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- getKeys() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
- getKeys() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
- getKeys() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- getKeys() - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
- getKeys() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
- getKeys() - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
- getKeys() - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
- getKeys() - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
- getKeys() - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
- getKeys() - Method in class org.jooq.meta.mysql.mysql.tables.Proc
- getKeys() - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
- getKeys() - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
- getKeys() - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
- getKeys() - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
- getKeys() - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- getKeys() - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
- getKeys() - Method in interface org.jooq.meta.Relations
-
Get a list of all unique keys (including primary keys).
- getKeys() - Method in interface org.jooq.meta.TableDefinition
-
Get the unique keys and primary keys for this table.
- getKeys(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
- getKeys(ColumnDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of unique keys (including the primary key) for a given table, that the column participates in.
- getKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The unique and primary keys contained in this database.
- getKeys(SchemaDefinition) - Method in class org.jooq.meta.DefaultRelations
- getKeys(SchemaDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of all unique keys (including primary keys) for a given schema.
- getKeys(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
- getKeys(TableDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of unique keys (including the primary key) for a given table.
- getKeyTable() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- getKeyTable() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
Deprecated.- [#9672] - jOOQ 3.13 - Use
ConstraintDefinition.getTable()instead. - getLambdaConverter() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- getLambdaConverter() - Method in class org.jooq.meta.jaxb.ForcedType
-
A lambda converter implementation for the
ForcedType.getUserType(). - getLength() - Method in interface org.jooq.meta.DataTypeDefinition
-
The type's length.
- getLength() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getLiteral() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
- getLiteral() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcLanguage
- getLiteral() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSecurityType
- getLiteral() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
- getLiteral() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- getLiteral() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcType
- getLiterals() - Method in class org.jooq.meta.DefaultEnumDefinition
- getLiterals() - Method in interface org.jooq.meta.EnumDefinition
- getLiterals() - Method in class org.jooq.meta.jaxb.EnumType
- getLocale() - Method in class org.jooq.meta.jaxb.Target
-
The locale to be used with all locale specific operations.
- getLogger(Class<?>) - Static method in class org.jooq.meta.BufferedLog
- getLogging() - Method in class org.jooq.meta.jaxb.Configuration
-
The logging configuration element specifies the code generation logging threshold.
- getLogSlowQueriesAfterSeconds() - Method in class org.jooq.meta.AbstractDatabase
- getLogSlowQueriesAfterSeconds() - Method in interface org.jooq.meta.Database
-
Log slow queries after this amount of seconds.
- getLogSlowQueriesAfterSeconds() - Method in class org.jooq.meta.jaxb.Database
-
The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.
- getLogSlowResultsAfterSeconds() - Method in class org.jooq.meta.AbstractDatabase
- getLogSlowResultsAfterSeconds() - Method in interface org.jooq.meta.Database
-
Log slow results after this amount of seconds.
- getLogSlowResultsAfterSeconds() - Method in class org.jooq.meta.jaxb.Database
-
The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.
- getMatchers() - Method in class org.jooq.meta.jaxb.Strategy
-
The matcher strategy configuration used when applying an XML-based strategy.
- getMatchNames() - Method in interface org.jooq.meta.DataTypeDefinition
-
The various type names by which this type can be matched by a
ForcedType. - getMatchNames() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getMaxMembersPerInitialiser() - Method in class org.jooq.meta.jaxb.Generate
-
The maximum number of members per initialiser, to prevent reaching the 64kb byte code per method limit in generated code.
- getMaxvalue() - Method in class org.jooq.meta.DefaultSequenceDefinition
- getMaxvalue() - Method in interface org.jooq.meta.SequenceDefinition
-
Get the maximum value for this sequence or
null, if no such value is specified. - getMessage() - Method in class org.jooq.meta.jaxb.CommentType
-
A comment that should be added to objects matched by this configuration.
- getMeta0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getMeta0() - Method in class org.jooq.meta.jdbc.JDBCDatabase
- getMinvalue() - Method in class org.jooq.meta.DefaultSequenceDefinition
- getMinvalue() - Method in interface org.jooq.meta.SequenceDefinition
-
Get the minimum value for this sequence or
null, if no such value is specified. - getName() - Method in class org.jooq.meta.AbstractDefinition
- getName() - Method in interface org.jooq.meta.Definition
- getName() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- getName() - Method in class org.jooq.meta.jaxb.Database
-
The database dialect from jooq-meta.
- getName() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining name of the embeddable type.
- getName() - Method in class org.jooq.meta.jaxb.EmbeddableField
-
A name for the field in case the regex does not produce unique names for all matches.
- getName() - Method in class org.jooq.meta.jaxb.EnumType
- getName() - Method in class org.jooq.meta.jaxb.ForcedType
-
The name (in
SQLDataType) to force any matches to - getName() - Method in class org.jooq.meta.jaxb.Generator
-
The class used to generate source code.
- getName() - Method in class org.jooq.meta.jaxb.Strategy
-
The class used to provide a naming strategy for generated source code.
- getName() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
The optional foreign key name.
- getName() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
The optional primary key name.
- getName() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
The optional unique key name.
- getName() - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining name of the view.
- getName() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
- getName() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcLanguage
- getName() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSecurityType
- getName() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
- getName() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- getName() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcType
- getNewline() - Method in class org.jooq.meta.jaxb.Generate
-
The newline characters to be used in generated code.
- getNonnullAnnotationType() - Method in class org.jooq.meta.jaxb.Generate
-
Specify the qualified annotation name for all non-nullable items in generated code, defaulting to the JSR-305
javax.annotation.Nonnulltype. - getNullability() - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether this forced type should apply to nullable / non-nullable / all columns
- getNullableAnnotationType() - Method in class org.jooq.meta.jaxb.Generate
-
Specify the qualified annotation name for all nullable items in generated code, defaulting to the JSR-305
javax.annotation.Nullabletype. - getObjectType() - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether this forced type should apply to all object types, or only to specific ones
- getOnError() - Method in class org.jooq.meta.jaxb.Configuration
-
The action to be taken by the generator as the consequence of an encountered exception.
- getOrderProvider() - Method in class org.jooq.meta.AbstractDatabase
- getOrderProvider() - Method in interface org.jooq.meta.Database
-
The database's order provider.
- getOrderProvider() - Method in class org.jooq.meta.jaxb.Database
-
A custom
Comparatorthat can compare twoDefinitionobjects to determine their order. - getOutParameters() - Method in class org.jooq.meta.AbstractRoutineDefinition
- getOutParameters() - Method in interface org.jooq.meta.RoutineDefinition
-
A list of OUT or INOUT parameter column definitions
- getOutputCatalog() - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.getOutputCatalog() - getOutputCatalog() - Method in class org.jooq.meta.jaxb.Database
-
The catalog that is used in generated source code.
- getOutputCatalog(String) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getOutputCatalog(String) - Method in interface org.jooq.meta.Database
-
Deprecated.- 2.0.5 - This will be implemented in each
Definition.getOutputName() - getOutputName() - Method in class org.jooq.meta.AbstractDefinition
-
Subclasses may override this method
- getOutputName() - Method in interface org.jooq.meta.Definition
- getOutputName() - Method in class org.jooq.meta.SchemaDefinition
- getOutputSchema() - Method in class org.jooq.meta.jaxb.Database
-
The schema that is used in generated source code.
- getOutputSchema() - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.getOutputSchema() - getOutputSchema(String) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getOutputSchema(String) - Method in interface org.jooq.meta.Database
-
Deprecated.- 2.0.5 - This will be implemented in each
Definition.getOutputName() - getOutputSchema(String, String) - Method in class org.jooq.meta.AbstractDatabase
- getOutputSchema(String, String) - Method in interface org.jooq.meta.Database
-
Deprecated.- 2.0.5 - This will be implemented in each
Definition.getOutputName() - getOverload() - Method in class org.jooq.meta.AbstractDefinition
- getOverload() - Method in interface org.jooq.meta.Definition
- getOverridePrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getOverridePrimaryKeys() - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.14.0 - [#10588] - Use
Database.getConfiguredSyntheticPrimaryKeys()instead. - getOverridePrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
-
All (UNIQUE) key names that should be used instead of primary keys on generated
UpdatableRecord. - getPackage() - Method in class org.jooq.meta.AbstractDefinition
- getPackage() - Method in interface org.jooq.meta.ArrayDefinition
-
The array's package.
- getPackage() - Method in interface org.jooq.meta.Definition
- getPackage(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
- getPackage(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
-
Get a package defined in this database by name.
- getPackageName() - Method in class org.jooq.meta.jaxb.Target
-
The destination package of your generated classes (within the destination directory)
- getPackages(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getPackages(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The packages contained in this database.
- getPackages0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL packages from the database.
- getPackages0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getPackages0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getPackages0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getPackages0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getPackages0() - Method in class org.jooq.meta.h2.H2Database
- getPackages0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getPackages0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getPackages0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getPackages0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getPackages0() - Method in class org.jooq.meta.xml.XMLDatabase
- getParameters() - Method in class org.jooq.meta.AbstractTableDefinition
- getParameters() - Method in interface org.jooq.meta.TableDefinition
-
The parameters of this table if this is a table-valued function.
- getParameters0() - Method in class org.jooq.meta.AbstractTableDefinition
- getParameters0() - Method in class org.jooq.meta.firebird.FirebirdTableValuedFunction
- getParameters0() - Method in class org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
- getParameters0() - Method in class org.jooq.meta.postgres.PostgresTableValuedFunction
- getParentTable() - Method in class org.jooq.meta.AbstractTableDefinition
- getParentTable() - Method in interface org.jooq.meta.TableDefinition
-
Get the parent table if table inheritance is applicable.
- getPassword() - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection password.
- getPojoClass() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated POJOs object.
- getPojoClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated POJOs object.
- getPojoExtends() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides a super class that a generated POJO should extend.
- getPojoExtends() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides a super class that a generated POJO should extend.
- getPojoImplements() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated POJO should implement.
- getPojoImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated POJO should implement.
- getPosition() - Method in class org.jooq.meta.DefaultAttributeDefinition
- getPosition() - Method in class org.jooq.meta.DefaultColumnDefinition
- getPosition() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- getPosition() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
- getPosition() - Method in class org.jooq.meta.DefaultParameterDefinition
- getPosition() - Method in interface org.jooq.meta.PositionedDefinition
-
The object's 1-based position in the parent.
- getPrecision() - Method in interface org.jooq.meta.DataTypeDefinition
-
The type's precision.
- getPrecision() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getPrimaryKey() - Method in class org.jooq.meta.AbstractTableDefinition
- getPrimaryKey() - Method in interface org.jooq.meta.ColumnDefinition
-
A definition for the primary key that this column is part of, or
nullif this column is not part of a primary key. - getPrimaryKey() - Method in class org.jooq.meta.cubrid.dba.tables.DbSerial
- getPrimaryKey() - Method in class org.jooq.meta.DefaultColumnDefinition
- getPrimaryKey() - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- getPrimaryKey() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- getPrimaryKey() - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
- getPrimaryKey() - Method in class org.jooq.meta.derby.sys.tables.Systables
- getPrimaryKey() - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
- getPrimaryKey() - Method in class org.jooq.meta.h2.information_schema.tables.Domains
- getPrimaryKey() - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
- getPrimaryKey() - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
- getPrimaryKey() - Method in class org.jooq.meta.h2.information_schema.tables.Tables
- getPrimaryKey() - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- getPrimaryKey() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
- getPrimaryKey() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
- getPrimaryKey() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- getPrimaryKey() - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
- getPrimaryKey() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
- getPrimaryKey() - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
- getPrimaryKey() - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
- getPrimaryKey() - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
- getPrimaryKey() - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
- getPrimaryKey() - Method in class org.jooq.meta.mysql.mysql.tables.Proc
- getPrimaryKey() - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
- getPrimaryKey() - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
- getPrimaryKey() - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
- getPrimaryKey() - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
- getPrimaryKey() - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- getPrimaryKey() - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
- getPrimaryKey() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- getPrimaryKey() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
- getPrimaryKey() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
- getPrimaryKey() - Method in interface org.jooq.meta.TableDefinition
-
Get the primary key for this table.
- getPrimaryKey(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
- getPrimaryKey(ColumnDefinition) - Method in interface org.jooq.meta.Relations
-
Get the the primary for a given column, or
nullif that column is not part of the primary key. - getPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
- getPrimaryKeys() - Method in interface org.jooq.meta.Database
-
The primary keys contained in this database.
- getPrimaryKeys() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- getPrimaryKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getPrimaryKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The primary keys contained in this database.
- getPrintMarginForBlockComment() - Method in class org.jooq.meta.jaxb.Generate
-
The print margin to apply to generated Javadoc and other block comments, for automatic line wrapping.
- getPriority() - Method in class org.jooq.meta.jaxb.ForcedType
-
The priority among forced types in which to apply this one.
- getProperties() - Method in class org.jooq.meta.AbstractDatabase
- getProperties() - Method in interface org.jooq.meta.Database
-
Database properties.
- getProperties() - Method in class org.jooq.meta.jaxb.Database
- getProperties() - Method in class org.jooq.meta.jaxb.Jdbc
- getQualifiedInputName() - Method in class org.jooq.meta.AbstractDefinition
- getQualifiedInputName() - Method in interface org.jooq.meta.Definition
- getQualifiedInputNamePart() - Method in class org.jooq.meta.AbstractDefinition
- getQualifiedInputNamePart() - Method in interface org.jooq.meta.Definition
- getQualifiedName() - Method in class org.jooq.meta.AbstractDefinition
- getQualifiedName() - Method in interface org.jooq.meta.Definition
- getQualifiedNamePart() - Method in class org.jooq.meta.AbstractDefinition
- getQualifiedNamePart() - Method in interface org.jooq.meta.Definition
- getQualifiedOutputName() - Method in class org.jooq.meta.AbstractDefinition
- getQualifiedOutputName() - Method in interface org.jooq.meta.Definition
- getQualifiedOutputNamePart() - Method in class org.jooq.meta.AbstractDefinition
- getQualifiedOutputNamePart() - Method in interface org.jooq.meta.Definition
- getQualifiedUserType() - Method in interface org.jooq.meta.DataTypeDefinition
-
The qualified user type, if applicable.
- getQualifiedUserType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getRecordClass() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated
EmbeddableRecordobject. - getRecordClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
TableRecordobject. - getRecordImplements() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated
EmbeddableRecordshould implement. - getRecordImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
TableRecordshould implement. - getRecordTimestampFields() - Method in class org.jooq.meta.AbstractDatabase
- getRecordTimestampFields() - Method in interface org.jooq.meta.Database
-
Table columns matching these regular expressions will be considered as record timestamp fields in generated code.
- getRecordTimestampFields() - Method in class org.jooq.meta.jaxb.Database
-
All table and view columns that are used as "timestamp" fields for optimistic locking.
- getRecordType() - Method in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Syschecks
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Syskeys
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Syssequences
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Systables
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.derby.sys.tables.Sysviews
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Columns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Domains
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Tables
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.h2.information_schema.tables.Views
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.information_schema.tables.Views
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.mysql.tables.Proc
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.information_schema.tables.Views
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The class holding records for this type
- getRecordType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The class holding records for this type
- getRecordVersionFields() - Method in class org.jooq.meta.AbstractDatabase
- getRecordVersionFields() - Method in interface org.jooq.meta.Database
-
Table columns matching these regular expressions will be considered as record version fields in generated code.
- getRecordVersionFields() - Method in class org.jooq.meta.jaxb.Database
-
All table and view columns that are used as "version" fields for optimistic locking.
- getReferencedColumns() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- getReferencedColumns() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
The list of columns referenced by this foreign key
- getReferencedEmbeddables() - Method in class org.jooq.meta.AbstractTableDefinition
- getReferencedEmbeddables() - Method in interface org.jooq.meta.TableDefinition
-
All embeddable types in this referencing table.
- getReferencedFields() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- getReferencedKey() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- getReferencedKey() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
The referenced key.
- getReferencedKey() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching a key that is referenced by this synthetic foreign key.
- getReferencedTable() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- getReferencedTable() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
The definition of the referenced table.
- getReferencedTable() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching a table that is referenced by this synthetic foreign key.
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Syschecks
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Syskeys
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Syssequences
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Systables
- getReferences() - Method in class org.jooq.meta.derby.sys.tables.Sysviews
- getReferences() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
- getReferences() - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
- getReferences() - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- getReferences() - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- getReferences() - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
- getReferences() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- getReferences() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- getReferences() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
- getReferences() - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
- getReferences() - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
- getReferences() - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- getReferences() - Method in class org.jooq.meta.mysql.information_schema.tables.Views
- getReferences() - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- getReferences() - Method in class org.jooq.meta.postgres.information_schema.tables.Views
- getReferences() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- getReferences() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- getReferences() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
- getReferences() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- getReferences() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- getReferences() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
- getReferencingColumn() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- getReferencingColumn() - Method in interface org.jooq.meta.EmbeddableColumnDefinition
-
The referencing column definition.
- getReferencingColumn(String) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingColumn(String) - Method in interface org.jooq.meta.EmbeddableDefinition
-
Get a referencing column in this type by its referencing name.
- getReferencingColumn(String, boolean) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingColumn(String, boolean) - Method in interface org.jooq.meta.EmbeddableDefinition
-
Get a referencing column in this type by its referencing name.
- getReferencingColumnPosition() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- getReferencingColumnPosition() - Method in interface org.jooq.meta.EmbeddableColumnDefinition
-
The
PositionedDefinition.getPosition()ofEmbeddableColumnDefinition.getReferencingColumn()within its defining table. - getReferencingComment() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingComment() - Method in interface org.jooq.meta.EmbeddableDefinition
-
The referencing comment of this embeddable, if it differs from the defining name (
Definition.getComment()). - getReferencingComment() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The referencing comment on the embeddable type, defaulting to the defining comment.
- getReferencingInputName() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingInputName() - Method in interface org.jooq.meta.EmbeddableDefinition
-
The referencing input name of this embeddable, if it differs from the defining name (
Definition.getInputName()). - getReferencingName() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingName() - Method in interface org.jooq.meta.EmbeddableDefinition
-
The referencing name of this embeddable, if it differs from the defining name (
Definition.getName()). - getReferencingName() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The referencing name of the embeddable type, defaulting to the defining name.
- getReferencingOutputName() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingOutputName() - Method in interface org.jooq.meta.EmbeddableDefinition
-
The referencing output name of this embeddable, if it differs from the defining name (
Definition.getOutputName()). - getReferencingTable() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getReferencingTable() - Method in interface org.jooq.meta.EmbeddableDefinition
-
The table referencing the embeddable.
- getRegexFlags() - Method in class org.jooq.meta.AbstractDatabase
- getRegexFlags() - Method in interface org.jooq.meta.Database
-
The regular expression flags that should be applied when using regular expressions.
- getRegexFlags() - Method in class org.jooq.meta.jaxb.Database
-
The flags that will be applied to all regular expressions from this configuration by default.
- getRegexFlags() - Method in class org.jooq.meta.Patterns
- getRegexMatchesPartialQualification() - Method in class org.jooq.meta.AbstractDatabase
- getRegexMatchesPartialQualification() - Method in interface org.jooq.meta.Database
-
Whether the regular expressions matching database objects should match partially qualified names as well as fully qualified and unqualified names.
- getRelations() - Method in class org.jooq.meta.AbstractDatabase
- getRelations() - Method in interface org.jooq.meta.Database
-
Retrieve the schema's primary key / foreign key relations.
- getRelations0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL relations from the database.
- getRenderQuotedNames() - Method in class org.jooq.meta.AbstractDatabase
-
Subclasses may override this.
- getReturnType() - Method in class org.jooq.meta.AbstractRoutineDefinition
- getReturnType() - Method in interface org.jooq.meta.RoutineDefinition
- getReturnType(JavaTypeResolver) - Method in class org.jooq.meta.AbstractRoutineDefinition
- getReturnType(JavaTypeResolver) - Method in interface org.jooq.meta.RoutineDefinition
- getReturnValue() - Method in class org.jooq.meta.AbstractRoutineDefinition
- getReturnValue() - Method in interface org.jooq.meta.RoutineDefinition
- getRoutineClass() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This rule influences the naming of the generated
Routineobject. - getRoutineImplements() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This string provides additional interfaces that a generated
Routineshould implement. - getRoutineMethod() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This rule influences the naming of generated convenience methods used to call the
Routine. - getRoutines() - Method in class org.jooq.meta.AbstractPackageDefinition
- getRoutines() - Method in class org.jooq.meta.AbstractUDTDefinition
- getRoutines() - Method in class org.jooq.meta.jaxb.Matchers
- getRoutines() - Method in interface org.jooq.meta.PackageDefinition
-
Fetch all routines from the package.
- getRoutines() - Method in interface org.jooq.meta.UDTDefinition
-
All routines in the UDT
- getRoutines(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getRoutines(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The stored routines (procedures and functions) contained in this database.
- getRoutines0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL stored routines (functions and procedures) from the database.
- getRoutines0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getRoutines0() - Method in class org.jooq.meta.AbstractPackageDefinition
- getRoutines0() - Method in class org.jooq.meta.AbstractUDTDefinition
- getRoutines0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getRoutines0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getRoutines0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getRoutines0() - Method in class org.jooq.meta.h2.H2Database
- getRoutines0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getRoutines0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getRoutines0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getRoutines0() - Method in class org.jooq.meta.postgres.PostgresUDTDefinition
- getRoutines0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getRoutines0() - Method in class org.jooq.meta.xml.XMLDatabase
- getRoutines0() - Method in class org.jooq.meta.xml.XMLPackageDefinition
- getScale() - Method in interface org.jooq.meta.DataTypeDefinition
-
The type's scale.
- getScale() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getSchema() - Method in class org.jooq.meta.AbstractDefinition
- getSchema() - Method in interface org.jooq.meta.DataTypeDefinition
-
The underlying schema.
- getSchema() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getSchema() - Method in interface org.jooq.meta.Definition
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Syschecks
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Syscolumns
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Syskeys
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Syssequences
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Systables
- getSchema() - Method in class org.jooq.meta.derby.sys.tables.Sysviews
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
- getSchema() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Columns
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Domains
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Indexes
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Tables
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.TypeInfo
- getSchema() - Method in class org.jooq.meta.h2.information_schema.tables.Views
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Columns
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Routines
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
- getSchema() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
- getSchema() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
- getSchema() - Method in class org.jooq.meta.jaxb.Jdbc
-
Deprecated.Use database schema configuration elements instead.
- getSchema() - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining schema of the view.
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Columns
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Parameters
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Statistics
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
- getSchema() - Method in class org.jooq.meta.mysql.information_schema.tables.Views
- getSchema() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
- getSchema() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcLanguage
- getSchema() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSecurityType
- getSchema() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
- getSchema() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- getSchema() - Method in enum org.jooq.meta.mysql.mysql.enums.ProcType
- getSchema() - Method in class org.jooq.meta.mysql.mysql.tables.Proc
- getSchema() - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Attributes
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Columns
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Parameters
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Routines
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
- getSchema() - Method in class org.jooq.meta.postgres.information_schema.tables.Views
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- getSchema() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
- getSchema(String) - Method in class org.jooq.meta.AbstractDatabase
- getSchema(String) - Method in class org.jooq.meta.CatalogDefinition
- getSchema(String) - Method in interface org.jooq.meta.Database
-
Get a schema defined in this database by name.
- getSchemaClass() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This rule influences the naming of the generated
Schemaobject. - getSchemaIdentifier() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This rule influences the naming of the generated
Schemaidentifier. - getSchemaImplements() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This string provides additional interfaces that a generated
Schemashould implement. - getSchemas() - Method in class org.jooq.meta.derby.sys.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.firebird.rdb.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.h2.information_schema.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.hsqldb.information_schema.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.jaxb.Matchers
- getSchemas() - Method in class org.jooq.meta.mysql.information_schema.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.mysql.mysql.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.postgres.information_schema.DefaultCatalog
- getSchemas() - Method in class org.jooq.meta.postgres.pg_catalog.DefaultCatalog
- getSchemata() - Method in class org.jooq.meta.AbstractDatabase
- getSchemata() - Method in class org.jooq.meta.CatalogDefinition
- getSchemata() - Method in interface org.jooq.meta.Database
-
The schemata generated from this database.
- getSchemata() - Method in class org.jooq.meta.jaxb.CatalogMappingType
- getSchemata() - Method in class org.jooq.meta.jaxb.Database
- getSchemata(CatalogDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getSchemata(CatalogDefinition) - Method in interface org.jooq.meta.Database
-
The schemata generated from this database and a given catalog.
- getSchemata0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL schemata from the database.
- getSchemata0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getSchemata0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getSchemata0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getSchemata0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getSchemata0() - Method in class org.jooq.meta.h2.H2Database
- getSchemata0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getSchemata0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getSchemata0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getSchemata0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getSchemata0() - Method in class org.jooq.meta.xml.XMLDatabase
- getSchemaVersionProvider() - Method in class org.jooq.meta.AbstractDatabase
- getSchemaVersionProvider() - Method in interface org.jooq.meta.Database
-
The database's schema version provider.
- getSchemaVersionProvider() - Method in class org.jooq.meta.jaxb.Database
-
A custom version number that, if available, will be used to assess whether the
Database.getInputSchema()will need to be regenerated. - getSequenceIdentifier() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
-
This rule influences the naming of the generated
Sequenceidentifier. - getSequences() - Method in class org.jooq.meta.AbstractDatabase
- getSequences() - Method in interface org.jooq.meta.Database
-
The sequences contained in this database.
- getSequences() - Method in class org.jooq.meta.jaxb.Matchers
- getSequences(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getSequences(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The sequences contained in this database.
- getSequences0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL sequences from the database.
- getSequences0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getSequences0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getSequences0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getSequences0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getSequences0() - Method in class org.jooq.meta.h2.H2Database
- getSequences0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getSequences0() - Method in class org.jooq.meta.mariadb.MariaDBDatabase
- getSequences0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getSequences0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getSequences0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getSequences0() - Method in class org.jooq.meta.xml.XMLDatabase
- getSortOrder() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
- getSortOrder() - Method in interface org.jooq.meta.IndexColumnDefinition
-
The
ASCorDESCsort order - getSource() - Method in class org.jooq.meta.AbstractDefinition
- getSource() - Method in interface org.jooq.meta.Definition
- getSources() - Method in class org.jooq.meta.AbstractDatabase
- getSources() - Method in interface org.jooq.meta.Database
-
Get the sources for all objects that offer sources.
- getSources0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL source code from the database.
- getSql() - Method in class org.jooq.meta.jaxb.ForcedType
-
A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.
- getSql() - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining SQL query.
- getSqlMatchesPartialQualification() - Method in class org.jooq.meta.AbstractDatabase
- getSqlMatchesPartialQualification() - Method in interface org.jooq.meta.Database
-
Whether the SQL statements matching database objects should match partially qualified names as well as fully qualified and unqualified names.
- getStartWith() - Method in class org.jooq.meta.DefaultSequenceDefinition
- getStartWith() - Method in interface org.jooq.meta.SequenceDefinition
-
Get the start value for this sequence or
null, if no such value is specified. - getStrategy() - Method in class org.jooq.meta.jaxb.Generator
-
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- getSyntheticIdentities() - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getSyntheticIdentities() - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.14.0 - [#10588] - Use
Database.getConfiguredSyntheticIdentities()instead. - getSyntheticIdentities() - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all columns that represent identities.
- getSyntheticObjects() - Method in class org.jooq.meta.jaxb.Database
-
The synthetic objects configuration.
- getSyntheticPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- getSyntheticPrimaryKeys() - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.14.0 - [#10588] - Use
Database.getConfiguredSyntheticPrimaryKeys()instead. - getSyntheticPrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generated
UpdatableRecord - getTable() - Method in class org.jooq.meta.AbstractConstraintDefinition
- getTable() - Method in class org.jooq.meta.AbstractIndexDefinition
- getTable() - Method in class org.jooq.meta.AbstractTableDefinition
- getTable() - Method in interface org.jooq.meta.ConstraintDefinition
-
The table holding this constraint.
- getTable() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- getTable() - Method in class org.jooq.meta.DefaultIdentityDefinition
- getTable() - Method in interface org.jooq.meta.IdentityDefinition
-
The
IDENTITYcolumn's table - getTable() - Method in interface org.jooq.meta.TableDefinition
-
This TableDefinition as a
Table. - getTable() - Method in interface org.jooq.meta.TableElementDefinition
-
The table that this object is part of.
- getTable(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
- getTable(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
-
Get a table in this database by name.
- getTable(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getTable(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
-
Get a table in this database by name.
- getTable(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
- getTable(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
-
Get a table in this database by name.
- getTable(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getTable(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
-
Get a table in this database by name.
- getTableClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
Tableobject. - getTableIdentifier() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
Tableidentifier. - getTableImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
Tableshould implement. - getTables() - Method in class org.jooq.meta.AbstractDatabase
- getTables() - Method in class org.jooq.meta.cubrid.dba.DefaultSchema
- getTables() - Method in interface org.jooq.meta.Database
-
The tables contained in this database.
- getTables() - Method in class org.jooq.meta.derby.sys.Sys
- getTables() - Method in class org.jooq.meta.firebird.rdb.DefaultSchema
- getTables() - Method in class org.jooq.meta.h2.information_schema.InformationSchema
- getTables() - Method in class org.jooq.meta.hsqldb.information_schema.InformationSchema
- getTables() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
A regular expression matching the tables to which to apply the embeddable definition.
- getTables() - Method in class org.jooq.meta.jaxb.Matchers
- getTables() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching all tables on which to apply this synthetic foreign key.
- getTables() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
-
A regular expression matching all tables on which to apply this synthetic identity.
- getTables() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
A regular expression matching all tables on which to apply this synthetic primary key.
- getTables() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
A regular expression matching all tables on which to apply this synthetic unique key.
- getTables() - Method in class org.jooq.meta.mysql.information_schema.InformationSchema
- getTables() - Method in class org.jooq.meta.mysql.mysql.Mysql
- getTables() - Method in class org.jooq.meta.postgres.information_schema.InformationSchema
- getTables() - Method in class org.jooq.meta.postgres.pg_catalog.PgCatalog
- getTables() - Method in class org.jooq.meta.SchemaDefinition
- getTables(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getTables(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The tables contained in this database.
- getTables0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL tables from the database.
- getTables0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getTables0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getTables0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getTables0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getTables0() - Method in class org.jooq.meta.h2.H2Database
- getTables0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getTables0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getTables0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getTables0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getTables0() - Method in class org.jooq.meta.xml.XMLDatabase
- getTarget() - Method in class org.jooq.meta.jaxb.Generator
-
Options to define where the generated code should be located.
- getTo() - Method in class org.jooq.meta.jaxb.LambdaConverter
-
The implementation of
Converter.to(Object). - getTransform() - Method in class org.jooq.meta.jaxb.MatcherRule
-
A pre-defined transformation type that transforms this rule's output into a specific format.
- getType() - Method in class org.jooq.meta.AbstractTypedElementDefinition
- getType() - Method in interface org.jooq.meta.DataTypeDefinition
-
The dialect-specific column type.
- getType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getType() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- getType() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
- getType() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- getType() - Method in interface org.jooq.meta.TypedElementDefinition
-
The column / parameter / attribute type after applying forced types.
- getType(JavaTypeResolver) - Method in class org.jooq.meta.AbstractTypedElementDefinition
- getType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- getType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultIndexColumnDefinition
- getType(JavaTypeResolver) - Method in interface org.jooq.meta.TypedElementDefinition
-
The column / parameter / attribute type after applying forced types and resolving the
DataTypeDefinition.getJavaType(). - getTypes() - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeTypes(). - getUDT(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
- getUDT(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
-
Get a UDT defined in this database by name.
- getUDT(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getUDT(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
-
Get a UDT defined in this database by name.
- getUDT(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
- getUDT(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
-
Get a UDT defined in this database by name.
- getUDT(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
- getUDT(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
-
Get a UDT defined in this database by name.
- getUDTs() - Method in class org.jooq.meta.AbstractDatabase
- getUDTs() - Method in class org.jooq.meta.AbstractPackageDefinition
- getUDTs() - Method in class org.jooq.meta.AbstractUDTDefinition
- getUDTs() - Method in interface org.jooq.meta.Database
-
The UDTs defined in this database.
- getUDTs() - Method in interface org.jooq.meta.PackageDefinition
-
Fetch all UDTs from the package.
- getUDTs(PackageDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getUDTs(PackageDefinition) - Method in interface org.jooq.meta.Database
-
The UDTs defined in this database.
- getUDTs(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getUDTs(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The UDTs defined in this database.
- getUDTs0() - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve ALL UDTs from the database.
- getUDTs0() - Method in class org.jooq.meta.AbstractMetaDatabase
- getUDTs0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- getUDTs0() - Method in class org.jooq.meta.derby.DerbyDatabase
- getUDTs0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
- getUDTs0() - Method in class org.jooq.meta.h2.H2Database
- getUDTs0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- getUDTs0() - Method in class org.jooq.meta.mysql.MySQLDatabase
- getUDTs0() - Method in class org.jooq.meta.postgres.PostgresDatabase
- getUDTs0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- getUDTs0() - Method in class org.jooq.meta.xml.XMLDatabase
- getUniqueKey(String) - Method in class org.jooq.meta.AbstractTableDefinition
- getUniqueKey(String) - Method in interface org.jooq.meta.TableDefinition
-
Get the unique key for this table by name.
- getUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
- getUniqueKeys() - Method in class org.jooq.meta.AbstractTableDefinition
- getUniqueKeys() - Method in interface org.jooq.meta.ColumnDefinition
-
All definitions of unique keys that this column is part of.
- getUniqueKeys() - Method in interface org.jooq.meta.Database
-
The unique keys contained in this database.
- getUniqueKeys() - Method in class org.jooq.meta.DefaultColumnDefinition
- getUniqueKeys() - Method in class org.jooq.meta.DefaultRelations
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
- getUniqueKeys() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
- getUniqueKeys() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- getUniqueKeys() - Method in interface org.jooq.meta.Relations
-
Get a list of all unique keys (not including primary keys).
- getUniqueKeys() - Method in interface org.jooq.meta.TableDefinition
-
Get the unique keys for this table.
- getUniqueKeys(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
- getUniqueKeys(ColumnDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of unique keys (not including the primary key) for a given table, that the column participates in.
- getUniqueKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
- getUniqueKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
-
The unique keys contained in this database.
- getUniqueKeys(SchemaDefinition) - Method in class org.jooq.meta.DefaultRelations
- getUniqueKeys(SchemaDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of all unique keys (not including primary keys) for a given schema.
- getUniqueKeys(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
- getUniqueKeys(TableDefinition) - Method in interface org.jooq.meta.Relations
-
Get a list of unique keys (not including the primary key) for a given table.
- getUnusedComments() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedComments() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used comments.
- getUnusedEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedEmbeddables() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used embeddables.
- getUnusedForcedTypes() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedForcedTypes() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used forced types.
- getUnusedSyntheticForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedSyntheticForeignKeys() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used synthetic foreign keys.
- getUnusedSyntheticIdentities() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedSyntheticIdentities() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used synthetic identities.
- getUnusedSyntheticPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedSyntheticPrimaryKeys() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used synthetic primary keys.
- getUnusedSyntheticUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedSyntheticUniqueKeys() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used synthetic unique keys.
- getUnusedSyntheticViews() - Method in class org.jooq.meta.AbstractDatabase
- getUnusedSyntheticViews() - Method in interface org.jooq.meta.Database
-
Retrieve the not-yet used synthetic views.
- getUrl() - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection URL.
- getUser() - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection user.
- getUsername() - Method in class org.jooq.meta.jaxb.Jdbc
-
Just a synonym for "user" to be compatible with other Maven plugins.
- getUserType() - Method in interface org.jooq.meta.DataTypeDefinition
-
The user type, if applicable.
- getUserType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- getUserType() - Method in class org.jooq.meta.jaxb.ForcedType
-
The type of the user type - e.g. java.time.LocalDateTime.
- getValue() - Method in class org.jooq.meta.jaxb.Property
- getViews() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- getVisibilityModifier() - Method in class org.jooq.meta.jaxb.Generate
-
The visibility modifier to be used with generated code.
- globalCatalogReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalDomainReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalIndexReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalKeyReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalLinkReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalObjectReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalQueueReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalRoutineReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalSchemaReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalSequenceReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalTableReferences - Variable in class org.jooq.meta.jaxb.Generate
- globalUDTReferences - Variable in class org.jooq.meta.jaxb.Generate
- GRANTOR - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Grantor. - GROUPS - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.groups.
H
- H2Database - Class in org.jooq.meta.h2
-
H2 implementation of
AbstractDatabase - H2Database() - Constructor for class org.jooq.meta.h2.H2Database
- H2RoutineDefinition - Class in org.jooq.meta.h2
-
H2 implementation of
AbstractRoutineDefinition - H2RoutineDefinition(SchemaDefinition, String, String, String, Number, Number) - Constructor for class org.jooq.meta.h2.H2RoutineDefinition
- H2RoutineDefinition(SchemaDefinition, String, String, String, Number, Number, String) - Constructor for class org.jooq.meta.h2.H2RoutineDefinition
- H2TableDefinition - Class in org.jooq.meta.h2
-
H2 table definition
- H2TableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.h2.H2TableDefinition
- H2TableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.h2.H2TableDefinition
- HASH - org.jooq.meta.jaxb.GeneratedSerialVersionUID
- hashCode() - Method in class org.jooq.meta.AbstractDefinition
- hashCode() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- hashCode() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- hashCode() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- hashCode() - Method in class org.jooq.meta.jaxb.CatalogMappingType
- hashCode() - Method in class org.jooq.meta.jaxb.CommentType
- hashCode() - Method in class org.jooq.meta.jaxb.Configuration
- hashCode() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- hashCode() - Method in class org.jooq.meta.jaxb.Database
- hashCode() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- hashCode() - Method in class org.jooq.meta.jaxb.EmbeddableField
- hashCode() - Method in class org.jooq.meta.jaxb.EnumType
- hashCode() - Method in class org.jooq.meta.jaxb.ForcedType
- hashCode() - Method in class org.jooq.meta.jaxb.Generate
- hashCode() - Method in class org.jooq.meta.jaxb.Generator
- hashCode() - Method in class org.jooq.meta.jaxb.Jdbc
- hashCode() - Method in class org.jooq.meta.jaxb.LambdaConverter
- hashCode() - Method in class org.jooq.meta.jaxb.MatcherRule
- hashCode() - Method in class org.jooq.meta.jaxb.Matchers
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersEnumType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersFieldType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
- hashCode() - Method in class org.jooq.meta.jaxb.MatchersTableType
- hashCode() - Method in class org.jooq.meta.jaxb.Property
- hashCode() - Method in class org.jooq.meta.jaxb.SchemaMappingType
- hashCode() - Method in class org.jooq.meta.jaxb.Strategy
- hashCode() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- hashCode() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
- hashCode() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- hashCode() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- hashCode() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- hashCode() - Method in class org.jooq.meta.jaxb.SyntheticViewType
- hashCode() - Method in class org.jooq.meta.jaxb.Target
- HAVE_FUNCTION - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.have_function. - HOST - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Host. - HSQLDB_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.HSQLDB_TYPE. the HSQLDB-specific type of the table, e.g. ( MEMORY | CACHED | TEXT | ...) - HSQLDBDatabase - Class in org.jooq.meta.hsqldb
-
The HSQLDB database
- HSQLDBDatabase() - Constructor for class org.jooq.meta.hsqldb.HSQLDBDatabase
- HSQLDBRoutineDefinition - Class in org.jooq.meta.hsqldb
-
HSQLDB implementation of
AbstractRoutineDefinition - HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number) - Constructor for class org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
- HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number, boolean) - Constructor for class org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
- HSQLDBTableDefinition - Class in org.jooq.meta.hsqldb
- HSQLDBTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.hsqldb.HSQLDBTableDefinition
- HSQLDBTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.hsqldb.HSQLDBTableDefinition
- HSQLDBTableValuedFunction - Class in org.jooq.meta.hsqldb
- HSQLDBTableValuedFunction(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
I
- ID - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.id. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.ID. - ID - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.ID. - identities - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
- identity(boolean) - Method in class org.jooq.meta.DefaultDataTypeDefinition
- IDENTITY_CYCLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IDENTITY_CYCLE. - IDENTITY_CYCLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.identity_cycle. - IDENTITY_GENERATION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IDENTITY_GENERATION. - IDENTITY_GENERATION - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.identity_generation. - IDENTITY_INCREMENT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IDENTITY_INCREMENT. - IDENTITY_INCREMENT - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.identity_increment. - IDENTITY_MAXIMUM - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IDENTITY_MAXIMUM. - IDENTITY_MAXIMUM - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.identity_maximum. - IDENTITY_MINIMUM - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IDENTITY_MINIMUM. - IDENTITY_MINIMUM - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.identity_minimum. - IDENTITY_START - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IDENTITY_START. - IDENTITY_START - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.identity_start. - IdentityDefinition - Interface in org.jooq.meta
-
An interface defining an
IDENTITYcolumn - IgniteDatabase - Class in org.jooq.meta.ignite
-
Ignite implementation of
AbstractDatabase - IgniteDatabase() - Constructor for class org.jooq.meta.ignite.IgniteDatabase
- ignoreProcedureReturnValues - Variable in class org.jooq.meta.jaxb.Database
- ignoreProcedureReturnValues() - Method in class org.jooq.meta.AbstractDatabase
- ignoreProcedureReturnValues() - Method in interface org.jooq.meta.Database
-
Whether this database should ignore procedure return values.
- immutableInterfaces - Variable in class org.jooq.meta.jaxb.Generate
- immutablePojos - Variable in class org.jooq.meta.jaxb.Generate
- implicitJoinPathsToOne - Variable in class org.jooq.meta.jaxb.Generate
- IN - org.jooq.meta.InOutDefinition
-
An in parameter.
- includeCheckConstraints - Variable in class org.jooq.meta.jaxb.Database
- includeDomains - Variable in class org.jooq.meta.jaxb.Database
- includeEmbeddables - Variable in class org.jooq.meta.jaxb.Database
- includeExcludeColumns - Variable in class org.jooq.meta.jaxb.Database
- includeExcludePackageRoutines - Variable in class org.jooq.meta.jaxb.Database
- includeExpression - Variable in class org.jooq.meta.jaxb.ForcedType
- includeForeignKeys - Variable in class org.jooq.meta.jaxb.Database
- includeIndexes - Variable in class org.jooq.meta.jaxb.Database
- includeInvisibleColumns - Variable in class org.jooq.meta.jaxb.Database
- includePackageConstants - Variable in class org.jooq.meta.jaxb.Database
- includePackageRoutines - Variable in class org.jooq.meta.jaxb.Database
- includePackages - Variable in class org.jooq.meta.jaxb.Database
- includePackageUDTs - Variable in class org.jooq.meta.jaxb.Database
- includePrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
- includeRelations() - Method in class org.jooq.meta.AbstractDatabase
- includeRelations() - Method in interface org.jooq.meta.Database
-
[#3559] Whether relations (i.e. constraints) should be included in this database.
- includeRoutines - Variable in class org.jooq.meta.jaxb.Database
- includes - Variable in class org.jooq.meta.jaxb.Database
- includeSchemaComment - Variable in class org.jooq.meta.jaxb.CommentType
- includeSequences - Variable in class org.jooq.meta.jaxb.Database
- includeSystemCheckConstraints - Variable in class org.jooq.meta.jaxb.Database
- includeSystemIndexes - Variable in class org.jooq.meta.jaxb.Database
- includeSystemSequences - Variable in class org.jooq.meta.jaxb.Database
- includeSystemTables - Variable in class org.jooq.meta.jaxb.Database
- includeSystemUDTs - Variable in class org.jooq.meta.jaxb.Database
- includeTables - Variable in class org.jooq.meta.jaxb.Database
- includeTriggerRoutines - Variable in class org.jooq.meta.jaxb.Database
- includeTypes - Variable in class org.jooq.meta.jaxb.ForcedType
- includeUDTs - Variable in class org.jooq.meta.jaxb.Database
- includeUniqueKeys - Variable in class org.jooq.meta.jaxb.Database
- INCREMENT - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.INCREMENT. - INCREMENT - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.INCREMENT. - INCREMENT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.INCREMENT. - INCREMENT - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.increment. - INCREMENT_VAL - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.increment_val. - INDCHECKXMIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indcheckxmin. - INDCLASS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indclass. - INDCOLLATION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indcollation. - indentation - Variable in class org.jooq.meta.jaxb.Generate
- INDEX_CLASS - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.INDEX_CLASS. - INDEX_COMMENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.INDEX_COMMENT. - INDEX_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.INDEX_LENGTH. - INDEX_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.index_name. - INDEX_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.index_name. - INDEX_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.INDEX_NAME. - INDEX_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.INDEX_NAME. simple name of the index - INDEX_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.INDEX_NAME. - INDEX_QUALIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.INDEX_QUALIFIER. catalog in which the index is defined - INDEX_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.INDEX_SCHEMA. - INDEX_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.INDEX_TYPE. - INDEX_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.INDEX_TYPE. - INDEX_TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.INDEX_TYPE_NAME. - indexClass() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- IndexColumnDefinition - Interface in org.jooq.meta
-
An interface defining a column of an index.
- IndexDefinition - Interface in org.jooq.meta
-
An object holding information about an index.
- indexes - Variable in class org.jooq.meta.jaxb.Generate
- Indexes - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Indexes() - Constructor for class org.jooq.meta.h2.information_schema.tables.Indexes
-
Create a
INFORMATION_SCHEMA.INDEXEStable reference - Indexes(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Indexes
-
Create an aliased
INFORMATION_SCHEMA.INDEXEStable reference - Indexes(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Indexes
-
Create an aliased
INFORMATION_SCHEMA.INDEXEStable reference - Indexes(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Indexes
- INDEXES - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.INDEXES. - INDEXES - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.INDEXES. - INDEXES - Static variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The reference instance of
INFORMATION_SCHEMA.INDEXES - INDEXPRS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - INDEXRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indexrelid. - INDIMMEDIATE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indimmediate. - INDISCLUSTERED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisclustered. - INDISEXCLUSION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisexclusion. - INDISLIVE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indislive. - INDISPRIMARY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisprimary. - INDISREADY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisready. - INDISREPLIDENT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisreplident. - INDISUNIQUE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisunique. - INDISVALID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indisvalid. - INDKEY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indkey. - INDNATTS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indnatts. - INDNKEYATTS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indnkeyatts. - INDOPTION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indoption. - INDPRED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - INDRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The column
pg_catalog.pg_index.indrelid. - info(Object) - Method in class org.jooq.meta.BufferedLog
- info(Object, Object) - Method in class org.jooq.meta.BufferedLog
- info(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- info(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- INFO - org.jooq.meta.jaxb.Logging
- INFORMATION_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.DefaultCatalog
-
The schema
INFORMATION_SCHEMA. - INFORMATION_SCHEMA - Static variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The reference instance of
INFORMATION_SCHEMA - INFORMATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.DefaultCatalog
-
The schema
INFORMATION_SCHEMA. - INFORMATION_SCHEMA - Static variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
The reference instance of
INFORMATION_SCHEMA - INFORMATION_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.DefaultCatalog
-
The schema
information_schema. - INFORMATION_SCHEMA - Static variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The reference instance of
information_schema - INFORMATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.DefaultCatalog
-
The schema
information_schema. - INFORMATION_SCHEMA - Static variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The reference instance of
information_schema - InformationSchema - Class in org.jooq.meta.h2.information_schema
-
This class is generated by jOOQ.
- InformationSchema - Class in org.jooq.meta.hsqldb.information_schema
-
This class is generated by jOOQ.
- InformationSchema - Class in org.jooq.meta.mysql.information_schema
-
This class is generated by jOOQ.
- InformationSchema - Class in org.jooq.meta.postgres.information_schema
-
This class is generated by jOOQ.
- INHPARENT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
The column
pg_catalog.pg_inherits.inhparent. - INHRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
The column
pg_catalog.pg_inherits.inhrelid. - INHSEQNO - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
The column
pg_catalog.pg_inherits.inhseqno. - init() - Method in class org.jooq.meta.AbstractRoutineDefinition
- init0() - Method in class org.jooq.meta.AbstractRoutineDefinition
- init0() - Method in class org.jooq.meta.firebird.FirebirdRoutineDefinition
- init0() - Method in class org.jooq.meta.h2.H2RoutineDefinition
- init0() - Method in class org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
- init0() - Method in class org.jooq.meta.mysql.MySQLRoutineDefinition
- init0() - Method in class org.jooq.meta.postgres.PostgresRoutineDefinition
- init0() - Method in class org.jooq.meta.xml.XMLRoutineDefinition
- INITIALLY_DEFERRED - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.INITIALLY_DEFERRED. - INITIALLY_DEFERRED - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.INITIALLY_DEFERRED. - INOUT - org.jooq.meta.InOutDefinition
-
An in/out parameter
- InOutDefinition - Enum in org.jooq.meta
-
The parameter type of a stored procedure
- inParameters - Variable in class org.jooq.meta.AbstractRoutineDefinition
- inputCatalog - Variable in class org.jooq.meta.jaxb.CatalogMappingType
- inputCatalog - Variable in class org.jooq.meta.jaxb.Database
- inputSchema - Variable in class org.jooq.meta.jaxb.Database
- inputSchema - Variable in class org.jooq.meta.jaxb.SchemaMappingType
- INSERTABLE_INTO - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.INSERTABLE_INTO. - instanceFields - Variable in class org.jooq.meta.jaxb.Generate
- integerDisplayWidths - Variable in class org.jooq.meta.jaxb.Database
- integerDisplayWidths() - Method in class org.jooq.meta.AbstractDatabase
- integerDisplayWidths() - Method in interface org.jooq.meta.Database
-
Whether this database includes integer display widths in metadata, where applicable.
- interfaceClass - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- interfaceClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
- interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
- interfaces - Variable in class org.jooq.meta.jaxb.Generate
- INTERNAL - org.jooq.meta.jaxb.VisibilityModifier
- INTERVAL_PRECISION - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.INTERVAL_PRECISION. - INTERVAL_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.INTERVAL_PRECISION. - INTERVAL_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.INTERVAL_PRECISION. - INTERVAL_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.INTERVAL_PRECISION. - INTERVAL_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.INTERVAL_PRECISION. - INTERVAL_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.INTERVAL_PRECISION. - INTERVAL_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.interval_precision. - INTERVAL_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.interval_precision. - INTERVAL_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.interval_precision. - INTERVAL_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.interval_precision. - INTERVAL_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.interval_precision. - INTERVAL_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.INTERVAL_TYPE. - INTERVAL_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.INTERVAL_TYPE. - INTERVAL_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.INTERVAL_TYPE. - INTERVAL_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.INTERVAL_TYPE. - INTERVAL_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.INTERVAL_TYPE. - INTERVAL_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.INTERVAL_TYPE. - INTERVAL_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.interval_type. - INTERVAL_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.interval_type. - INTERVAL_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.interval_type. - INTERVAL_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.interval_type. - INTERVAL_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.interval_type. - INVOKER - org.jooq.meta.mysql.mysql.enums.ProcSecurityType
- IS_AUTOINCREMENT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.IS_AUTOINCREMENT. - IS_COMPUTED - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_COMPUTED. - IS_CYCLE - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.IS_CYCLE. - IS_DEFAULT - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.IS_DEFAULT. - IS_DEFERRABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
The column
INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS.IS_DEFERRABLE. - IS_DEFERRABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.IS_DEFERRABLE. - IS_DERIVED_REFERENCE_ATTRIBUTE - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.is_derived_reference_attribute. - IS_DETERMINISTIC - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.IS_DETERMINISTIC. - IS_DETERMINISTIC - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.IS_DETERMINISTIC. - IS_DETERMINISTIC - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.is_deterministic. - IS_DETERMINISTIC - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.is_deterministic. - IS_FOREIGN_KEY - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.is_foreign_key. - IS_GENERATED - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.IS_GENERATED. - IS_GENERATED - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.IS_GENERATED. - IS_GENERATED - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_GENERATED. - IS_GENERATED - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.is_generated. - IS_GENERATEDCOLUMN - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.IS_GENERATEDCOLUMN. - IS_IDENTITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_IDENTITY. - IS_IDENTITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.is_identity. - IS_IMPLICITLY_INVOCABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.IS_IMPLICITLY_INVOCABLE. - IS_IMPLICITLY_INVOCABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.is_implicitly_invocable. - IS_INSERTABLE_INTO - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.IS_INSERTABLE_INTO. - IS_INSERTABLE_INTO - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.is_insertable_into. - IS_INSERTABLE_INTO - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.is_insertable_into. - IS_NULL_CALL - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.IS_NULL_CALL. - IS_NULL_CALL - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.is_null_call. - IS_NULLABLE - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.is_nullable. - IS_NULLABLE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_NULLABLE. - IS_NULLABLE - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.IS_NULLABLE. - IS_NULLABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_NULLABLE. - IS_NULLABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.IS_NULLABLE. is column nullable? - IS_NULLABLE - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.IS_NULLABLE. - IS_NULLABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.is_nullable. - IS_NULLABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.is_nullable. - IS_PRIMARY_KEY - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.is_primary_key. - IS_RESULT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.IS_RESULT. - IS_RESULT - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.is_result. - IS_REUSE_OID_CLASS - Variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The column
db_class.is_reuse_oid_class. - IS_REVERSE - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.is_reverse. - IS_SELF_REFERENCING - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_SELF_REFERENCING. - IS_SELF_REFERENCING - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.is_self_referencing. - IS_SYSTEM_CLASS - Variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The column
db_class.is_system_class. - IS_SYSTEM_TIME_PERIOD_END - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_SYSTEM_TIME_PERIOD_END. - IS_SYSTEM_TIME_PERIOD_START - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_SYSTEM_TIME_PERIOD_START. - IS_TRIGGER_DELETABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.IS_TRIGGER_DELETABLE. - IS_TRIGGER_DELETABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.is_trigger_deletable. - IS_TRIGGER_INSERTABLE_INTO - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.IS_TRIGGER_INSERTABLE_INTO. - IS_TRIGGER_INSERTABLE_INTO - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.is_trigger_insertable_into. - IS_TRIGGER_UPDATABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.IS_TRIGGER_UPDATABLE. - IS_TRIGGER_UPDATABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.is_trigger_updatable. - IS_TYPED - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.IS_TYPED. - IS_TYPED - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.is_typed. - IS_UDT_DEPENDENT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.IS_UDT_DEPENDENT. - IS_UDT_DEPENDENT - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.is_udt_dependent. - IS_UNIQUE - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.is_unique. - IS_UPDATABLE - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.IS_UPDATABLE. - IS_UPDATABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_UPDATABLE. - IS_UPDATABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.IS_UPDATABLE. - IS_UPDATABLE - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.IS_UPDATABLE. - IS_UPDATABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.is_updatable. - IS_UPDATABLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.is_updatable. - IS_USER_DEFINED_CAST - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.IS_USER_DEFINED_CAST. - IS_USER_DEFINED_CAST - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.is_user_defined_cast. - IS_VISIBLE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.IS_VISIBLE. - IS_VISIBLE - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.IS_VISIBLE. - is8() - Method in class org.jooq.meta.mysql.MySQLDatabase
- is8_0_16() - Method in class org.jooq.meta.mysql.MySQLDatabase
- isAggregate() - Method in class org.jooq.meta.AbstractRoutineDefinition
- isAggregate() - Method in interface org.jooq.meta.RoutineDefinition
- isArray() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type represents an array producing an
ArrayRecord. - isArray() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isArrayType(String) - Method in class org.jooq.meta.AbstractDatabase
- isArrayType(String) - Method in interface org.jooq.meta.Database
-
Check whether a type is an array type.
- isAutoCommit() - Method in class org.jooq.meta.jaxb.Jdbc
-
The value of the JDBC autocommit flag.
- isClean() - Method in class org.jooq.meta.jaxb.Target
-
Whether the target package should be cleaned to contain only generated code after a generation run.
- isComments() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all objects.
- isCommentsOnAttributes() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all attributes.
- isCommentsOnCatalogs() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all catalogs.
- isCommentsOnColumns() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all columns.
- isCommentsOnEmbeddables() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all embeddables.
- isCommentsOnKeys() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all keys.
- isCommentsOnLinks() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all links.
- isCommentsOnPackages() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all packages.
- isCommentsOnParameters() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all parameters.
- isCommentsOnQueues() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all queues.
- isCommentsOnRoutines() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all routines.
- isCommentsOnSchemas() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all schemas.
- isCommentsOnSequences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all sequences.
- isCommentsOnTables() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all tables.
- isCommentsOnUDTs() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all SQL comments as Javadoc on all UDTs.
- ISCONSTRAINT - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.ISCONSTRAINT. - isConstructorPropertiesAnnotation() - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
ConstructorPropertiesannotation on generated POJOs and/or records. - isConstructorPropertiesAnnotationOnPojos() - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
ConstructorPropertiesannotation on generated POJOs (defaults totrueifGenerate.constructorPropertiesAnnotationis active). - isConstructorPropertiesAnnotationOnRecords() - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
ConstructorPropertiesannotation on generated records (defaults totrueifGenerate.constructorPropertiesAnnotationis active). - isDaos() - Method in class org.jooq.meta.jaxb.Generate
-
Generate DAOs.
- isDateAsTimestamp() - Method in class org.jooq.meta.jaxb.Database
-
Generate
Timestampfields for DATE columns. - isDebugEnabled() - Method in class org.jooq.meta.BufferedLog
- isDefaultCatalog() - Method in class org.jooq.meta.CatalogDefinition
- isDefaulted() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type is defaultable.
- isDefaulted() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isDefaulted() - Method in class org.jooq.meta.DefaultParameterDefinition
- isDefaulted() - Method in interface org.jooq.meta.ParameterDefinition
-
Whether the parameter has a default value.
- isDefaultSchema() - Method in class org.jooq.meta.SchemaDefinition
- isDeprecated() - Method in class org.jooq.meta.jaxb.CommentType
-
Whether the comment is a deprecation notice.
- isDeprecated() - Method in class org.jooq.meta.jaxb.Generate
-
Generate deprecated code for backwards compatibility
- isDeprecationOnUnknownTypes() - Method in class org.jooq.meta.jaxb.Generate
-
Generate deprecation annotations on references to unknown data types.
- isEmbeddables() - Method in class org.jooq.meta.jaxb.Generate
-
Generate embeddable classes.
- isEmptyCatalogs() - Method in class org.jooq.meta.jaxb.Generate
-
Whether empty catalogs (e.g. empty because of
configurations) should still be generated. - isEmptySchemas() - Method in class org.jooq.meta.jaxb.Generate
-
Whether empty schemas (e.g. empty because of
configurations) should still be generated. - isEnumConverter() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- isEnumConverter() - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether the converter is an
EnumConverter. - isEnumsAsScalaSealedTraits() - Method in class org.jooq.meta.jaxb.Generate
-
Deprecated.Activate the legacy Scala sealed trait enum emulation
- isFluentSetters() - Method in class org.jooq.meta.jaxb.Generate
-
Generate fluent setters in records, POJOs, interfaces.
- isForceIntegerTypesOnZeroScaleDecimals() - Method in class org.jooq.meta.jaxb.Database
-
Historically, zero-scale decimal types are generated as their most appropriate, corresponding integer type (e.g.
- isGeneratedAnnotation() - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
Generatedannotation to indicate jOOQ version used for source code. - isGeneratedAnnotationDate() - Method in class org.jooq.meta.jaxb.Generate
-
Whether the
Generatedannotation should include thedateattribute. - isGenericNumberType() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type is a NUMBER type without precision and scale.
- isGenericNumberType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isGlobalCatalogReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global catalog references.
- isGlobalDomainReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global domain references.
- isGlobalIndexReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global index references.
- isGlobalKeyReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global key references.
- isGlobalLinkReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global database link references.
- isGlobalObjectReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all global object references.
- isGlobalQueueReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global queue references.
- isGlobalRoutineReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global routine references.
- isGlobalSchemaReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global schema references.
- isGlobalSequenceReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global sequence references.
- isGlobalTableReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global table references.
- isGlobalUDTReferences() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of global UDT references.
- isIdentity() - Method in interface org.jooq.meta.ColumnDefinition
-
Whether this column is the table's
IDENTITYcolumn. - isIdentity() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type is an identity.
- isIdentity() - Method in class org.jooq.meta.DefaultColumnDefinition
- isIdentity() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isIgnoreProcedureReturnValues() - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.This feature is deprecated as of jOOQ 3.6.0 and will be removed again in jOOQ 4.0.
- isImmutableInterfaces() - Method in class org.jooq.meta.jaxb.Generate
-
Generate immutable interfaces.
- isImmutablePojos() - Method in class org.jooq.meta.jaxb.Generate
-
Generate immutable POJOs.
- isImplicitJoinPathsToOne() - Method in class org.jooq.meta.jaxb.Generate
-
Generate implicit join path constructors on generated tables for outgoing foreign key relationships (to-one relationships)
- isIncludeCheckConstraints() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether check constraints should be included in output produced by this database
- isIncludeDomains() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether domains should be included in output produced by this database
- isIncludeEmbeddables() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether embeddable types should be included in output produced by this database
- isIncludeExcludeColumns() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether include / exclude patterns should also match columns within tables.
- isIncludeExcludePackageRoutines() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether include / exclude patterns should also match routines within packages.
- isIncludeForeignKeys() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether foreign keys should be included in output produced by this database
- isIncludeIndexes() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether indexes should be included in output produced by this database
- isIncludeInvisibleColumns() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether invisible columns should be included in output produced by this database
- isIncludePackageConstants() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether constants contained in packages should be included in output produced by this database
- isIncludePackageRoutines() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether routines contained in packages should be included in output produced by this database
- isIncludePackages() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether packages should be included in output produced by this database
- isIncludePackageUDTs() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether UDTs contained in packages should be included in output produced by this database
- isIncludePrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether primary keys should be included in output produced by this database
- isIncludeRoutines() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether routines should be included in output produced by this database
- isIncludeSchemaComment() - Method in class org.jooq.meta.jaxb.CommentType
-
Whether the schema comment (if available) should be included and prepended to the message.
- isIncludeSequences() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether sequences should be included in output produced by this database
- isIncludeSystemCheckConstraints() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether system generated check constraints should be included in output produced by this database
- isIncludeSystemIndexes() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether system generated indexes should be included in output produced by this database
- isIncludeSystemSequences() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether system generated sequences should be included in output produced by this database
- isIncludeSystemTables() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether system tables should be included in output produced by this database
- isIncludeSystemUDTs() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether system generated UDTs should be included in output produced by this database
- isIncludeTables() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether tables should be included in output produced by this database
- isIncludeTriggerRoutines() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether trigger implementation routines should be included in output produced by this database (e.g. in PostgreSQL)
- isIncludeUDTs() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether udts should be included in output produced by this database
- isIncludeUniqueKeys() - Method in class org.jooq.meta.jaxb.Database
-
This flag indicates whether unique keys should be included in output produced by this database
- ISINDEX - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.ISINDEX. - isIndexes() - Method in class org.jooq.meta.jaxb.Generate
-
Generate index information.
- isInfoEnabled() - Method in class org.jooq.meta.BufferedLog
- isInstanceFields() - Method in class org.jooq.meta.jaxb.Generate
-
Deprecated.
- isIntegerDisplayWidths() - Method in class org.jooq.meta.jaxb.Database
-
Include display width in type declaration.
- isInterfaces() - Method in class org.jooq.meta.jaxb.Generate
-
Generated interfaces to be implemented by records and/or POJOs.
- isJavaBeansGettersAndSetters() - Method in class org.jooq.meta.jaxb.Generate
-
Modify DefaultGeneratorStrategy behaviour to generate getters and setters in JavaBeans style in records, POJOs, interfaces.
- isJavadoc() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of Javadoc on all objects.
- isJavaTimeTypes() - Method in class org.jooq.meta.jaxb.Generate
-
A flag indicating whether Java 8's java.time types should be used by the source code generator, rather than JDBC's java.sql types.
- isJpaAnnotations() - Method in class org.jooq.meta.jaxb.Generate
-
Annotate POJOs and Records with JPA annotations.
- isKeys() - Method in class org.jooq.meta.jaxb.Generate
-
Generate Key classes.
- isKotlinSetterJvmNameAnnotationsOnIsPrefix() - Method in class org.jooq.meta.jaxb.Generate
-
Workaround for Kotlin generating
setX()setters instead ofsetIsX()in byte code for mutable properties calledisX. - isLinks() - Method in class org.jooq.meta.jaxb.Generate
-
Generate database Link classes.
- isMaterializedView() - Method in class org.jooq.meta.AbstractTableDefinition
- isMaterializedView() - Method in interface org.jooq.meta.TableDefinition
-
Whether this table is a materialized view.
- isNonnullAnnotation() - Method in class org.jooq.meta.jaxb.Generate
-
Whether non-nullable items should be annotated with the annotation type specified in
Generate.nonnullAnnotationType. - isNullable() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type is nullable.
- isNullable() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isNullable() - Method in class org.jooq.meta.jaxb.LambdaConverter
- isNullableAnnotation() - Method in class org.jooq.meta.jaxb.Generate
-
Whether nullable items should be annotated with the annotation type specified in
Generate.nullableAnnotationType. - isOutputCatalogToDefault() - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.isOutputCatalogToDefault() - isOutputCatalogToDefault() - Method in class org.jooq.meta.jaxb.Database
-
A flag to indicate that the outputCatalog should be the "default" catalog, which generates catalog-less, unqualified tables, procedures, etc.
- isOutputSchemaToDefault() - Method in class org.jooq.meta.jaxb.Database
-
A flag to indicate that the outputSchema should be the "default" schema, which generates schema-less, unqualified tables, procedures, etc.
- isOutputSchemaToDefault() - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.isOutputSchemaToDefault() - isPojos() - Method in class org.jooq.meta.jaxb.Generate
-
Generate POJOs.
- isPojosAsJavaRecordClasses() - Method in class org.jooq.meta.jaxb.Generate
-
Generate POJOs as records, when using the JavaGenerator.
- isPojosAsKotlinDataClasses() - Method in class org.jooq.meta.jaxb.Generate
-
Generate POJOs as data classes, when using the KotlinGenerator.
- isPojosAsScalaCaseClasses() - Method in class org.jooq.meta.jaxb.Generate
-
Generate POJOs as case classes, when using the ScalaGenerator.
- isPojosEqualsAndHashCode() - Method in class org.jooq.meta.jaxb.Generate
-
Generate basic equals() and hashCode() methods in POJOs.
- isPojosToString() - Method in class org.jooq.meta.jaxb.Generate
-
Generate basic toString() methods in POJOs.
- isPrimaryKey() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
- isPrimaryKey() - Method in interface org.jooq.meta.UniqueKeyDefinition
-
Whether this unique key is the primary key
- isQueues() - Method in class org.jooq.meta.jaxb.Generate
-
Generate Queue classes.
- isRecords() - Method in class org.jooq.meta.jaxb.Generate
-
Generate TableRecord classes.
- isRecordsImplementingRecordN() - Method in class org.jooq.meta.jaxb.Generate
-
Generate TableRecord classes that implement Record[N] super types
- isRegexMatchesPartialQualification() - Method in class org.jooq.meta.jaxb.Database
-
Whether regular expressions that match qualified object names also match partial qualifications (e.g.
- isRelations() - Method in class org.jooq.meta.jaxb.Generate
-
Primary key / foreign key relations should be generated and used.
- isReplacesFields() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.
- isRoutines() - Method in class org.jooq.meta.jaxb.Generate
-
Generate Routine classes.
- isSequenceFlags() - Method in class org.jooq.meta.jaxb.Generate
-
Sequence flags should be generated and used.
- isSequences() - Method in class org.jooq.meta.jaxb.Generate
-
Generate Sequence classes.
- isSerializableInterfaces() - Method in class org.jooq.meta.jaxb.Generate
-
Generate serializable interfaces.
- isSerializablePojos() - Method in class org.jooq.meta.jaxb.Generate
-
Generate serializable POJOs.
- isSources() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all source code on all object types.
- isSourcesOnViews() - Method in class org.jooq.meta.jaxb.Generate
-
Turn off generation of all source code on all views.
- isSpringAnnotations() - Method in class org.jooq.meta.jaxb.Generate
-
Annotate DAOs with useful spring annotations such as @Repository or @Autowired.
- isSqlMatchesPartialQualification() - Method in class org.jooq.meta.jaxb.Database
-
Whether SQL queries that match qualified object names also match partial qualifications (e.g.
- isSQLUsable() - Method in class org.jooq.meta.AbstractRoutineDefinition
- isSQLUsable() - Method in interface org.jooq.meta.RoutineDefinition
- isSynthetic() - Method in class org.jooq.meta.AbstractTableDefinition
- isSynthetic() - Method in class org.jooq.meta.AbstractUDTDefinition
- isSynthetic() - Method in class org.jooq.meta.DefaultEnumDefinition
- isSynthetic() - Method in class org.jooq.meta.DefaultParameterDefinition
- isSynthetic() - Method in interface org.jooq.meta.EnumDefinition
- isSynthetic() - Method in interface org.jooq.meta.ParameterDefinition
-
Whether the parameter is synthetic.
- isSynthetic() - Method in interface org.jooq.meta.TableDefinition
-
Whether this table is a synthetic table (e.g. a synthetic view).
- isSynthetic() - Method in interface org.jooq.meta.UDTDefinition
-
Whether this UDT is a synthetic type.
- isTables() - Method in class org.jooq.meta.jaxb.Generate
-
Generate Table classes.
- isTableValuedFunction() - Method in class org.jooq.meta.AbstractTableDefinition
- isTableValuedFunction() - Method in interface org.jooq.meta.TableDefinition
-
Whether this table is a table-valued function.
- isTableValuedFunctions() - Method in class org.jooq.meta.jaxb.Database
-
Whether table valued functions should be reported as tables.
- isTemporary() - Method in class org.jooq.meta.AbstractTableDefinition
- isTemporary() - Method in interface org.jooq.meta.TableDefinition
-
Whether this table is a temporary table.
- isTraceEnabled() - Method in class org.jooq.meta.BufferedLog
- isUDT() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type represents a udt.
- isUDT() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isUDTArray() - Method in interface org.jooq.meta.DataTypeDefinition
-
Whether this data type represens an array producing an
ArrayRecordof udt types. - isUDTArray() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- isUdts() - Method in class org.jooq.meta.jaxb.Generate
-
Generate UDT classes.
- isUnique() - Method in class org.jooq.meta.AbstractIndexDefinition
- isUnique() - Method in interface org.jooq.meta.IndexDefinition
-
Whether this is a unique index.
- isUnnamed() - Method in class org.jooq.meta.DefaultParameterDefinition
- isUnnamed() - Method in interface org.jooq.meta.ParameterDefinition
-
Whether the parameter has a name.
- isUnsignedTypes() - Method in class org.jooq.meta.jaxb.Database
-
Generate jOOU data types for your unsigned data types, which are not natively supported in Java
- isValidationAnnotations() - Method in class org.jooq.meta.jaxb.Generate
-
Annotate POJOs and Records with JSR-303 validation annotations
- isVarargSetters() - Method in class org.jooq.meta.jaxb.Generate
-
Generate varargs setters for array types for convenience.
- isView() - Method in class org.jooq.meta.AbstractTableDefinition
- isView() - Method in interface org.jooq.meta.TableDefinition
-
Whether this table is a view.
- isWarnEnabled() - Method in class org.jooq.meta.BufferedLog
J
- JAVA_CLASS - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.JAVA_CLASS. - JAVA_CLASS - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.JAVA_CLASS. - JAVA_METHOD - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.JAVA_METHOD. - JAVA_METHOD - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.JAVA_METHOD. - javaBeansGettersAndSetters - Variable in class org.jooq.meta.jaxb.Generate
- javadoc - Variable in class org.jooq.meta.jaxb.Generate
- javaTimeTypes - Variable in class org.jooq.meta.jaxb.Generate
- javaTimeTypes() - Method in class org.jooq.meta.AbstractDatabase
- javaTimeTypes() - Method in interface org.jooq.meta.Database
-
Whether
java.timetypes are used, as opposed tojava.sqltypes. - JavaTypeResolver - Interface in org.jooq.meta
-
A function that can be injected into jOOQ-meta elements to resolve Java types from
DataTypeDefinition. - JAVAX_ANNOTATION_GENERATED - org.jooq.meta.jaxb.GeneratedAnnotationType
- JAVAX_ANNOTATION_PROCESSING_GENERATED - org.jooq.meta.jaxb.GeneratedAnnotationType
- jdbc - Variable in class org.jooq.meta.jaxb.Configuration
- Jdbc - Class in org.jooq.meta.jaxb
-
JDBC connection configuration.
- Jdbc() - Constructor for class org.jooq.meta.jaxb.Jdbc
- JDBCDatabase - Class in org.jooq.meta.jdbc
-
The JDBC database
- JDBCDatabase() - Constructor for class org.jooq.meta.jdbc.JDBCDatabase
- jpaAnnotations - Variable in class org.jooq.meta.jaxb.Generate
- jpaVersion - Variable in class org.jooq.meta.jaxb.Generate
K
- key - Variable in class org.jooq.meta.jaxb.Property
- key - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- KEY_ATTR_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.key_attr_name. - KEY_COLUMN_USAGE - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each column used in s primary key or unique constraint
- KEY_COLUMN_USAGE - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each column used in s primary key or unique constraint
- KEY_COLUMN_USAGE - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The reference instance of
INFORMATION_SCHEMA.KEY_COLUMN_USAGE - KEY_COLUMN_USAGE - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.KEY_COLUMN_USAGE. - KEY_COLUMN_USAGE - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.KEY_COLUMN_USAGE. - KEY_COLUMN_USAGE - Static variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The reference instance of
information_schema.KEY_COLUMN_USAGE - KEY_COLUMN_USAGE - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.key_column_usage. - KEY_COLUMN_USAGE - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.key_column_usage. - KEY_COLUMN_USAGE - Static variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The reference instance of
information_schema.key_column_usage - KEY_COUNT - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
The column
db_index.key_count. - KEY_ORDER - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.key_order. - KEY_PREFIX_LENGTH - Variable in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
The column
db_index_key.key_prefix_length. - KEY_PROC_PRIMARY - Static variable in class org.jooq.meta.mysql.mysql.Keys
- KEY_PROCS_PRIV_PRIMARY - Static variable in class org.jooq.meta.mysql.mysql.Keys
- KeyColumnUsage - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each column used in s primary key or unique constraint
- KeyColumnUsage - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- KeyColumnUsage - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- KeyColumnUsage() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
Create a
INFORMATION_SCHEMA.KEY_COLUMN_USAGEtable reference - KeyColumnUsage() - Constructor for class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
Create a
information_schema.KEY_COLUMN_USAGEtable reference - KeyColumnUsage() - Constructor for class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
Create a
information_schema.key_column_usagetable reference - KeyColumnUsage(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
Create an aliased
INFORMATION_SCHEMA.KEY_COLUMN_USAGEtable reference - KeyColumnUsage(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
Create an aliased
information_schema.KEY_COLUMN_USAGEtable reference - KeyColumnUsage(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
Create an aliased
information_schema.key_column_usagetable reference - KeyColumnUsage(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
Create an aliased
INFORMATION_SCHEMA.KEY_COLUMN_USAGEtable reference - KeyColumnUsage(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
Create an aliased
information_schema.KEY_COLUMN_USAGEtable reference - KeyColumnUsage(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
Create an aliased
information_schema.key_column_usagetable reference - KeyColumnUsage(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
- KeyColumnUsage(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
- KeyColumnUsage(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
- keys - Variable in class org.jooq.meta.jaxb.Generate
- Keys - Class in org.jooq.meta.cubrid.dba
-
This class is generated by jOOQ.
- Keys - Class in org.jooq.meta.derby.sys
-
A class modelling foreign key relationships and constraints of tables in SYS.
- Keys - Class in org.jooq.meta.firebird.rdb
-
A class modelling foreign key relationships and constraints of tables in the default schema.
- Keys - Class in org.jooq.meta.h2.information_schema
-
A class modelling foreign key relationships and constraints of tables in INFORMATION_SCHEMA.
- Keys - Class in org.jooq.meta.hsqldb.information_schema
-
A class modelling foreign key relationships and constraints of tables in INFORMATION_SCHEMA.
- Keys - Class in org.jooq.meta.mysql.information_schema
-
A class modelling foreign key relationships and constraints of tables in information_schema.
- Keys - Class in org.jooq.meta.mysql.mysql
-
A class modelling foreign key relationships and constraints of tables in mysql.
- Keys - Class in org.jooq.meta.postgres.information_schema
-
A class modelling foreign key relationships and constraints of tables in information_schema.
- Keys - Class in org.jooq.meta.postgres.pg_catalog
-
A class modelling foreign key relationships and constraints of tables in pg_catalog.
- Keys() - Constructor for class org.jooq.meta.cubrid.dba.Keys
- Keys() - Constructor for class org.jooq.meta.derby.sys.Keys
- Keys() - Constructor for class org.jooq.meta.firebird.rdb.Keys
- Keys() - Constructor for class org.jooq.meta.h2.information_schema.Keys
- Keys() - Constructor for class org.jooq.meta.hsqldb.information_schema.Keys
- Keys() - Constructor for class org.jooq.meta.mysql.information_schema.Keys
- Keys() - Constructor for class org.jooq.meta.mysql.mysql.Keys
- Keys() - Constructor for class org.jooq.meta.postgres.information_schema.Keys
- Keys() - Constructor for class org.jooq.meta.postgres.pg_catalog.Keys
- kotlinSetterJvmNameAnnotationsOnIsPrefix - Variable in class org.jooq.meta.jaxb.Generate
L
- lambdaConverter - Variable in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- lambdaConverter - Variable in class org.jooq.meta.jaxb.ForcedType
- LambdaConverter - Class in org.jooq.meta.jaxb
-
A converter taking two lambda definitions.
- LambdaConverter() - Constructor for class org.jooq.meta.jaxb.LambdaConverter
- LANGUAGE - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.language. - LAST_ALTERED - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.LAST_ALTERED. - LAST_ALTERED - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.LAST_ALTERED. - LAST_ALTERED - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.last_altered. - LAST_MODIFICATION - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.LAST_MODIFICATION. - links - Variable in class org.jooq.meta.jaxb.Generate
- LITERAL - org.jooq.meta.jaxb.RegexFlag
- literals - Variable in class org.jooq.meta.jaxb.EnumType
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve
CHECKconstraints and store them to relations. - loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve foreign keys and store them to relations.
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve primary keys and store them to relations
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
-
Retrieve non-primary unique keys and store them to relations
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
-
Retrieve non-primary unique keys and store them to relations
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
- loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
- locale - Variable in class org.jooq.meta.jaxb.Target
- LOCKGRANULARITY - Variable in class org.jooq.meta.derby.sys.tables.Systables
-
The column
SYS.SYSTABLES.LOCKGRANULARITY. - log(Log.Level, Object) - Method in class org.jooq.meta.BufferedLog
- log(Log.Level, Object, Object) - Method in class org.jooq.meta.BufferedLog
- log(Log.Level, Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- log(Log.Level, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- LOG - org.jooq.meta.jaxb.OnError
- logging - Variable in class org.jooq.meta.jaxb.Configuration
- Logging - Enum in org.jooq.meta.jaxb
-
Java class for Logging.
- logSlowQueriesAfterSeconds - Variable in class org.jooq.meta.jaxb.Database
- logSlowResultsAfterSeconds - Variable in class org.jooq.meta.jaxb.Database
- LOWER - org.jooq.meta.jaxb.MatcherTransformType
- LOWER_FIRST_LETTER - org.jooq.meta.jaxb.MatcherTransformType
M
- mapDefinedType(Definition, Definition, DataTypeDefinition, JavaTypeResolver) - Static method in class org.jooq.meta.AbstractTypedElementDefinition
- MariaDBDatabase - Class in org.jooq.meta.mariadb
- MariaDBDatabase() - Constructor for class org.jooq.meta.mariadb.MariaDBDatabase
- markUsed(CommentType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(CommentType) - Method in interface org.jooq.meta.Database
-
Mark a comment as used.
- markUsed(EmbeddableDefinitionType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(EmbeddableDefinitionType) - Method in interface org.jooq.meta.Database
-
Mark an embeddable as used.
- markUsed(ForcedType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(ForcedType) - Method in interface org.jooq.meta.Database
-
Mark a forced type as used.
- markUsed(SyntheticForeignKeyType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(SyntheticForeignKeyType) - Method in interface org.jooq.meta.Database
-
Mark a synthetic foreign key as used.
- markUsed(SyntheticIdentityType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(SyntheticIdentityType) - Method in interface org.jooq.meta.Database
-
Mark a synthetic identity as used.
- markUsed(SyntheticPrimaryKeyType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(SyntheticPrimaryKeyType) - Method in interface org.jooq.meta.Database
-
Mark a synthetic primary key as used.
- markUsed(SyntheticUniqueKeyType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(SyntheticUniqueKeyType) - Method in interface org.jooq.meta.Database
-
Mark a synthetic unique key as used.
- markUsed(SyntheticViewType) - Method in class org.jooq.meta.AbstractDatabase
- markUsed(SyntheticViewType) - Method in interface org.jooq.meta.Database
-
Mark a synthetic view as used.
- MATCH_OPTION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.MATCH_OPTION. - MATCH_OPTION - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.MATCH_OPTION. - MATCH_OPTION - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.match_option. - MatcherRule - Class in org.jooq.meta.jaxb
-
Java class for MatcherRule complex type.
- MatcherRule() - Constructor for class org.jooq.meta.jaxb.MatcherRule
- matchers - Variable in class org.jooq.meta.jaxb.Strategy
- Matchers - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration.
- Matchers() - Constructor for class org.jooq.meta.jaxb.Matchers
- MatchersCatalogType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for catalog names.
- MatchersCatalogType() - Constructor for class org.jooq.meta.jaxb.MatchersCatalogType
- MatchersEmbeddableType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for embeddable names.
- MatchersEmbeddableType() - Constructor for class org.jooq.meta.jaxb.MatchersEmbeddableType
- MatchersEnumType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for enum names.
- MatchersEnumType() - Constructor for class org.jooq.meta.jaxb.MatchersEnumType
- MatchersFieldType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for field names.
- MatchersFieldType() - Constructor for class org.jooq.meta.jaxb.MatchersFieldType
- MatchersRoutineType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for routine names.
- MatchersRoutineType() - Constructor for class org.jooq.meta.jaxb.MatchersRoutineType
- MatchersSchemaType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for schema names.
- MatchersSchemaType() - Constructor for class org.jooq.meta.jaxb.MatchersSchemaType
- MatchersSequenceType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for sequence names.
- MatchersSequenceType() - Constructor for class org.jooq.meta.jaxb.MatchersSequenceType
- MatchersTableType - Class in org.jooq.meta.jaxb
-
Declarative naming strategy configuration for table names.
- MatchersTableType() - Constructor for class org.jooq.meta.jaxb.MatchersTableType
- MatcherTransformType - Enum in org.jooq.meta.jaxb
-
Java class for MatcherTransformType.
- MAX_DATA_LENGTH - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.MAX_DATA_LENGTH. - MAX_DYNAMIC_RESULT_SETS - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.MAX_DYNAMIC_RESULT_SETS. - MAX_DYNAMIC_RESULT_SETS - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.max_dynamic_result_sets. - MAX_VAL - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.max_val. - MAX_VALUE - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.MAX_VALUE. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.MAXIMUM_CARDINALITY. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.MAXIMUM_CARDINALITY. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.MAXIMUM_CARDINALITY. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.MAXIMUM_CARDINALITY. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.MAXIMUM_CARDINALITY. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.maximum_cardinality. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.maximum_cardinality. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.maximum_cardinality. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.maximum_cardinality. - MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.maximum_cardinality. - MAXIMUM_SCALE - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.MAXIMUM_SCALE. - MAXIMUM_VALUE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.MAXIMUM_VALUE. - MAXIMUM_VALUE - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.maximum_value. - MAXIMUMVALUE - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.MAXIMUMVALUE. - maxMembersPerInitialiser - Variable in class org.jooq.meta.jaxb.Generate
- message - Variable in class org.jooq.meta.jaxb.CommentType
- MIN_VAL - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.min_val. - MIN_VALUE - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.MIN_VALUE. - MINIMUM_SCALE - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.MINIMUM_SCALE. - MINIMUM_VALUE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.MINIMUM_VALUE. - MINIMUM_VALUE - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.minimum_value. - MINIMUMVALUE - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.MINIMUMVALUE. - MODIFIED - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.modified. - MODIFIES_SQL_DATA - org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- MODULE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.MODULE_CATALOG. - MODULE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.module_catalog. - MODULE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.MODULE_NAME. - MODULE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.module_name. - MODULE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.MODULE_SCHEMA. - MODULE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.module_schema. - MULTILINE - org.jooq.meta.jaxb.RegexFlag
- Mysql - Class in org.jooq.meta.mysql.mysql
-
This class is generated by jOOQ.
- MYSQL - Variable in class org.jooq.meta.mysql.mysql.DefaultCatalog
-
The schema
mysql. - MYSQL - Static variable in class org.jooq.meta.mysql.mysql.Mysql
-
The reference instance of
mysql - MySQLDatabase - Class in org.jooq.meta.mysql
- MySQLDatabase() - Constructor for class org.jooq.meta.mysql.MySQLDatabase
- MySQLRoutineDefinition - Class in org.jooq.meta.mysql
- MySQLRoutineDefinition(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.meta.mysql.MySQLRoutineDefinition
-
Deprecated.- This constructor was deprecated with jOOQ 3.2
- MySQLRoutineDefinition(SchemaDefinition, String, String, String, String, ProcType, String) - Constructor for class org.jooq.meta.mysql.MySQLRoutineDefinition
- MySQLTableDefinition - Class in org.jooq.meta.mysql
- MySQLTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.mysql.MySQLTableDefinition
- MySQLTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.mysql.MySQLTableDefinition
N
- name - Variable in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- name - Variable in class org.jooq.meta.jaxb.Database
- name - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- name - Variable in class org.jooq.meta.jaxb.EmbeddableField
- name - Variable in class org.jooq.meta.jaxb.EnumType
- name - Variable in class org.jooq.meta.jaxb.ForcedType
- name - Variable in class org.jooq.meta.jaxb.Generator
- name - Variable in class org.jooq.meta.jaxb.Strategy
- name - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- name - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- name - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- name - Variable in class org.jooq.meta.jaxb.SyntheticViewType
- NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.name. - NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.name. - NAME - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.name. - NAME - Static variable in class org.jooq.meta.sqlite.sqlite_master.SQLiteMaster
- NEW_SAVEPOINT_LEVEL - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.NEW_SAVEPOINT_LEVEL. - NEW_SAVEPOINT_LEVEL - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.new_savepoint_level. - newline - Variable in class org.jooq.meta.jaxb.Generate
- NEXT_VALUE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.NEXT_VALUE. - NO - org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
- NO_SQL - org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- NON_UNIQUE - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.NON_UNIQUE. - NON_UNIQUE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.NON_UNIQUE. can index values be non-unique? - NON_UNIQUE - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.NON_UNIQUE. - NONE - org.jooq.meta.jaxb.VisibilityModifier
- nonnullAnnotation - Variable in class org.jooq.meta.jaxb.Generate
- nonnullAnnotationType - Variable in class org.jooq.meta.jaxb.Generate
- NOT_NULL - org.jooq.meta.jaxb.Nullability
- NSPACL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
The column
pg_catalog.pg_namespace.nspacl. - NSPNAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
The column
pg_catalog.pg_namespace.nspname. - NSPOWNER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
The column
pg_catalog.pg_namespace.nspowner. - NULL - org.jooq.meta.jaxb.Nullability
- nullability - Variable in class org.jooq.meta.jaxb.ForcedType
- Nullability - Enum in org.jooq.meta.jaxb
-
Java class for Nullability.
- nullable - Variable in class org.jooq.meta.jaxb.LambdaConverter
- NULLABLE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NULLABLE. - NULLABLE - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.NULLABLE. - NULLABLE - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.NULLABLE. - NULLABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.NULLABLE. is NULL allowed? - NULLABLE - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.NULLABLE. - nullableAnnotation - Variable in class org.jooq.meta.jaxb.Generate
- nullableAnnotationType - Variable in class org.jooq.meta.jaxb.Generate
- NUM_PREC_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.NUM_PREC_RADIX. - NUMERIC_PRECISION - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.NUMERIC_PRECISION. - NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.numeric_precision. - NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.numeric_precision. - NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.numeric_precision. - NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.numeric_precision. - NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.numeric_precision. - NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.numeric_precision. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_PRECISION_RADIX. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.numeric_precision_radix. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.numeric_precision_radix. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.numeric_precision_radix. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.numeric_precision_radix. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.numeric_precision_radix. - NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.numeric_precision_radix. - NUMERIC_SCALE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.NUMERIC_SCALE. - NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.numeric_scale. - NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.numeric_scale. - NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.numeric_scale. - NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.numeric_scale. - NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.numeric_scale. - NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.numeric_scale.
O
- OBJECT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_CATALOG. - OBJECT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_NAME. - OBJECT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_SCHEMA. - OBJECT_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.OBJECT_TYPE. - ObjectFactory - Class in org.jooq.meta.jaxb
-
This object contains factory methods for each Java content interface and Java element interface generated in the org.jooq.meta.jaxb package.
- ObjectFactory() - Constructor for class org.jooq.meta.jaxb.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.meta.jaxb
- objectType - Variable in class org.jooq.meta.jaxb.ForcedType
- OBJID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.objid. - OBJOID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
The column
pg_catalog.pg_description.objoid. - OBJSUBID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.objsubid. - OBJSUBID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
The column
pg_catalog.pg_description.objsubid. - OFF - org.jooq.meta.jaxb.GeneratedSerialVersionUID
- OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
The column
pg_catalog.pg_attrdef.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The column
pg_catalog.pg_collation.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The column
pg_catalog.pg_constraint.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
The column
pg_catalog.pg_enum.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
The column
pg_catalog.pg_namespace.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.oid. - OID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.oid. - onError - Variable in class org.jooq.meta.jaxb.Configuration
- onError() - Method in class org.jooq.meta.AbstractDatabase
- onError() - Method in interface org.jooq.meta.Database
-
The behaviour when errors are encountered.
- OnError - Enum in org.jooq.meta.jaxb
-
Java class for OnError.
- orderProvider - Variable in class org.jooq.meta.jaxb.Database
- ORDINAL_POSITION - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.ORDINAL_POSITION. index of column in table (starting at 1) - ORDINAL_POSITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.ORDINAL_POSITION. column sequence number within index - ORDINAL_POSITION - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.ORDINAL_POSITION. - ORDINAL_POSITION - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.ordinal_position. - ORDINAL_POSITION - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.ordinal_position. - ORDINAL_POSITION - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.ordinal_position. - ORDINAL_POSITION - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.ordinal_position. - org.jooq.meta - module org.jooq.meta
- org.jooq.meta - package org.jooq.meta
- org.jooq.meta.cubrid - package org.jooq.meta.cubrid
- org.jooq.meta.cubrid.dba - package org.jooq.meta.cubrid.dba
- org.jooq.meta.cubrid.dba.tables - package org.jooq.meta.cubrid.dba.tables
- org.jooq.meta.derby - package org.jooq.meta.derby
- org.jooq.meta.derby.sys - package org.jooq.meta.derby.sys
- org.jooq.meta.derby.sys.tables - package org.jooq.meta.derby.sys.tables
- org.jooq.meta.firebird - package org.jooq.meta.firebird
- org.jooq.meta.firebird.rdb - package org.jooq.meta.firebird.rdb
- org.jooq.meta.firebird.rdb.tables - package org.jooq.meta.firebird.rdb.tables
- org.jooq.meta.h2 - package org.jooq.meta.h2
- org.jooq.meta.h2.information_schema - package org.jooq.meta.h2.information_schema
- org.jooq.meta.h2.information_schema.tables - package org.jooq.meta.h2.information_schema.tables
- org.jooq.meta.hsqldb - package org.jooq.meta.hsqldb
- org.jooq.meta.hsqldb.information_schema - package org.jooq.meta.hsqldb.information_schema
- org.jooq.meta.hsqldb.information_schema.tables - package org.jooq.meta.hsqldb.information_schema.tables
- org.jooq.meta.ignite - package org.jooq.meta.ignite
- org.jooq.meta.jaxb - package org.jooq.meta.jaxb
- org.jooq.meta.jdbc - package org.jooq.meta.jdbc
- org.jooq.meta.mariadb - package org.jooq.meta.mariadb
- org.jooq.meta.mysql - package org.jooq.meta.mysql
- org.jooq.meta.mysql.information_schema - package org.jooq.meta.mysql.information_schema
- org.jooq.meta.mysql.information_schema.tables - package org.jooq.meta.mysql.information_schema.tables
- org.jooq.meta.mysql.mysql - package org.jooq.meta.mysql.mysql
- org.jooq.meta.mysql.mysql.enums - package org.jooq.meta.mysql.mysql.enums
- org.jooq.meta.mysql.mysql.tables - package org.jooq.meta.mysql.mysql.tables
- org.jooq.meta.postgres - package org.jooq.meta.postgres
- org.jooq.meta.postgres.information_schema - package org.jooq.meta.postgres.information_schema
- org.jooq.meta.postgres.information_schema.tables - package org.jooq.meta.postgres.information_schema.tables
- org.jooq.meta.postgres.pg_catalog - package org.jooq.meta.postgres.pg_catalog
- org.jooq.meta.postgres.pg_catalog.routines - package org.jooq.meta.postgres.pg_catalog.routines
- org.jooq.meta.postgres.pg_catalog.tables - package org.jooq.meta.postgres.pg_catalog.tables
- org.jooq.meta.sqlite - package org.jooq.meta.sqlite
- org.jooq.meta.sqlite.sqlite_master - package org.jooq.meta.sqlite.sqlite_master
- org.jooq.meta.xml - package org.jooq.meta.xml
- OUT - org.jooq.meta.InOutDefinition
-
An out parameter
- outParameters - Variable in class org.jooq.meta.AbstractRoutineDefinition
- outputCatalog - Variable in class org.jooq.meta.jaxb.CatalogMappingType
- outputCatalog - Variable in class org.jooq.meta.jaxb.Database
- outputCatalogToDefault - Variable in class org.jooq.meta.jaxb.CatalogMappingType
- outputCatalogToDefault - Variable in class org.jooq.meta.jaxb.Database
- outputSchema - Variable in class org.jooq.meta.jaxb.Database
- outputSchema - Variable in class org.jooq.meta.jaxb.SchemaMappingType
- outputSchemaToDefault - Variable in class org.jooq.meta.jaxb.Database
- outputSchemaToDefault - Variable in class org.jooq.meta.jaxb.SchemaMappingType
- overridePrimaryKey(UniqueKeyDefinition) - Method in class org.jooq.meta.DefaultRelations
- overridePrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
- OWNER - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.owner. - OWNER_NAME - Variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The column
db_class.owner_name.
P
- PackageDefinition - Interface in org.jooq.meta
-
An interface defining a package in a database schema
- packageName - Variable in class org.jooq.meta.jaxb.Target
- PACKED - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.PACKED. - PAGES - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.PAGES. - PAGES - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.PAGES. index page use (currently unused) - PARAM_LIST - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.param_list. - PARAMETER - org.jooq.meta.jaxb.ForcedTypeObjectType
- PARAMETER_DEFAULT - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.parameter_default. - PARAMETER_MODE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.PARAMETER_MODE. - PARAMETER_MODE - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.PARAMETER_MODE. - PARAMETER_MODE - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.parameter_mode. - PARAMETER_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.PARAMETER_NAME. - PARAMETER_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.PARAMETER_NAME. - PARAMETER_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.parameter_name. - PARAMETER_PATTERN - Static variable in class org.jooq.meta.AbstractRoutineDefinition
- PARAMETER_STYLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.PARAMETER_STYLE. - PARAMETER_STYLE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.PARAMETER_STYLE. - PARAMETER_STYLE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.parameter_style. - ParameterDefinition - Interface in org.jooq.meta
-
An interface defining a parameter of a stored procedure or stored function.
- Parameters - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each routine parameter
- Parameters - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Parameters - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Parameters() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
Create a
INFORMATION_SCHEMA.PARAMETERStable reference - Parameters() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Parameters
-
Create a
information_schema.PARAMETERStable reference - Parameters() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Parameters
-
Create a
information_schema.parameterstable reference - Parameters(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
Create an aliased
INFORMATION_SCHEMA.PARAMETERStable reference - Parameters(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Parameters
-
Create an aliased
information_schema.PARAMETERStable reference - Parameters(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Parameters
-
Create an aliased
information_schema.parameterstable reference - Parameters(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
Create an aliased
INFORMATION_SCHEMA.PARAMETERStable reference - Parameters(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Parameters
-
Create an aliased
information_schema.PARAMETERStable reference - Parameters(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Parameters
-
Create an aliased
information_schema.parameterstable reference - Parameters(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Parameters
- Parameters(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Parameters
- Parameters(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Parameters
- PARAMETERS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each routine parameter
- PARAMETERS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each routine parameter
- PARAMETERS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The reference instance of
INFORMATION_SCHEMA.PARAMETERS - PARAMETERS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.PARAMETERS. - PARAMETERS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.PARAMETERS. - PARAMETERS - Static variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The reference instance of
information_schema.PARAMETERS - PARAMETERS - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.parameters. - PARAMETERS - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.parameters. - PARAMETERS - Static variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The reference instance of
information_schema.parameters - PARAMS - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.PARAMS. - parseNotNull(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- parsePrecision(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- parseScale(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- parseTypeName(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
- PARTITIONED - Variable in class org.jooq.meta.cubrid.dba.tables.DbClass
-
The column
db_class.partitioned. - PASCAL - org.jooq.meta.jaxb.MatcherTransformType
- password - Variable in class org.jooq.meta.jaxb.Jdbc
- PASSWORD - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.password. - pattern(String) - Method in class org.jooq.meta.Patterns
- Patterns - Class in org.jooq.meta
-
A cache for
Patterninstances. - Patterns() - Constructor for class org.jooq.meta.Patterns
- PG_ATTRDEF - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_attrdef. - PG_ATTRDEF - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_attrdef. - PG_ATTRDEF - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
The reference instance of
pg_catalog.pg_attrdef - PG_ATTRIBUTE - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_attribute. - PG_ATTRIBUTE - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_attribute. - PG_ATTRIBUTE - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
The reference instance of
pg_catalog.pg_attribute - PG_CATALOG - Variable in class org.jooq.meta.postgres.pg_catalog.DefaultCatalog
-
The schema
pg_catalog. - PG_CATALOG - Static variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The reference instance of
pg_catalog - PG_CLASS - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_class. - PG_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_class. - PG_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The reference instance of
pg_catalog.pg_class - PG_CLASS__SYNTHETIC_FK_PG_CLASS__SYNTHETIC_PK_PG_NAMESPACE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_COLLATION - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_collation. - PG_COLLATION - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_collation. - PG_COLLATION - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
The reference instance of
pg_catalog.pg_collation - PG_CONSTRAINT - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_constraint. - PG_CONSTRAINT - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_constraint. - PG_CONSTRAINT - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
The reference instance of
pg_catalog.pg_constraint - PG_CONSTRAINT__SYNTHETIC_FK_PG_CONSTRAINT__SYNTHETIC_PK_PG_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_CONSTRAINT__SYNTHETIC_FK_PG_CONSTRAINT__SYNTHETIC_PK_PG_NAMESPACE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_DEPEND - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_depend. - PG_DEPEND - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_depend. - PG_DEPEND - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The reference instance of
pg_catalog.pg_depend - PG_DESCRIPTION - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_description. - PG_DESCRIPTION - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_description. - PG_DESCRIPTION - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
The reference instance of
pg_catalog.pg_description - PG_ENUM - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_enum. - PG_ENUM - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_enum. - PG_ENUM - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
The reference instance of
pg_catalog.pg_enum - PG_ENUM__SYNTHETIC_FK_PG_ENUM__SYNTHETIC_PK_PG_TYPE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_INDEX - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_index. - PG_INDEX - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_index. - PG_INDEX - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
The reference instance of
pg_catalog.pg_index - PG_INDEX__INDEX_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_INDEX__TABLE_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_INHERITS - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_inherits. - PG_INHERITS - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_inherits. - PG_INHERITS - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
The reference instance of
pg_catalog.pg_inherits - PG_NAMESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_namespace. - PG_NAMESPACE - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_namespace. - PG_NAMESPACE - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
The reference instance of
pg_catalog.pg_namespace - PG_PROC - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_proc. - PG_PROC - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_proc. - PG_PROC - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The reference instance of
pg_catalog.pg_proc - PG_SEQUENCE - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_sequence. - PG_SEQUENCE - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_sequence. - PG_SEQUENCE - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The reference instance of
pg_catalog.pg_sequence - PG_SEQUENCE__SYNTHETIC_FK_PG_SEQUENCE__SYNTHETIC_PK_PG_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_SEQUENCE__SYNTHETIC_FK_PG_SEQUENCE__SYNTHETIC_PK_PG_TYPE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PG_TYPE - Variable in class org.jooq.meta.postgres.pg_catalog.PgCatalog
-
The table
pg_catalog.pg_type. - PG_TYPE - Static variable in class org.jooq.meta.postgres.pg_catalog.Tables
-
The table
pg_catalog.pg_type. - PG_TYPE - Static variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The reference instance of
pg_catalog.pg_type - PG_TYPE__SYNTHETIC_FK_PG_TYPE__SYNTHETIC_PK_PG_NAMESPACE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- PgAttrdef - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgAttrdef() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Create a
pg_catalog.pg_attrdeftable reference - PgAttrdef(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Create an aliased
pg_catalog.pg_attrdeftable reference - PgAttrdef(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Create an aliased
pg_catalog.pg_attrdeftable reference - PgAttrdef(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
- PgAttribute - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgAttribute() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Create a
pg_catalog.pg_attributetable reference - PgAttribute(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Create an aliased
pg_catalog.pg_attributetable reference - PgAttribute(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Create an aliased
pg_catalog.pg_attributetable reference - PgAttribute(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
- PgCatalog - Class in org.jooq.meta.postgres.pg_catalog
-
This class is generated by jOOQ.
- pgClass() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- pgClass() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- PgClass - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgClass() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
Create a
pg_catalog.pg_classtable reference - PgClass(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
Create an aliased
pg_catalog.pg_classtable reference - PgClass(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
Create an aliased
pg_catalog.pg_classtable reference - PgClass(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- PgCollation - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgCollation() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
Create a
pg_catalog.pg_collationtable reference - PgCollation(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
Create an aliased
pg_catalog.pg_collationtable reference - PgCollation(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
Create an aliased
pg_catalog.pg_collationtable reference - PgCollation(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
- PgConstraint - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgConstraint() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
Create a
pg_catalog.pg_constrainttable reference - PgConstraint(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
Create an aliased
pg_catalog.pg_constrainttable reference - PgConstraint(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
Create an aliased
pg_catalog.pg_constrainttable reference - PgConstraint(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- PgDepend - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgDepend() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
Create a
pg_catalog.pg_dependtable reference - PgDepend(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
Create an aliased
pg_catalog.pg_dependtable reference - PgDepend(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
Create an aliased
pg_catalog.pg_dependtable reference - PgDepend(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
- PgDescription - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgDescription() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
Create a
pg_catalog.pg_descriptiontable reference - PgDescription(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
Create an aliased
pg_catalog.pg_descriptiontable reference - PgDescription(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
Create an aliased
pg_catalog.pg_descriptiontable reference - PgDescription(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
- PgEnum - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgEnum() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
Create a
pg_catalog.pg_enumtable reference - PgEnum(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
Create an aliased
pg_catalog.pg_enumtable reference - PgEnum(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
Create an aliased
pg_catalog.pg_enumtable reference - PgEnum(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
- PgIndex - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgIndex() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Create a
pg_catalog.pg_indextable reference - PgIndex(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Create an aliased
pg_catalog.pg_indextable reference - PgIndex(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Create an aliased
pg_catalog.pg_indextable reference - PgIndex(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- PgInherits - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgInherits() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
Create a
pg_catalog.pg_inheritstable reference - PgInherits(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
Create an aliased
pg_catalog.pg_inheritstable reference - PgInherits(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
Create an aliased
pg_catalog.pg_inheritstable reference - PgInherits(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
- pgNamespace() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
- pgNamespace() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
- pgNamespace() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
- PgNamespace - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgNamespace() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
Create a
pg_catalog.pg_namespacetable reference - PgNamespace(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
Create an aliased
pg_catalog.pg_namespacetable reference - PgNamespace(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
Create an aliased
pg_catalog.pg_namespacetable reference - PgNamespace(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
- PgProc - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgProc() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
Create a
pg_catalog.pg_proctable reference - PgProc(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
Create an aliased
pg_catalog.pg_proctable reference - PgProc(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
Create an aliased
pg_catalog.pg_proctable reference - PgProc(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgProc
- PgSequence - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgSequence() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
Create a
pg_catalog.pg_sequencetable reference - PgSequence(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
Create an aliased
pg_catalog.pg_sequencetable reference - PgSequence(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
Create an aliased
pg_catalog.pg_sequencetable reference - PgSequence(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- pgType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
- pgType() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
- PgType - Class in org.jooq.meta.postgres.pg_catalog.tables
-
This class is generated by jOOQ.
- PgType() - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Create a
pg_catalog.pg_typetable reference - PgType(String) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Create an aliased
pg_catalog.pg_typetable reference - PgType(Name) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Create an aliased
pg_catalog.pg_typetable reference - PgType(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.pg_catalog.tables.PgType
- PK_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PK_NAME. - PKCOLUMN_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKCOLUMN_NAME. - PKTABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_CATALOG. - PKTABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_NAME. - PKTABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_SCHEMA. - pojoClass - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- pojoClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
- pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
- pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
- pojos - Variable in class org.jooq.meta.jaxb.Generate
- pojosAsJavaRecordClasses - Variable in class org.jooq.meta.jaxb.Generate
- pojosAsKotlinDataClasses - Variable in class org.jooq.meta.jaxb.Generate
- pojosAsScalaCaseClasses - Variable in class org.jooq.meta.jaxb.Generate
- pojosEqualsAndHashCode - Variable in class org.jooq.meta.jaxb.Generate
- pojosToString - Variable in class org.jooq.meta.jaxb.Generate
- POS - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.POS. - POS - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.POS. - POSITION_IN_UNIQUE_CONSTRAINT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.POSITION_IN_UNIQUE_CONSTRAINT. - POSITION_IN_UNIQUE_CONSTRAINT - Variable in class org.jooq.meta.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.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.position_in_unique_constraint. - PositionedDefinition - Interface in org.jooq.meta
-
A definition that is positioned at a 1-based index within its parent.
- PostgresDatabase - Class in org.jooq.meta.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.meta.postgres.PostgresDatabase
- PostgresMaterializedViewDefinition - Class in org.jooq.meta.postgres
- PostgresMaterializedViewDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.postgres.PostgresMaterializedViewDefinition
- PostgresMaterializedViewDefinition(SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.postgres.PostgresMaterializedViewDefinition
- PostgresRoutineDefinition - Class in org.jooq.meta.postgres
-
Postgres implementation of
AbstractRoutineDefinition - PostgresRoutineDefinition(Database, Record) - Constructor for class org.jooq.meta.postgres.PostgresRoutineDefinition
- PostgresTableDefinition - Class in org.jooq.meta.postgres
- PostgresTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.postgres.PostgresTableDefinition
- PostgresTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.postgres.PostgresTableDefinition
- PostgresTableValuedFunction - Class in org.jooq.meta.postgres
- PostgresTableValuedFunction(SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.postgres.PostgresTableValuedFunction
- PostgresTableValuedFunction(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.meta.postgres.PostgresTableValuedFunction
- PostgresUDTDefinition - Class in org.jooq.meta.postgres
- PostgresUDTDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.postgres.PostgresUDTDefinition
- PREC - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.prec. - PRECISION - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.PRECISION. - PRECISION - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.PRECISION. - PRECISION - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.PRECISION. - PRECISION_SCALE - Static variable in class org.jooq.meta.AbstractElementContainerDefinition
-
Precision and scale for those dialects that don't formally provide that information in a separate field
- PREFIX - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.PREFIX. - PRIMARY_KEY - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.PRIMARY_KEY. - primaryKeys - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
- primaryKeys(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
- primaryKeys(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- primaryKeys(List<String>) - Method in class org.jooq.meta.h2.H2Database
- primaryKeys(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- primaryKeys(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
- primaryKeys(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
- primaryKeys(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
-
A query that produces primary keys for a set of input schemas.
- printMarginForBlockComment - Variable in class org.jooq.meta.jaxb.Generate
- priority - Variable in class org.jooq.meta.jaxb.ForcedType
- PRIVILEGES - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.PRIVILEGES. - PROACL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proacl. - PROALLARGTYPES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proallargtypes. - PROARGDEFAULTS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - PROARGMODES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proargmodes. - PROARGNAMES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proargnames. - PROARGTYPES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proargtypes. - PROBIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.probin. - Proc - Class in org.jooq.meta.mysql.mysql.tables
-
Stored Procedures
- Proc() - Constructor for class org.jooq.meta.mysql.mysql.tables.Proc
-
Create a
mysql.proctable reference - Proc(String) - Constructor for class org.jooq.meta.mysql.mysql.tables.Proc
-
Create an aliased
mysql.proctable reference - Proc(Name) - Constructor for class org.jooq.meta.mysql.mysql.tables.Proc
-
Create an aliased
mysql.proctable reference - Proc(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.mysql.tables.Proc
- PROC - Variable in class org.jooq.meta.mysql.mysql.Mysql
-
Stored Procedures
- PROC - Static variable in class org.jooq.meta.mysql.mysql.Tables
-
Stored Procedures
- PROC - Static variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The reference instance of
mysql.proc - PROC_PRIV - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Proc_priv. - PROCEDURE - org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
- PROCEDURE - org.jooq.meta.mysql.mysql.enums.ProcType
- ProcIsDeterministic - Enum in org.jooq.meta.mysql.mysql.enums
-
This class is generated by jOOQ.
- ProcLanguage - Enum in org.jooq.meta.mysql.mysql.enums
-
This class is generated by jOOQ.
- PROCONFIG - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proconfig. - PROCOST - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.procost. - PROCS_PRIV - Variable in class org.jooq.meta.mysql.mysql.Mysql
-
Procedure privileges
- PROCS_PRIV - Static variable in class org.jooq.meta.mysql.mysql.Tables
-
Procedure privileges
- PROCS_PRIV - Static variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The reference instance of
mysql.procs_priv - ProcSecurityType - Enum in org.jooq.meta.mysql.mysql.enums
-
This class is generated by jOOQ.
- ProcsPriv - Class in org.jooq.meta.mysql.mysql.tables
-
Procedure privileges
- ProcsPriv() - Constructor for class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
Create a
mysql.procs_privtable reference - ProcsPriv(String) - Constructor for class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
Create an aliased
mysql.procs_privtable reference - ProcsPriv(Name) - Constructor for class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
Create an aliased
mysql.procs_privtable reference - ProcsPriv(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.mysql.tables.ProcsPriv
- ProcsPrivRoutineType - Enum in org.jooq.meta.mysql.mysql.enums
-
This class is generated by jOOQ.
- ProcSqlDataAccess - Enum in org.jooq.meta.mysql.mysql.enums
-
This class is generated by jOOQ.
- ProcType - Enum in org.jooq.meta.mysql.mysql.enums
-
This class is generated by jOOQ.
- PROISSTRICT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proisstrict. - PROKIND - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prokind. - PROLANG - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prolang. - PROLEAKPROOF - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proleakproof. - PRONAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proname. - PRONAMESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.pronamespace. - PRONARGDEFAULTS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.pronargdefaults. - PRONARGS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.pronargs. - PROOWNER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proowner. - PROPARALLEL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proparallel. - properties - Variable in class org.jooq.meta.jaxb.Database
- properties - Variable in class org.jooq.meta.jaxb.Jdbc
- Property - Class in org.jooq.meta.jaxb
-
Custom properties that are useful for Database implementations like
JPADatabase,XMLDatabase, orDDLDatabase, or to pass to JDBC drivers. - Property() - Constructor for class org.jooq.meta.jaxb.Property
- PRORETSET - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.proretset. - PRORETTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prorettype. - PROROWS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prorows. - PROSECDEF - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prosecdef. - PROSRC - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prosrc. - PROSUPPORT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.prosupport. - PROTRFTYPES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.protrftypes. - PROVARIADIC - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.provariadic. - PROVOLATILE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
The column
pg_catalog.pg_proc.provolatile. - PUBLIC - org.jooq.meta.jaxb.VisibilityModifier
Q
R
- RADIX - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.RADIX. - RADIX - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.RADIX. - RDB$ARGUMENT_MECHANISM - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$ARGUMENT_MECHANISM. - RDB$ARGUMENT_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$ARGUMENT_NAME. - RDB$ARGUMENT_POSITION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$ARGUMENT_POSITION. - RDB$BASE_FIELD - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$BASE_FIELD. - RDB$CHARACTER_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$CHARACTER_LENGTH. - RDB$CHARACTER_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$CHARACTER_LENGTH. - RDB$CHARACTER_SET_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$CHARACTER_SET_ID. - RDB$CHARACTER_SET_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$CHARACTER_SET_ID. - RDB$CHECK_CONSTRAINTS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$CHECK_CONSTRAINTS. - RDB$CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$CHECK_CONSTRAINTS. - RDB$CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
The reference instance of
RDB$CHECK_CONSTRAINTS - Rdb$checkConstraints - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$checkConstraints() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
Create a
RDB$CHECK_CONSTRAINTStable reference - Rdb$checkConstraints(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
Create an aliased
RDB$CHECK_CONSTRAINTStable reference - Rdb$checkConstraints(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
Create an aliased
RDB$CHECK_CONSTRAINTStable reference - Rdb$checkConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
- RDB$COLLATION_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$COLLATION_ID. - RDB$COLLATION_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$COLLATION_ID. - RDB$COLLATION_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$COLLATION_ID. - RDB$COLLATION_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$COLLATION_ID. - RDB$COMPLEX_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$COMPLEX_NAME. - RDB$COMPUTED_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$COMPUTED_BLR. - RDB$COMPUTED_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$COMPUTED_SOURCE. - RDB$CONST_NAME_UQ - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The column
RDB$REF_CONSTRAINTS.RDB$CONST_NAME_UQ. - RDB$CONSTRAINT_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
The column
RDB$CHECK_CONSTRAINTS.RDB$CONSTRAINT_NAME. - RDB$CONSTRAINT_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The column
RDB$REF_CONSTRAINTS.RDB$CONSTRAINT_NAME. - RDB$CONSTRAINT_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The column
RDB$RELATION_CONSTRAINTS.RDB$CONSTRAINT_NAME. - RDB$CONSTRAINT_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The column
RDB$RELATION_CONSTRAINTS.RDB$CONSTRAINT_TYPE. - RDB$DBKEY_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$DBKEY_LENGTH. - RDB$DEBUG_INFO - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$DEBUG_INFO. - RDB$DEBUG_INFO - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$DEBUG_INFO. - RDB$DEBUG_INFO - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$DEBUG_INFO. - RDB$DEFAULT_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$DEFAULT_CLASS. - RDB$DEFAULT_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$DEFAULT_SOURCE. - RDB$DEFAULT_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$DEFAULT_SOURCE. - RDB$DEFAULT_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$DEFAULT_SOURCE. - RDB$DEFAULT_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$DEFAULT_SOURCE. - RDB$DEFAULT_VALUE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$DEFAULT_VALUE. - RDB$DEFAULT_VALUE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$DEFAULT_VALUE. - RDB$DEFAULT_VALUE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$DEFAULT_VALUE. - RDB$DEFAULT_VALUE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$DEFAULT_VALUE. - RDB$DEFERRABLE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The column
RDB$RELATION_CONSTRAINTS.RDB$DEFERRABLE. - RDB$DELETE_RULE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The column
RDB$REF_CONSTRAINTS.RDB$DELETE_RULE. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$DESCRIPTION. - RDB$DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$DESCRIPTION. - RDB$DETERMINISTIC_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$DETERMINISTIC_FLAG. - RDB$DIMENSIONS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$DIMENSIONS. - RDB$EDIT_STRING - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$EDIT_STRING. - RDB$EDIT_STRING - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$EDIT_STRING. - RDB$ENGINE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$ENGINE_NAME. - RDB$ENGINE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$ENGINE_NAME. - RDB$ENGINE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$ENGINE_NAME. - RDB$ENTRYPOINT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$ENTRYPOINT. - RDB$ENTRYPOINT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$ENTRYPOINT. - RDB$ENTRYPOINT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$ENTRYPOINT. - RDB$EXPRESSION_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$EXPRESSION_BLR. - RDB$EXPRESSION_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$EXPRESSION_SOURCE. - RDB$EXTERNAL_DESCRIPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$EXTERNAL_DESCRIPTION. - RDB$EXTERNAL_FILE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$EXTERNAL_FILE. - RDB$EXTERNAL_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$EXTERNAL_LENGTH. - RDB$EXTERNAL_SCALE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$EXTERNAL_SCALE. - RDB$EXTERNAL_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$EXTERNAL_TYPE. - RDB$FIELD_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$FIELD_ID. - RDB$FIELD_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$FIELD_ID. - RDB$FIELD_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$FIELD_LENGTH. - RDB$FIELD_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_LENGTH. - RDB$FIELD_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$FIELD_NAME. - RDB$FIELD_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_NAME. - RDB$FIELD_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
The column
RDB$INDEX_SEGMENTS.RDB$FIELD_NAME. - RDB$FIELD_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$FIELD_NAME. - RDB$FIELD_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$FIELD_NAME. - RDB$FIELD_POSITION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
The column
RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION. - RDB$FIELD_POSITION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$FIELD_POSITION. - RDB$FIELD_PRECISION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$FIELD_PRECISION. - RDB$FIELD_PRECISION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_PRECISION. - RDB$FIELD_SCALE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$FIELD_SCALE. - RDB$FIELD_SCALE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_SCALE. - RDB$FIELD_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_SOURCE. - RDB$FIELD_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$FIELD_SOURCE. - RDB$FIELD_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$FIELD_SOURCE. - RDB$FIELD_SUB_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$FIELD_SUB_TYPE. - RDB$FIELD_SUB_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_SUB_TYPE. - RDB$FIELD_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$FIELD_TYPE. - RDB$FIELD_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FIELD_TYPE. - Rdb$fields - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$fields() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
Create a
RDB$FIELDStable reference - Rdb$fields(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
Create an aliased
RDB$FIELDStable reference - Rdb$fields(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
Create an aliased
RDB$FIELDStable reference - Rdb$fields(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$fields
- RDB$FIELDS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$FIELDS. - RDB$FIELDS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$FIELDS. - RDB$FIELDS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The reference instance of
RDB$FIELDS - RDB$FLAGS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$FLAGS. - RDB$FLAGS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$FLAGS. - RDB$FOREIGN_KEY - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$FOREIGN_KEY. - RDB$FORMAT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$FORMAT. - RDB$FUNCTION_ARGUMENTS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$FUNCTION_ARGUMENTS. - RDB$FUNCTION_ARGUMENTS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$FUNCTION_ARGUMENTS. - RDB$FUNCTION_ARGUMENTS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The reference instance of
RDB$FUNCTION_ARGUMENTS - RDB$FUNCTION_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$FUNCTION_BLR. - RDB$FUNCTION_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$FUNCTION_ID. - RDB$FUNCTION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$FUNCTION_NAME. - RDB$FUNCTION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$FUNCTION_NAME. - RDB$FUNCTION_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$FUNCTION_SOURCE. - RDB$FUNCTION_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$FUNCTION_TYPE. - Rdb$functionArguments - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$functionArguments() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
Create a
RDB$FUNCTION_ARGUMENTStable reference - Rdb$functionArguments(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
Create an aliased
RDB$FUNCTION_ARGUMENTStable reference - Rdb$functionArguments(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
Create an aliased
RDB$FUNCTION_ARGUMENTStable reference - Rdb$functionArguments(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
- Rdb$functions - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$functions() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
Create a
RDB$FUNCTIONStable reference - Rdb$functions(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
Create an aliased
RDB$FUNCTIONStable reference - Rdb$functions(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
Create an aliased
RDB$FUNCTIONStable reference - Rdb$functions(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$functions
- RDB$FUNCTIONS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$FUNCTIONS. - RDB$FUNCTIONS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$FUNCTIONS. - RDB$FUNCTIONS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The reference instance of
RDB$FUNCTIONS - RDB$GENERATOR_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$GENERATOR_ID. - RDB$GENERATOR_INCREMENT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$GENERATOR_INCREMENT. - RDB$GENERATOR_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$GENERATOR_NAME. - RDB$GENERATOR_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$GENERATOR_NAME. - Rdb$generators - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$generators() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
Create a
RDB$GENERATORStable reference - Rdb$generators(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
Create an aliased
RDB$GENERATORStable reference - Rdb$generators(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
Create an aliased
RDB$GENERATORStable reference - Rdb$generators(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$generators
- RDB$GENERATORS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$GENERATORS. - RDB$GENERATORS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$GENERATORS. - RDB$GENERATORS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The reference instance of
RDB$GENERATORS - RDB$IDENTITY_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$IDENTITY_TYPE. - RDB$INDEX_0 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_11 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_12 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_13 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_15 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_18 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_2 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_21 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_22 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_46 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_5 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_53 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_8 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_9 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- RDB$INDEX_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$INDEX_ID. - RDB$INDEX_INACTIVE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$INDEX_INACTIVE. - RDB$INDEX_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
The column
RDB$INDEX_SEGMENTS.RDB$INDEX_NAME. - RDB$INDEX_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$INDEX_NAME. - RDB$INDEX_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The column
RDB$RELATION_CONSTRAINTS.RDB$INDEX_NAME. - RDB$INDEX_SEGMENTS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$INDEX_SEGMENTS. - RDB$INDEX_SEGMENTS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$INDEX_SEGMENTS. - RDB$INDEX_SEGMENTS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
The reference instance of
RDB$INDEX_SEGMENTS - RDB$INDEX_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$INDEX_TYPE. - Rdb$indexSegments - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$indexSegments() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
Create a
RDB$INDEX_SEGMENTStable reference - Rdb$indexSegments(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
Create an aliased
RDB$INDEX_SEGMENTStable reference - Rdb$indexSegments(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
Create an aliased
RDB$INDEX_SEGMENTStable reference - Rdb$indexSegments(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
- rdb$indices() - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
- Rdb$indices - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$indices() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
Create a
RDB$INDICEStable reference - Rdb$indices(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
Create an aliased
RDB$INDICEStable reference - Rdb$indices(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
Create an aliased
RDB$INDICEStable reference - Rdb$indices(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$indices
- RDB$INDICES - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$INDICES. - RDB$INDICES - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$INDICES. - RDB$INDICES - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The reference instance of
RDB$INDICES - RDB$INITIAL_VALUE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$INITIAL_VALUE. - RDB$INITIALLY_DEFERRED - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The column
RDB$RELATION_CONSTRAINTS.RDB$INITIALLY_DEFERRED. - RDB$LEGACY_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$LEGACY_FLAG. - RDB$MATCH_OPTION - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The column
RDB$REF_CONSTRAINTS.RDB$MATCH_OPTION. - RDB$MECHANISM - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$MECHANISM. - RDB$MISSING_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$MISSING_SOURCE. - RDB$MISSING_VALUE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$MISSING_VALUE. - RDB$MODULE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$MODULE_NAME. - RDB$NULL_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$NULL_FLAG. - RDB$NULL_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$NULL_FLAG. - RDB$NULL_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$NULL_FLAG. - RDB$NULL_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$NULL_FLAG. - RDB$OWNER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$OWNER_NAME. - RDB$OWNER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$OWNER_NAME. - RDB$OWNER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$OWNER_NAME. - RDB$OWNER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$OWNER_NAME. - RDB$OWNER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$OWNER_NAME. - RDB$PACKAGE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$PACKAGE_NAME. - RDB$PACKAGE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$PACKAGE_NAME. - RDB$PACKAGE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$PACKAGE_NAME. - RDB$PACKAGE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PACKAGE_NAME. - RDB$PARAMETER_MECHANISM - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_MECHANISM. - RDB$PARAMETER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_NAME. - RDB$PARAMETER_NUMBER - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_NUMBER. - RDB$PARAMETER_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$PARAMETER_TYPE. - RDB$PRIVATE_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$PRIVATE_FLAG. - RDB$PRIVATE_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PRIVATE_FLAG. - RDB$PROCEDURE_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_BLR. - RDB$PROCEDURE_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_ID. - RDB$PROCEDURE_INPUTS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_INPUTS. - RDB$PROCEDURE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$PROCEDURE_NAME. - RDB$PROCEDURE_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_NAME. - RDB$PROCEDURE_OUTPUTS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_OUTPUTS. - RDB$PROCEDURE_PARAMETERS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$PROCEDURE_PARAMETERS. - RDB$PROCEDURE_PARAMETERS - Static variable in class org.jooq.meta.firebird.rdb.Domains
-
The domain
RDB$PROCEDURE_PARAMETERS. - RDB$PROCEDURE_PARAMETERS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$PROCEDURE_PARAMETERS. - RDB$PROCEDURE_PARAMETERS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The reference instance of
RDB$PROCEDURE_PARAMETERS - RDB$PROCEDURE_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_SOURCE. - RDB$PROCEDURE_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$PROCEDURE_TYPE. - Rdb$procedureParameters - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$procedureParameters() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
Create a
RDB$PROCEDURE_PARAMETERStable reference - Rdb$procedureParameters(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
Create an aliased
RDB$PROCEDURE_PARAMETERStable reference - Rdb$procedureParameters(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
Create an aliased
RDB$PROCEDURE_PARAMETERStable reference - Rdb$procedureParameters(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
- Rdb$procedures - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$procedures() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
Create a
RDB$PROCEDUREStable reference - Rdb$procedures(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
Create an aliased
RDB$PROCEDUREStable reference - Rdb$procedures(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
Create an aliased
RDB$PROCEDUREStable reference - Rdb$procedures(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
- RDB$PROCEDURES - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$PROCEDURES. - RDB$PROCEDURES - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$PROCEDURES. - RDB$PROCEDURES - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The reference instance of
RDB$PROCEDURES - RDB$QUERY_HEADER - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$QUERY_HEADER. - RDB$QUERY_HEADER - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$QUERY_HEADER. - RDB$QUERY_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$QUERY_NAME. - RDB$QUERY_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$QUERY_NAME. - RDB$QUERY_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$QUERY_NAME. - RDB$REF_CONSTRAINTS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$REF_CONSTRAINTS. - RDB$REF_CONSTRAINTS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$REF_CONSTRAINTS. - RDB$REF_CONSTRAINTS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The reference instance of
RDB$REF_CONSTRAINTS - Rdb$refConstraints - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$refConstraints() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
Create a
RDB$REF_CONSTRAINTStable reference - Rdb$refConstraints(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
Create an aliased
RDB$REF_CONSTRAINTStable reference - Rdb$refConstraints(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
Create an aliased
RDB$REF_CONSTRAINTStable reference - Rdb$refConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
- RDB$RELATION_CONSTRAINTS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$RELATION_CONSTRAINTS. - RDB$RELATION_CONSTRAINTS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$RELATION_CONSTRAINTS. - RDB$RELATION_CONSTRAINTS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The reference instance of
RDB$RELATION_CONSTRAINTS - RDB$RELATION_FIELDS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$RELATION_FIELDS. - RDB$RELATION_FIELDS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$RELATION_FIELDS. - RDB$RELATION_FIELDS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The reference instance of
RDB$RELATION_FIELDS - RDB$RELATION_ID - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$RELATION_ID. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$RELATION_NAME. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$RELATION_NAME. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$RELATION_NAME. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
The column
RDB$RELATION_CONSTRAINTS.RDB$RELATION_NAME. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$RELATION_NAME. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$RELATION_NAME. - RDB$RELATION_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$RELATION_NAME. - RDB$RELATION_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$RELATION_TYPE. - Rdb$relationConstraints - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$relationConstraints() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
Create a
RDB$RELATION_CONSTRAINTStable reference - Rdb$relationConstraints(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
Create an aliased
RDB$RELATION_CONSTRAINTStable reference - Rdb$relationConstraints(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
Create an aliased
RDB$RELATION_CONSTRAINTStable reference - Rdb$relationConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
- Rdb$relationFields - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$relationFields() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
Create a
RDB$RELATION_FIELDStable reference - Rdb$relationFields(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
Create an aliased
RDB$RELATION_FIELDStable reference - Rdb$relationFields(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
Create an aliased
RDB$RELATION_FIELDStable reference - Rdb$relationFields(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
- Rdb$relations - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$relations() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
Create a
RDB$RELATIONStable reference - Rdb$relations(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
Create an aliased
RDB$RELATIONStable reference - Rdb$relations(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
Create an aliased
RDB$RELATIONStable reference - Rdb$relations(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$relations
- RDB$RELATIONS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$RELATIONS. - RDB$RELATIONS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$RELATIONS. - RDB$RELATIONS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The reference instance of
RDB$RELATIONS - RDB$RETURN_ARGUMENT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$RETURN_ARGUMENT. - RDB$RUNTIME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$RUNTIME. - RDB$RUNTIME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$RUNTIME. - RDB$SECURITY_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$SECURITY_CLASS. - RDB$SECURITY_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$SECURITY_CLASS. - RDB$SECURITY_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$SECURITY_CLASS. - RDB$SECURITY_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$SECURITY_CLASS. - RDB$SECURITY_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$SECURITY_CLASS. - RDB$SECURITY_CLASS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$SECURITY_CLASS. - RDB$SEGMENT_COUNT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$SEGMENT_COUNT. - RDB$SEGMENT_LENGTH - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$SEGMENT_LENGTH. - RDB$STATISTICS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
The column
RDB$INDEX_SEGMENTS.RDB$STATISTICS. - RDB$STATISTICS - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$STATISTICS. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
The column
RDB$FUNCTION_ARGUMENTS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
The column
RDB$GENERATORS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
The column
RDB$PROCEDURE_PARAMETERS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$SYSTEM_FLAG. - RDB$SYSTEM_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$SYSTEM_FLAG. - RDB$TRIGGER_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$TRIGGER_BLR. - RDB$TRIGGER_INACTIVE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$TRIGGER_INACTIVE. - RDB$TRIGGER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
The column
RDB$CHECK_CONSTRAINTS.RDB$TRIGGER_NAME. - RDB$TRIGGER_NAME - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$TRIGGER_NAME. - RDB$TRIGGER_SEQUENCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$TRIGGER_SEQUENCE. - RDB$TRIGGER_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$TRIGGER_SOURCE. - RDB$TRIGGER_TYPE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$TRIGGER_TYPE. - Rdb$triggers - Class in org.jooq.meta.firebird.rdb.tables
-
This class is generated by jOOQ.
- Rdb$triggers() - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
Create a
RDB$TRIGGERStable reference - Rdb$triggers(String) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
Create an aliased
RDB$TRIGGERStable reference - Rdb$triggers(Name) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
Create an aliased
RDB$TRIGGERStable reference - Rdb$triggers(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
- RDB$TRIGGERS - Variable in class org.jooq.meta.firebird.rdb.DefaultSchema
-
The table
RDB$TRIGGERS. - RDB$TRIGGERS - Static variable in class org.jooq.meta.firebird.rdb.Tables
-
The table
RDB$TRIGGERS. - RDB$TRIGGERS - Static variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The reference instance of
RDB$TRIGGERS - RDB$UNIQUE_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
The column
RDB$INDICES.RDB$UNIQUE_FLAG. - RDB$UPDATE_FLAG - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$UPDATE_FLAG. - RDB$UPDATE_RULE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
The column
RDB$REF_CONSTRAINTS.RDB$UPDATE_RULE. - RDB$VALID_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
The column
RDB$FUNCTIONS.RDB$VALID_BLR. - RDB$VALID_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
The column
RDB$PROCEDURES.RDB$VALID_BLR. - RDB$VALID_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
The column
RDB$TRIGGERS.RDB$VALID_BLR. - RDB$VALIDATION_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$VALIDATION_BLR. - RDB$VALIDATION_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
The column
RDB$FIELDS.RDB$VALIDATION_SOURCE. - RDB$VIEW_BLR - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$VIEW_BLR. - RDB$VIEW_CONTEXT - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
The column
RDB$RELATION_FIELDS.RDB$VIEW_CONTEXT. - RDB$VIEW_SOURCE - Variable in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
The column
RDB$RELATIONS.RDB$VIEW_SOURCE. - READ_ONLY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.READ_ONLY. - READS_SQL_DATA - org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
- recordClass - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- recordClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
- recordImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
- recordImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
- records - Variable in class org.jooq.meta.jaxb.Generate
- recordsImplementingRecordN - Variable in class org.jooq.meta.jaxb.Generate
- recordTimestampFields - Variable in class org.jooq.meta.jaxb.Database
- recordVersionFields - Variable in class org.jooq.meta.jaxb.Database
- ref(Class<?>) - Method in interface org.jooq.meta.JavaTypeResolver
-
Get the unqualified type reference and add an import for the qualified type, if necessary.
- ref(String) - Method in interface org.jooq.meta.JavaTypeResolver
-
Get the unqualified type reference and add an import for the qualified type, if necessary.
- REF_GENERATION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.REF_GENERATION. how are values in SELF_REFERENCING_COL_NAME created? - REFCLASSID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.refclassid. - REFERENCE_GENERATION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.REFERENCE_GENERATION. - REFERENCE_GENERATION - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.reference_generation. - REFERENCECOUNT - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.REFERENCECOUNT. - REFERENCED_COLUMN_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.REFERENCED_COLUMN_NAME. - REFERENCED_CONSTRAINT - Static variable in class org.jooq.meta.h2.information_schema.Keys
- REFERENCED_CONSTRAINT - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- REFERENCED_CONSTRAINT - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- REFERENCED_TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.REFERENCED_TABLE_NAME. - REFERENCED_TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.REFERENCED_TABLE_NAME. - REFERENCED_TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.REFERENCED_TABLE_SCHEMA. - REFERENCEDCOLUMNS - Variable in class org.jooq.meta.derby.sys.tables.Syschecks
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - referencedConstraint() - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
- referencedConstraint() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- referencedConstraint() - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- referencedFields - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- referencedKey - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- referencedTable - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- REFERENCEID - Variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The column
SYS.SYSCOLUMNS.REFERENCEID. - REFERENCING_CONSTRAINT - Static variable in class org.jooq.meta.h2.information_schema.Keys
- REFERENCING_CONSTRAINT - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- REFERENCING_CONSTRAINT - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- referencingComment - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- referencingConstraint() - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
- referencingConstraint() - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- referencingConstraint() - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- referencingName - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- REFERENTIAL_CONSTRAINTS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each foreign key constraint
- REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each foreign key constraint
- REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The reference instance of
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS - REFERENTIAL_CONSTRAINTS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.REFERENTIAL_CONSTRAINTS. - REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.REFERENTIAL_CONSTRAINTS. - REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The reference instance of
information_schema.REFERENTIAL_CONSTRAINTS - REFERENTIAL_CONSTRAINTS - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.referential_constraints. - REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.referential_constraints. - REFERENTIAL_CONSTRAINTS - Static variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The reference instance of
information_schema.referential_constraints - ReferentialConstraints - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each foreign key constraint
- ReferentialConstraints - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- ReferentialConstraints - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- ReferentialConstraints() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
Create a
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTStable reference - ReferentialConstraints() - Constructor for class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
Create a
information_schema.REFERENTIAL_CONSTRAINTStable reference - ReferentialConstraints() - Constructor for class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
Create a
information_schema.referential_constraintstable reference - ReferentialConstraints(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
Create an aliased
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTStable reference - ReferentialConstraints(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
Create an aliased
information_schema.REFERENTIAL_CONSTRAINTStable reference - ReferentialConstraints(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
Create an aliased
information_schema.referential_constraintstable reference - ReferentialConstraints(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
Create an aliased
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTStable reference - ReferentialConstraints(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
Create an aliased
information_schema.REFERENTIAL_CONSTRAINTStable reference - ReferentialConstraints(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
Create an aliased
information_schema.referential_constraintstable reference - ReferentialConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
- ReferentialConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
- ReferentialConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
- REFOBJID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.refobjid. - REFOBJSUBID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
The column
pg_catalog.pg_depend.refobjsubid. - RegexFlag - Enum in org.jooq.meta.jaxb
-
Java class for RegexFlag.
- regexFlags - Variable in class org.jooq.meta.jaxb.Database
- regexMatchesPartialQualification - Variable in class org.jooq.meta.jaxb.Database
- RELACL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relacl. - RELALLVISIBLE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relallvisible. - RELAM - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relam. - relations - Variable in class org.jooq.meta.jaxb.Generate
- Relations - Interface in org.jooq.meta
-
A model for all known Referenced Key / Referencing Key relations in the
Database's schema. - RELCHECKS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relchecks. - RELFILENODE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relfilenode. - RELFORCEROWSECURITY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relforcerowsecurity. - RELFROZENXID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relfrozenxid. - RELHASINDEX - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relhasindex. - RELHASRULES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relhasrules. - RELHASSUBCLASS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relhassubclass. - RELHASTRIGGERS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relhastriggers. - RELISPARTITION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relispartition. - RELISPOPULATED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relispopulated. - RELISSHARED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relisshared. - RELKIND - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relkind. - RELMINMXID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relminmxid. - RELNAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relname. - RELNAMESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relnamespace. - RELNATTS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relnatts. - RELOFTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.reloftype. - RELOPTIONS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.reloptions. - RELOWNER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relowner. - RELPAGES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relpages. - RELPARTBOUND - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - RELPERSISTENCE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relpersistence. - RELREPLIDENT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relreplident. - RELREWRITE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relrewrite. - RELROWSECURITY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.relrowsecurity. - RELTABLESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.reltablespace. - RELTOASTRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.reltoastrelid. - RELTUPLES - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.reltuples. - RELTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
The column
pg_catalog.pg_class.reltype. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.REMARKS. - REMARKS - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.REMARKS. - REMARKS - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.REMARKS. explanitory comment describing the column (may be NULL) - REMARKS - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.REMARKS. explanatory comment on the table - rename(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
Rename this table
- rename(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbClass
-
Rename this table
- rename(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbIndex
-
Rename this table
- rename(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbIndexKey
-
Rename this table
- rename(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
Rename this table
- rename(String) - Method in class org.jooq.meta.cubrid.dba.tables.DbUser
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Syschecks
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Syscolumns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Syskeys
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Syssequences
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Systables
-
Rename this table
- rename(String) - Method in class org.jooq.meta.derby.sys.tables.Sysviews
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
Rename this table
- rename(String) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Columns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Domains
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Indexes
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Tables
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
Rename this table
- rename(String) - Method in class org.jooq.meta.h2.information_schema.tables.Views
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
Rename this table
- rename(String) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Columns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.information_schema.tables.Views
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.mysql.tables.Proc
-
Rename this table
- rename(String) - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Columns
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Routines
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.information_schema.tables.Views
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
Rename this table
- rename(String) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Syschecks
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Syscolumns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Syskeys
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysschemas
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Syssequences
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Systables
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.derby.sys.tables.Sysviews
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$fields
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$functions
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$generators
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$indices
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$procedures
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relationFields
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$relations
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.firebird.rdb.tables.Rdb$triggers
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Columns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Constraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Domains
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Indexes
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Schemata
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Sequences
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Tables
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.h2.information_schema.tables.Views
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.DomainConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Domains
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Columns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Routines
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Tables
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.information_schema.tables.Views
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.mysql.tables.Proc
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.CheckConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Columns
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Domains
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Routines
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Tables
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.information_schema.tables.Views
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttrdef
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgAttribute
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgClass
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgConstraint
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDepend
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgDescription
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgInherits
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgNamespace
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgProc
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
Rename this table
- rename(Name) - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Rename this table
- replacesFields - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- replacesFields() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- replacesFields() - Method in interface org.jooq.meta.EmbeddableDefinition
-
Whether this embeddable replaces the fields it represents.
- resolve(DataTypeDefinition) - Method in interface org.jooq.meta.JavaTypeResolver
-
Resolve a Java type from a
DataTypeDefinition. - resolveReferencedKey() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
- resolveReferencedKey() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
- resolveReferencedKey() - Method in interface org.jooq.meta.ForeignKeyDefinition
-
Resolve a referenced key.
- resolveReferencedKey() - Method in interface org.jooq.meta.UniqueKeyDefinition
-
Resolve a referenced key.
- RESULT_CAST_AS_LOCATOR - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_AS_LOCATOR. - RESULT_CAST_AS_LOCATOR - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_as_locator. - RESULT_CAST_CHAR_MAX_LENGTH - Variable in class org.jooq.meta.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.meta.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.meta.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.meta.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.meta.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.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_char_set_catalog. - RESULT_CAST_CHAR_SET_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_char_set_name. - RESULT_CAST_CHAR_SET_SCHEMA - Variable in class org.jooq.meta.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.meta.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.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_CHARACTER_SET_NAME. - RESULT_CAST_COLLATION_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_COLLATION_CATALOG. - RESULT_CAST_COLLATION_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_collation_catalog. - RESULT_CAST_COLLATION_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_COLLATION_NAME. - RESULT_CAST_COLLATION_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_collation_name. - RESULT_CAST_COLLATION_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_COLLATION_SCHEMA. - RESULT_CAST_COLLATION_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_collation_schema. - RESULT_CAST_DATETIME_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DATETIME_PRECISION. - RESULT_CAST_DATETIME_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_datetime_precision. - RESULT_CAST_DECLARED_NUMERIC_PRECISION - Variable in class org.jooq.meta.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.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DECLARED_NUMERIC_SCALE. - RESULT_CAST_DTD_IDENTIFIER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_DTD_IDENTIFIER. - RESULT_CAST_DTD_IDENTIFIER - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_dtd_identifier. - RESULT_CAST_FROM_DATA_TYPE - Variable in class org.jooq.meta.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.meta.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.meta.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.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_INTERVAL_PRECISION. - RESULT_CAST_INTERVAL_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_interval_precision. - RESULT_CAST_INTERVAL_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_INTERVAL_TYPE. - RESULT_CAST_INTERVAL_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_interval_type. - RESULT_CAST_MAX_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_MAX_CARDINALITY. - RESULT_CAST_MAXIMUM_CARDINALITY - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_maximum_cardinality. - RESULT_CAST_NUMERIC_PRECISION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_NUMERIC_PRECISION. - RESULT_CAST_NUMERIC_PRECISION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_numeric_precision. - RESULT_CAST_NUMERIC_PRECISION_RADIX - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_numeric_precision_radix. - RESULT_CAST_NUMERIC_RADIX - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_NUMERIC_RADIX. - RESULT_CAST_NUMERIC_SCALE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_NUMERIC_SCALE. - RESULT_CAST_NUMERIC_SCALE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_numeric_scale. - RESULT_CAST_SCOPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_SCOPE_CATALOG. - RESULT_CAST_SCOPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_scope_catalog. - RESULT_CAST_SCOPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_SCOPE_NAME. - RESULT_CAST_SCOPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_scope_name. - RESULT_CAST_SCOPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.RESULT_CAST_SCOPE_SCHEMA. - RESULT_CAST_SCOPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_scope_schema. - RESULT_CAST_TYPE_UDT_CATALOG - Variable in class org.jooq.meta.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.meta.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.meta.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.meta.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.meta.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.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.result_cast_type_udt_schema. - ResultQueryDatabase - Interface in org.jooq.meta
-
An interface for all
AbstractDatabaseimplementations that can produceResultQueryobjects to query meta data. - RETURN - org.jooq.meta.InOutDefinition
-
A return value for a function
- RETURN_VALUE - Static variable in class org.jooq.meta.postgres.pg_catalog.routines.Count1
-
The parameter
pg_catalog.count.RETURN_VALUE. - RETURN_VALUE - Static variable in class org.jooq.meta.postgres.pg_catalog.routines.Count2
-
The parameter
pg_catalog.count.RETURN_VALUE. - RETURN_VALUE - Static variable in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
The parameter
pg_catalog.format_type.RETURN_VALUE. - RETURNS - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.returns. - RETURNS_RESULT - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.RETURNS_RESULT. - returnValue - Variable in class org.jooq.meta.AbstractRoutineDefinition
- ROOTPAGE - Static variable in class org.jooq.meta.sqlite.sqlite_master.SQLiteMaster
- ROUTINE_BODY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.ROUTINE_BODY. - ROUTINE_BODY - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_BODY. - ROUTINE_BODY - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.routine_body. - ROUTINE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.ROUTINE_CATALOG. - ROUTINE_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_CATALOG. - ROUTINE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.routine_catalog. - ROUTINE_COMMENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_COMMENT. - ROUTINE_DEFINITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.ROUTINE_DEFINITION. - ROUTINE_DEFINITION - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_DEFINITION. - ROUTINE_DEFINITION - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.routine_definition. - ROUTINE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.ROUTINE_NAME. - ROUTINE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_NAME. - ROUTINE_NAME - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Routine_name. - ROUTINE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.routine_name. - ROUTINE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.ROUTINE_SCHEMA. - ROUTINE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_SCHEMA. - ROUTINE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.routine_schema. - ROUTINE_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.ROUTINE_TYPE. - ROUTINE_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.ROUTINE_TYPE. - ROUTINE_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.ROUTINE_TYPE. - ROUTINE_TYPE - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Routine_type. - ROUTINE_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.routine_type. - routineClass - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
- RoutineDefinition - Interface in org.jooq.meta
-
An interface defining a stored routine in a database.
- routineImplements - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
- routineMethod - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
- routines - Variable in class org.jooq.meta.jaxb.Generate
- routines - Variable in class org.jooq.meta.jaxb.Matchers
- Routines - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each routine
- Routines - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Routines - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Routines - Class in org.jooq.meta.postgres.pg_catalog
-
Convenience access to all stored procedures and functions in pg_catalog.
- Routines() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
Create a
INFORMATION_SCHEMA.ROUTINEStable reference - Routines() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Routines
-
Create a
information_schema.ROUTINEStable reference - Routines() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Routines
-
Create a
information_schema.routinestable reference - Routines() - Constructor for class org.jooq.meta.postgres.pg_catalog.Routines
- Routines(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
Create an aliased
INFORMATION_SCHEMA.ROUTINEStable reference - Routines(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Routines
-
Create an aliased
information_schema.ROUTINEStable reference - Routines(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Routines
-
Create an aliased
information_schema.routinestable reference - Routines(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
Create an aliased
INFORMATION_SCHEMA.ROUTINEStable reference - Routines(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Routines
-
Create an aliased
information_schema.ROUTINEStable reference - Routines(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Routines
-
Create an aliased
information_schema.routinestable reference - Routines(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Routines
- Routines(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Routines
- Routines(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Routines
- ROUTINES - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each routine
- ROUTINES - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each routine
- ROUTINES - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The reference instance of
INFORMATION_SCHEMA.ROUTINES - ROUTINES - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.ROUTINES. - ROUTINES - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.ROUTINES. - ROUTINES - Static variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The reference instance of
information_schema.ROUTINES - ROUTINES - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.routines. - ROUTINES - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.routines. - ROUTINES - Static variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The reference instance of
information_schema.routines - ROW_CARDINALITY - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.ROW_CARDINALITY. - ROW_COUNT_ESTIMATE - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.ROW_COUNT_ESTIMATE. - ROW_FORMAT - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.ROW_FORMAT.
S
- SCALE - Variable in class org.jooq.meta.cubrid.dba.tables.DbAttribute
-
The column
db_attribute.scale. - SCALE - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.SCALE. - SCALE - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.SCALE. - schema - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- schema - Variable in class org.jooq.meta.jaxb.Jdbc
- schema - Variable in class org.jooq.meta.jaxb.SyntheticViewType
- SCHEMA_LEVEL_ROUTINE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SCHEMA_LEVEL_ROUTINE. - SCHEMA_LEVEL_ROUTINE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.schema_level_routine. - SCHEMA_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.SCHEMA_NAME. - SCHEMA_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.SCHEMA_NAME. - SCHEMA_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The column
information_schema.SCHEMATA.SCHEMA_NAME. - SCHEMA_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.schema_name. - SCHEMA_OWNER - Variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.SCHEMA_OWNER. - SCHEMA_OWNER - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.SCHEMA_OWNER. - SCHEMA_OWNER - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.schema_owner. - schemaClass - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
- SchemaDefinition - Class in org.jooq.meta
-
The definition of a database schema
- SchemaDefinition(Database, String, String) - Constructor for class org.jooq.meta.SchemaDefinition
- SchemaDefinition(Database, String, String, CatalogDefinition) - Constructor for class org.jooq.meta.SchemaDefinition
- SCHEMAID - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.SCHEMAID. - SCHEMAID - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.SCHEMAID. - SCHEMAID - Variable in class org.jooq.meta.derby.sys.tables.Sysschemas
-
The column
SYS.SYSSCHEMAS.SCHEMAID. - SCHEMAID - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.SCHEMAID. - SCHEMAID - Variable in class org.jooq.meta.derby.sys.tables.Systables
-
The column
SYS.SYSTABLES.SCHEMAID. - schemaIdentifier - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
- schemaImplements - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
- SchemaMappingType - Class in org.jooq.meta.jaxb
-
Configuration of an input schema and its mappings.
- SchemaMappingType() - Constructor for class org.jooq.meta.jaxb.SchemaMappingType
- SCHEMANAME - Variable in class org.jooq.meta.derby.sys.tables.Sysschemas
-
The column
SYS.SYSSCHEMAS.SCHEMANAME. - schemas - Variable in class org.jooq.meta.jaxb.Matchers
- schemata - Variable in class org.jooq.meta.jaxb.CatalogMappingType
- schemata - Variable in class org.jooq.meta.jaxb.Database
- schemata() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- schemata() - Method in class org.jooq.meta.postgres.information_schema.tables.Sequences
- Schemata - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Schemata - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each schema
- Schemata - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Schemata - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Schemata() - Constructor for class org.jooq.meta.h2.information_schema.tables.Schemata
-
Create a
INFORMATION_SCHEMA.SCHEMATAtable reference - Schemata() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
Create a
INFORMATION_SCHEMA.SCHEMATAtable reference - Schemata() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Schemata
-
Create a
information_schema.SCHEMATAtable reference - Schemata() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Schemata
-
Create a
information_schema.schematatable reference - Schemata(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Schemata
-
Create an aliased
INFORMATION_SCHEMA.SCHEMATAtable reference - Schemata(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
Create an aliased
INFORMATION_SCHEMA.SCHEMATAtable reference - Schemata(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Schemata
-
Create an aliased
information_schema.SCHEMATAtable reference - Schemata(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Schemata
-
Create an aliased
information_schema.schematatable reference - Schemata(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Schemata
-
Create an aliased
INFORMATION_SCHEMA.SCHEMATAtable reference - Schemata(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
Create an aliased
INFORMATION_SCHEMA.SCHEMATAtable reference - Schemata(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Schemata
-
Create an aliased
information_schema.SCHEMATAtable reference - Schemata(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Schemata
-
Create an aliased
information_schema.schematatable reference - Schemata(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Schemata
- Schemata(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Schemata
- Schemata(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Schemata
- Schemata(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Schemata
- SCHEMATA - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.SCHEMATA. - SCHEMATA - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.SCHEMATA. - SCHEMATA - Static variable in class org.jooq.meta.h2.information_schema.tables.Schemata
-
The reference instance of
INFORMATION_SCHEMA.SCHEMATA - SCHEMATA - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each schema
- SCHEMATA - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each schema
- SCHEMATA - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The reference instance of
INFORMATION_SCHEMA.SCHEMATA - SCHEMATA - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.SCHEMATA. - SCHEMATA - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.SCHEMATA. - SCHEMATA - Static variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The reference instance of
information_schema.SCHEMATA - SCHEMATA - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.schemata. - SCHEMATA - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.schemata. - SCHEMATA - Static variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The reference instance of
information_schema.schemata - schemaVersionProvider - Variable in class org.jooq.meta.jaxb.Database
- SchemaVersionProvider - Interface in org.jooq.meta
-
An SPI that can be used to provide a schema version to the jOOQ code generator.
- SCOPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SCOPE_CATALOG. - SCOPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.SCOPE_CATALOG. - SCOPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.SCOPE_CATALOG. - SCOPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SCOPE_CATALOG. - SCOPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.SCOPE_CATALOG. - SCOPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.scope_catalog. - SCOPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.scope_catalog. - SCOPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.scope_catalog. - SCOPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.scope_catalog. - SCOPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.scope_catalog. - SCOPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SCOPE_NAME. - SCOPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.SCOPE_NAME. - SCOPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.SCOPE_NAME. - SCOPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SCOPE_NAME. - SCOPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.scope_name. - SCOPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.scope_name. - SCOPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.scope_name. - SCOPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.scope_name. - SCOPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.scope_name. - SCOPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SCOPE_SCHEMA. - SCOPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.SCOPE_SCHEMA. - SCOPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.SCOPE_SCHEMA. - SCOPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SCOPE_SCHEMA. - SCOPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.SCOPE_SCHEMA. schema of table that is the scope of a reference attribute (NULL if the DATA_TYPE isn't REF) - SCOPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.scope_schema. - SCOPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.scope_schema. - SCOPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.scope_schema. - SCOPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.scope_schema. - SCOPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.scope_schema. - SCOPE_TABLE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.SCOPE_TABLE. table name that this the scope of a reference attribute (NULL if the DATA_TYPE isn't REF) - SEARCHABLE - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.SEARCHABLE. - SECURITY_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SECURITY_TYPE. - SECURITY_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.SECURITY_TYPE. - SECURITY_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.SECURITY_TYPE. - SECURITY_TYPE - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.security_type. - SECURITY_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.security_type. - SELECTIVITY - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SELECTIVITY. - SELECTIVITY - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.SELECTIVITY. - SELF_REFERENCING_COL_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.SELF_REFERENCING_COL_NAME. name of the designated "identifier" column of typed table (null if not typed) - SELF_REFERENCING_COLUMN_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.SELF_REFERENCING_COLUMN_NAME. - SELF_REFERENCING_COLUMN_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.self_referencing_column_name. - SEQ_IN_INDEX - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.SEQ_IN_INDEX. - SEQCACHE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqcache. - SEQCYCLE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqcycle. - SEQINCREMENT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqincrement. - SEQMAX - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqmax. - SEQMIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqmin. - SEQRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqrelid. - SEQSTART - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqstart. - SEQTYPID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgSequence
-
The column
pg_catalog.pg_sequence.seqtypid. - SEQUENCE - org.jooq.meta.jaxb.ForcedTypeObjectType
- SEQUENCE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_CATALOG. - SEQUENCE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_CATALOG. - SEQUENCE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.sequence_catalog. - SEQUENCE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SEQUENCE_NAME. - SEQUENCE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_NAME. - SEQUENCE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_NAME. - SEQUENCE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.sequence_name. - SEQUENCE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_SCHEMA. - SEQUENCE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.SEQUENCE_SCHEMA. - SEQUENCE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.sequence_schema. - SEQUENCEDATATYPE - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.SEQUENCEDATATYPE. - SequenceDefinition - Interface in org.jooq.meta
-
An interface defining a sequence
- sequenceFlags - Variable in class org.jooq.meta.jaxb.Generate
- SEQUENCEID - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.SEQUENCEID. - sequenceIdentifier - Variable in class org.jooq.meta.jaxb.MatchersSequenceType
- SEQUENCENAME - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.SEQUENCENAME. - sequences - Variable in class org.jooq.meta.jaxb.Generate
- sequences - Variable in class org.jooq.meta.jaxb.Matchers
- sequences(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
- sequences(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- sequences(List<String>) - Method in class org.jooq.meta.h2.H2Database
- sequences(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- sequences(List<String>) - Method in class org.jooq.meta.mariadb.MariaDBDatabase
- sequences(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
- sequences(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
- sequences(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
-
A query that produces sequences for a set of input schemas.
- Sequences - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Sequences - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each external sequence generator
- Sequences - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Sequences() - Constructor for class org.jooq.meta.h2.information_schema.tables.Sequences
-
Create a
INFORMATION_SCHEMA.SEQUENCEStable reference - Sequences() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
Create a
INFORMATION_SCHEMA.SEQUENCEStable reference - Sequences() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Sequences
-
Create a
information_schema.sequencestable reference - Sequences(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Sequences
-
Create an aliased
INFORMATION_SCHEMA.SEQUENCEStable reference - Sequences(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
Create an aliased
INFORMATION_SCHEMA.SEQUENCEStable reference - Sequences(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Sequences
-
Create an aliased
information_schema.sequencestable reference - Sequences(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Sequences
-
Create an aliased
INFORMATION_SCHEMA.SEQUENCEStable reference - Sequences(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
Create an aliased
INFORMATION_SCHEMA.SEQUENCEStable reference - Sequences(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Sequences
-
Create an aliased
information_schema.sequencestable reference - Sequences(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Sequences
- Sequences(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Sequences
- Sequences(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Sequences
- SEQUENCES - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.SEQUENCES. - SEQUENCES - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.SEQUENCES. - SEQUENCES - Static variable in class org.jooq.meta.h2.information_schema.tables.Sequences
-
The reference instance of
INFORMATION_SCHEMA.SEQUENCES - SEQUENCES - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each external sequence generator
- SEQUENCES - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each external sequence generator
- SEQUENCES - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The reference instance of
INFORMATION_SCHEMA.SEQUENCES - SEQUENCES - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.sequences. - SEQUENCES - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.sequences. - SEQUENCES - Static variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The reference instance of
information_schema.sequences - SEQUENCES__SYNTHETIC_FK_SEQUENCES__SYNTHETIC_PK_SCHEMATA - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- serializableInterfaces - Variable in class org.jooq.meta.jaxb.Generate
- serializablePojos - Variable in class org.jooq.meta.jaxb.Generate
- set__1(Long) - Method in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
Set the
_1parameter IN value to the routine - set__1(Object) - Method in class org.jooq.meta.postgres.pg_catalog.routines.Count1
-
Set the
_1parameter IN value to the routine - set__1(Field<Long>) - Method in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
Set the
_1parameter to the function to be used with aSelectstatement - set__1(Field<Object>) - Method in class org.jooq.meta.postgres.pg_catalog.routines.Count1
-
Set the
_1parameter to the function to be used with aSelectstatement - set__2(Integer) - Method in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
Set the
_2parameter IN value to the routine - set__2(Field<Integer>) - Method in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
Set the
_2parameter to the function to be used with aSelectstatement - setAutoCommit(Boolean) - Method in class org.jooq.meta.jaxb.Jdbc
-
Sets the value of the autoCommit property.
- setBasedir(String) - Method in class org.jooq.meta.AbstractDatabase
- setBasedir(String) - Method in interface org.jooq.meta.Database
-
The basedir that can be used by file based implementations to resolve relative paths.
- setBasedir(String) - Method in class org.jooq.meta.jaxb.Configuration
-
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.
- setBinding(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- setBinding(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A
Bindingimplementation for the custom type. - setCatalog(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
- setCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining catalog of the view.
- setCatalogClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This rule influences the naming of the generated
Catalogobject. - setCatalogIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This rule influences the naming of the generated
Catalogidentifier. - setCatalogImplements(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This string provides additional interfaces that a generated
Catalogshould implement. - setCatalogs(List<CatalogMappingType>) - Method in class org.jooq.meta.jaxb.Database
- setCatalogs(List<MatchersCatalogType>) - Method in class org.jooq.meta.jaxb.Matchers
- setCatalogVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
-
A custom version number that, if available, will be used to assess whether the
Database.getInputCatalog()from a given catalog will need to be regenerated. - setCatalogVersionProvider(CatalogVersionProvider) - Method in class org.jooq.meta.AbstractDatabase
- setCatalogVersionProvider(CatalogVersionProvider) - Method in interface org.jooq.meta.Database
-
The database's catalog version provider.
- setClean(Boolean) - Method in class org.jooq.meta.jaxb.Target
-
Sets the value of the clean property.
- setComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining comment on the embeddable type.
- setComment(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining comment on the view.
- setComments(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the comments property.
- setComments(List<CommentType>) - Method in class org.jooq.meta.jaxb.Database
- setCommentsOnAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnAttributes property.
- setCommentsOnCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnCatalogs property.
- setCommentsOnColumns(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnColumns property.
- setCommentsOnEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnEmbeddables property.
- setCommentsOnKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnKeys property.
- setCommentsOnLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnLinks property.
- setCommentsOnPackages(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnPackages property.
- setCommentsOnParameters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnParameters property.
- setCommentsOnQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnQueues property.
- setCommentsOnRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnRoutines property.
- setCommentsOnSchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnSchemas property.
- setCommentsOnSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnSequences property.
- setCommentsOnTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnTables property.
- setCommentsOnUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the commentsOnUDTs property.
- setConfiguredCatalogs(List<CatalogMappingType>) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredCatalogs(List<CatalogMappingType>) - Method in interface org.jooq.meta.Database
-
The input and output catalogs.
- setConfiguredComments(List<CommentType>) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredComments(List<CommentType>) - Method in interface org.jooq.meta.Database
-
Configure the comments.
- setConfiguredCustomTypes(List<CustomType>) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- setConfiguredCustomTypes(List<CustomType>) - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes()only. - setConfiguredEmbeddables(List<EmbeddableDefinitionType>) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredEmbeddables(List<EmbeddableDefinitionType>) - Method in interface org.jooq.meta.Database
-
Configure the embeddable types.
- setConfiguredEnumTypes(List<EnumType>) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredEnumTypes(List<EnumType>) - Method in interface org.jooq.meta.Database
-
Database objects matching any of these field names will be generated as enum types.
- setConfiguredForcedTypes(List<ForcedType>) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredForcedTypes(List<ForcedType>) - Method in interface org.jooq.meta.Database
-
Database objects matching any of these field names will be generated as forced types.
- setConfiguredSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredSchemata(List<SchemaMappingType>) - Method in interface org.jooq.meta.Database
-
The input and output schemata.
- setConfiguredSyntheticObjects(SyntheticObjectsType) - Method in class org.jooq.meta.AbstractDatabase
- setConfiguredSyntheticObjects(SyntheticObjectsType) - Method in interface org.jooq.meta.Database
-
Configure the synthetic objects.
- setConnection(Connection) - Method in class org.jooq.meta.AbstractDatabase
- setConnection(Connection) - Method in interface org.jooq.meta.Database
-
Initialise a connection to this database.
- setConstructorPropertiesAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the constructorPropertiesAnnotation property.
- setConstructorPropertiesAnnotationOnPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the constructorPropertiesAnnotationOnPojos property.
- setConstructorPropertiesAnnotationOnRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the constructorPropertiesAnnotationOnRecords property.
- setConverter(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- setConverter(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A converter implementation for the
ForcedType.getUserType(). - setCustomTypes(List<CustomType>) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- setDaoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
DAOobject. - setDaoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
DAOshould implement. - setDaos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the daos property.
- setDatabase(Database) - Method in class org.jooq.meta.jaxb.Generator
-
Configuration of the database meta data source.
- setDateAsTimestamp(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setDateAsTimestamp(boolean) - Method in interface org.jooq.meta.Database
-
Whether DATE columns should be treated as TIMESTAMP columns.
- setDateAsTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the dateAsTimestamp property.
- setDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
-
Sets the value of the deprecated property.
- setDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the deprecated property.
- setDeprecationOnUnknownTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the deprecationOnUnknownTypes property.
- setDialect(SQLDialect) - Method in class org.jooq.meta.AbstractDatabase
- setDialect(SQLDialect) - Method in interface org.jooq.meta.Database
-
Set the dialect for this database.
- setDirectory(String) - Method in class org.jooq.meta.jaxb.Target
-
The destination directory of your generated classes
- setDriver(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC driver class.
- setEmbeddableDomains(String) - Method in class org.jooq.meta.AbstractDatabase
- setEmbeddableDomains(String) - Method in interface org.jooq.meta.Database
-
A regular expression matching domain type definitions for which embeddable types should be generated.
- setEmbeddableDomains(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all domain type declarations for which wrapper types should be generated.
- setEmbeddablePrimaryKeys(String) - Method in class org.jooq.meta.AbstractDatabase
- setEmbeddablePrimaryKeys(String) - Method in interface org.jooq.meta.Database
-
A regular expression matching primary keys for which embeddable types should be generated.
- setEmbeddablePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.
- setEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the embeddables property.
- setEmbeddables(List<EmbeddableDefinitionType>) - Method in class org.jooq.meta.jaxb.Database
- setEmbeddables(List<MatchersEmbeddableType>) - Method in class org.jooq.meta.jaxb.Matchers
- setEmbeddableUniqueKeys(String) - Method in class org.jooq.meta.AbstractDatabase
- setEmbeddableUniqueKeys(String) - Method in interface org.jooq.meta.Database
-
A regular expression matching unique keys for which embeddable types should be generated.
- setEmbeddableUniqueKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.
- setEmptyCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the emptyCatalogs property.
- setEmptySchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the emptySchemas property.
- setEncoding(String) - Method in class org.jooq.meta.jaxb.Target
-
The file encoding to be used with all output files.
- setEnumClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This rule influences the naming of the generated
EnumTypeobject. - setEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- setEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
-
Sets the value of the enumConverter property.
- setEnumImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This string provides additional interfaces that a generated
EnumTypeshould implement. - setEnums(List<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
- setEnumsAsScalaSealedTraits(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Deprecated.
- setEnumTypes(List<EnumType>) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- setExcludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching columns, parameters, attributes, etc. which must not have this type.
- setExcludes(String) - Method in class org.jooq.meta.jaxb.Database
-
All elements that are excluded from your schema.
- setExcludes(String[]) - Method in class org.jooq.meta.AbstractDatabase
- setExcludes(String[]) - Method in interface org.jooq.meta.Database
-
Database objects matching any of these regular expressions will not be generated.
- setExcludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching data types which must not have this type.
- setExpression(String) - Method in class org.jooq.meta.jaxb.CommentType
-
A regular expression matching all objects that should be commented.
- setExpression(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
-
A regex matching all column names that are part of the embeddable type.
- setExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeExpression(). - setExpression(String) - Method in class org.jooq.meta.jaxb.MatcherRule
-
A replacement expression that transforms the matched expression in a new value.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This field matcher applies to all unqualified or qualified field names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
-
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
- setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This table matcher applies to all unqualified or qualified table names matched by this expression.
- setExpressions(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeExpression(). - setFieldGetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated getters (e.g. in
TableRecordand/or POJOs) corresponding to thisField - setFieldIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of the generated
Fieldidentifier. - setFieldMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field - setFields(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
-
A regular expression matching all fields on which to apply this synthetic identity.
- setFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- setFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- setFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- setFields(List<EmbeddableField>) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- setFields(List<MatchersFieldType>) - Method in class org.jooq.meta.jaxb.Matchers
- setFieldSetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated setters (e.g. in
TableRecordand/or POJOs) corresponding to thisField - setFluentSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the fluentSetters property.
- setForcedTypes(List<ForcedType>) - Method in class org.jooq.meta.jaxb.Database
- setForceIntegerTypesOnZeroScaleDecimals(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setForceIntegerTypesOnZeroScaleDecimals(boolean) - Method in interface org.jooq.meta.Database
-
Whether zero-scale decimal types should be treated as their most appropriate, corresponding integer type.
- setForceIntegerTypesOnZeroScaleDecimals(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the forceIntegerTypesOnZeroScaleDecimals property.
- setForeignKeys(List<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- setFrom(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
-
The implementation of
Converter.from(Object). - setFullyQualifiedTypes(String) - Method in class org.jooq.meta.jaxb.Generate
-
A regular expression matching all the types in generated code that should be fully qualified.
- setGenerate(Generate) - Method in class org.jooq.meta.jaxb.Generator
-
Options strictly related to generated code.
- setGeneratedAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the generatedAnnotation property.
- setGeneratedAnnotationDate(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the generatedAnnotationDate property.
- setGeneratedAnnotationType(GeneratedAnnotationType) - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
Generatedannotation to indicate jOOQ version used for source code. - setGeneratedSerialVersionUID(GeneratedSerialVersionUID) - Method in class org.jooq.meta.jaxb.Generate
-
The serial version UID to be generated in all files.
- setGenerator(Generator) - Method in class org.jooq.meta.jaxb.Configuration
-
The GENERATOR configuration element contains information about source code generation itself.
- setGlobalCatalogReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalCatalogReferences property.
- setGlobalDomainReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalDomainReferences property.
- setGlobalIndexReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalIndexReferences property.
- setGlobalKeyReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalKeyReferences property.
- setGlobalLinkReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalLinkReferences property.
- setGlobalObjectReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalObjectReferences property.
- setGlobalQueueReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalQueueReferences property.
- setGlobalRoutineReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalRoutineReferences property.
- setGlobalSchemaReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalSchemaReferences property.
- setGlobalSequenceReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalSequenceReferences property.
- setGlobalTableReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalTableReferences property.
- setGlobalUDTReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the globalUDTReferences property.
- setIdentities(List<SyntheticIdentityType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- setIgnoreProcedureReturnValues(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIgnoreProcedureReturnValues(boolean) - Method in interface org.jooq.meta.Database
-
Whether this database should ignore procedure return values.
- setIgnoreProcedureReturnValues(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- setImmutableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the immutableInterfaces property.
- setImmutablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the immutablePojos property.
- setImplicitJoinPathsToOne(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the implicitJoinPathsToOne property.
- setIncludeCheckConstraints(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeCheckConstraints(boolean) - Method in interface org.jooq.meta.Database
-
whether check constraints should be included.
- setIncludeCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeCheckConstraints property.
- setIncludeDomains(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeDomains(boolean) - Method in interface org.jooq.meta.Database
-
whether domains should be included.
- setIncludeDomains(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeDomains property.
- setIncludeEmbeddables(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeEmbeddables(boolean) - Method in interface org.jooq.meta.Database
-
Whether embeddable types should be included.
- setIncludeEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeEmbeddables property.
- setIncludeExcludeColumns(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeExcludeColumns(boolean) - Method in interface org.jooq.meta.Database
-
Indicate whether include / exclude regular expression shall also match database columns.
- setIncludeExcludeColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeExcludeColumns property.
- setIncludeExcludePackageRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeExcludePackageRoutines(boolean) - Method in interface org.jooq.meta.Database
-
Indicate whether include / exclude regular expression shall also match package routines.
- setIncludeExcludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeExcludePackageRoutines property.
- setIncludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching columns, parameters, attributes, etc. to be forced to have this type.
- setIncludeForeignKeys(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeForeignKeys(boolean) - Method in interface org.jooq.meta.Database
-
whether foreign key relationships should be included.
- setIncludeForeignKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeForeignKeys property.
- setIncludeIndexes(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeIndexes(boolean) - Method in interface org.jooq.meta.Database
-
whether indexes should be included.
- setIncludeIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeIndexes property.
- setIncludeInvisibleColumns(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeInvisibleColumns(boolean) - Method in interface org.jooq.meta.Database
-
Whether invisible columns should be included.
- setIncludeInvisibleColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeInvisibleColumns property.
- setIncludePackageConstants(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludePackageConstants(boolean) - Method in interface org.jooq.meta.Database
-
whether package constants should be included.
- setIncludePackageConstants(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includePackageConstants property.
- setIncludePackageRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludePackageRoutines(boolean) - Method in interface org.jooq.meta.Database
-
whether package routines should be included.
- setIncludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includePackageRoutines property.
- setIncludePackages(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludePackages(boolean) - Method in interface org.jooq.meta.Database
-
whether packages should be included.
- setIncludePackages(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includePackages property.
- setIncludePackageUDTs(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludePackageUDTs(boolean) - Method in interface org.jooq.meta.Database
-
whether package UDTs should be included.
- setIncludePackageUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includePackageUDTs property.
- setIncludePrimaryKeys(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludePrimaryKeys(boolean) - Method in interface org.jooq.meta.Database
-
whether primary keys should be included.
- setIncludePrimaryKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includePrimaryKeys property.
- setIncludeRelations(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeRelations(boolean) - Method in interface org.jooq.meta.Database
-
[#3559] Whether relations (i.e. constraints) should be included in this database.
- setIncludeRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeRoutines(boolean) - Method in interface org.jooq.meta.Database
-
whether routines should be included.
- setIncludeRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeRoutines property.
- setIncludes(String) - Method in class org.jooq.meta.jaxb.Database
-
All elements that are generated from your schema.
- setIncludes(String[]) - Method in class org.jooq.meta.AbstractDatabase
- setIncludes(String[]) - Method in interface org.jooq.meta.Database
-
Only database objects matching any of these regular expressions will be generated.
- setIncludeSchemaComment(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
-
Sets the value of the includeSchemaComment property.
- setIncludeSequences(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeSequences(boolean) - Method in interface org.jooq.meta.Database
-
whether sequences should be included.
- setIncludeSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeSequences property.
- setIncludeSystemCheckConstraints(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeSystemCheckConstraints(boolean) - Method in interface org.jooq.meta.Database
-
whether system generated check constraints should be included.
- setIncludeSystemCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeSystemCheckConstraints property.
- setIncludeSystemIndexes(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeSystemIndexes(boolean) - Method in interface org.jooq.meta.Database
-
whether system generated indexes should be included.
- setIncludeSystemIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeSystemIndexes property.
- setIncludeSystemSequences(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeSystemSequences(boolean) - Method in interface org.jooq.meta.Database
-
whether system generated sequences should be included.
- setIncludeSystemSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeSystemSequences property.
- setIncludeSystemTables(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeSystemTables(boolean) - Method in interface org.jooq.meta.Database
-
whether system generated tables should be included.
- setIncludeSystemTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeSystemTables property.
- setIncludeSystemUDTs(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeSystemUDTs(boolean) - Method in interface org.jooq.meta.Database
-
whether system generated UDTs should be included.
- setIncludeSystemUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeSystemUDTs property.
- setIncludeTables(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeTables(boolean) - Method in interface org.jooq.meta.Database
-
Whether tables (and views) should be included.
- setIncludeTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeTables property.
- setIncludeTriggerRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeTriggerRoutines(boolean) - Method in interface org.jooq.meta.Database
-
whether trigger routines should be included.
- setIncludeTriggerRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeTriggerRoutines property.
- setIncludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching data types to be forced to have this type.
- setIncludeUDTs(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeUDTs(boolean) - Method in interface org.jooq.meta.Database
-
whether user defined types should be included.
- setIncludeUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeUDTs property.
- setIncludeUniqueKeys(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIncludeUniqueKeys(boolean) - Method in interface org.jooq.meta.Database
-
whether unique keys should be included.
- setIncludeUniqueKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the includeUniqueKeys property.
- setIndentation(String) - Method in class org.jooq.meta.jaxb.Generate
-
The indentation characters to be used in generated code.
- setIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the indexes property.
- setInputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.getInputCatalog() - setInputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
-
The catalog that is used locally as a source for meta information.
- setInputSchema(String) - Method in class org.jooq.meta.jaxb.Database
-
The schema that is used locally as a source for meta information.
- setInputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.getInputSchema() - setInstanceFields(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Deprecated.
- setIntegerDisplayWidths(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setIntegerDisplayWidths(boolean) - Method in interface org.jooq.meta.Database
-
Whether this database includes integer display widths in metadata, where applicable.
- setIntegerDisplayWidths(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the integerDisplayWidths property.
- setInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated interface implemented by the
EmbeddableRecordand/or the POJO. - setInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated interface implemented by the
TableRecordand/or the POJO. - setInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated interface (which is implemented by the
EmbeddableRecordand/or POJO) should implement. - setInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated interface (which is implemented by the
TableRecordand/or POJO) should implement. - setInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the interfaces property.
- setJavaBeansGettersAndSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the javaBeansGettersAndSetters property.
- setJavadoc(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the javadoc property.
- setJavaTimeTypes(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setJavaTimeTypes(boolean) - Method in interface org.jooq.meta.Database
-
Whether
java.timetypes are used, as opposed tojava.sqltypes. - setJavaTimeTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the javaTimeTypes property.
- setJdbc(Jdbc) - Method in class org.jooq.meta.jaxb.Configuration
-
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
- setJpaAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the jpaAnnotations property.
- setJpaVersion(String) - Method in class org.jooq.meta.jaxb.Generate
-
Version of JPA specification is to be used to generate version-specific annotations.
- setKey(String) - Method in class org.jooq.meta.jaxb.Property
- setKey(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
- setKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the keys property.
- setKotlinSetterJvmNameAnnotationsOnIsPrefix(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the kotlinSetterJvmNameAnnotationsOnIsPrefix property.
- setLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- setLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.ForcedType
-
A lambda converter implementation for the
ForcedType.getUserType(). - setLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the links property.
- setLiterals(String) - Method in class org.jooq.meta.jaxb.EnumType
- setLocale(String) - Method in class org.jooq.meta.jaxb.Target
-
The locale to be used with all locale specific operations.
- setLogging(Logging) - Method in class org.jooq.meta.jaxb.Configuration
-
The logging configuration element specifies the code generation logging threshold.
- setLogSlowQueriesAfterSeconds(int) - Method in class org.jooq.meta.AbstractDatabase
- setLogSlowQueriesAfterSeconds(int) - Method in interface org.jooq.meta.Database
-
Log slow queries after this amount of seconds.
- setLogSlowQueriesAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
-
The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.
- setLogSlowResultsAfterSeconds(int) - Method in class org.jooq.meta.AbstractDatabase
- setLogSlowResultsAfterSeconds(int) - Method in interface org.jooq.meta.Database
-
Log slow results after this amount of seconds.
- setLogSlowResultsAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
-
The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.
- setMatchers(Matchers) - Method in class org.jooq.meta.jaxb.Strategy
-
The matcher strategy configuration used when applying an XML-based strategy.
- setMaxMembersPerInitialiser(Integer) - Method in class org.jooq.meta.jaxb.Generate
-
The maximum number of members per initialiser, to prevent reaching the 64kb byte code per method limit in generated code.
- setMessage(String) - Method in class org.jooq.meta.jaxb.CommentType
-
A comment that should be added to objects matched by this configuration.
- setName(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- setName(String) - Method in class org.jooq.meta.jaxb.Database
-
The database dialect from jooq-meta.
- setName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining name of the embeddable type.
- setName(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
-
A name for the field in case the regex does not produce unique names for all matches.
- setName(String) - Method in class org.jooq.meta.jaxb.EnumType
- setName(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The name (in
SQLDataType) to force any matches to - setName(String) - Method in class org.jooq.meta.jaxb.Generator
-
The class used to generate source code.
- setName(String) - Method in class org.jooq.meta.jaxb.Strategy
-
The class used to provide a naming strategy for generated source code.
- setName(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
The optional foreign key name.
- setName(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
The optional primary key name.
- setName(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
The optional unique key name.
- setName(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining name of the view.
- setNewline(String) - Method in class org.jooq.meta.jaxb.Generate
-
The newline characters to be used in generated code.
- setNonnullAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the nonnullAnnotation property.
- setNonnullAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
-
Specify the qualified annotation name for all non-nullable items in generated code, defaulting to the JSR-305
javax.annotation.Nonnulltype. - setNullability(Nullability) - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether this forced type should apply to nullable / non-nullable / all columns
- setNullable(Boolean) - Method in class org.jooq.meta.jaxb.LambdaConverter
-
Sets the value of the nullable property.
- setNullableAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the nullableAnnotation property.
- setNullableAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
-
Specify the qualified annotation name for all nullable items in generated code, defaulting to the JSR-305
javax.annotation.Nullabletype. - setObjectType(ForcedTypeObjectType) - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether this forced type should apply to all object types, or only to specific ones
- setOnError(OnError) - Method in class org.jooq.meta.AbstractDatabase
- setOnError(OnError) - Method in interface org.jooq.meta.Database
-
The behaviour when errors are encountered.
- setOnError(OnError) - Method in class org.jooq.meta.jaxb.Configuration
-
The action to be taken by the generator as the consequence of an encountered exception.
- setOrderProvider(String) - Method in class org.jooq.meta.jaxb.Database
-
A custom
Comparatorthat can compare twoDefinitionobjects to determine their order. - setOrderProvider(Comparator<Definition>) - Method in class org.jooq.meta.AbstractDatabase
- setOrderProvider(Comparator<Definition>) - Method in interface org.jooq.meta.Database
-
The database's order provider.
- setOutputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.getOutputCatalog() - setOutputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
-
The catalog that is used in generated source code.
- setOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
Sets the value of the outputCatalogToDefault property.
- setOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the outputCatalogToDefault property.
- setOutputSchema(String) - Method in class org.jooq.meta.jaxb.Database
-
The schema that is used in generated source code.
- setOutputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.getOutputSchema() - setOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the outputSchemaToDefault property.
- setOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
Sets the value of the outputSchemaToDefault property.
- setOverridePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
All (UNIQUE) key names that should be used instead of primary keys on generated
UpdatableRecord. - setOverridePrimaryKeys(String[]) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- setOverridePrimaryKeys(String[]) - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.14.0 - [#10588] - Use
#setConfiguredSyntheticKeys(SyntheticKeysType)instead. - setPackageName(String) - Method in class org.jooq.meta.jaxb.Target
-
The destination package of your generated classes (within the destination directory)
- setParentTable(TableDefinition) - Method in class org.jooq.meta.AbstractTableDefinition
- setPassword(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection password.
- setPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated POJOs object.
- setPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated POJOs object.
- setPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides a super class that a generated POJO should extend.
- setPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides a super class that a generated POJO should extend.
- setPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated POJO should implement.
- setPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated POJO should implement.
- setPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the pojos property.
- setPojosAsJavaRecordClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the pojosAsJavaRecordClasses property.
- setPojosAsKotlinDataClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the pojosAsKotlinDataClasses property.
- setPojosAsScalaCaseClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the pojosAsScalaCaseClasses property.
- setPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the pojosEqualsAndHashCode property.
- setPojosToString(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the pojosToString property.
- setPrimaryKeys(List<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- setPrintMarginForBlockComment(Integer) - Method in class org.jooq.meta.jaxb.Generate
-
The print margin to apply to generated Javadoc and other block comments, for automatic line wrapping.
- setPriority(Integer) - Method in class org.jooq.meta.jaxb.ForcedType
-
The priority among forced types in which to apply this one.
- setProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Database
- setProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Jdbc
- setProperties(Properties) - Method in class org.jooq.meta.AbstractDatabase
- setProperties(Properties) - Method in interface org.jooq.meta.Database
-
Database properties.
- setQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the queues property.
- setRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated
EmbeddableRecordobject. - setRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
TableRecordobject. - setRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated
EmbeddableRecordshould implement. - setRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
TableRecordshould implement. - setRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the records property.
- setRecordsImplementingRecordN(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the recordsImplementingRecordN property.
- setRecordTimestampFields(String) - Method in class org.jooq.meta.jaxb.Database
-
All table and view columns that are used as "timestamp" fields for optimistic locking.
- setRecordTimestampFields(String[]) - Method in class org.jooq.meta.AbstractDatabase
- setRecordTimestampFields(String[]) - Method in interface org.jooq.meta.Database
-
Table columns matching these regular expressions will be considered as record timestamp fields in generated code.
- setRecordVersionFields(String) - Method in class org.jooq.meta.jaxb.Database
-
All table and view columns that are used as "version" fields for optimistic locking.
- setRecordVersionFields(String[]) - Method in class org.jooq.meta.AbstractDatabase
- setRecordVersionFields(String[]) - Method in interface org.jooq.meta.Database
-
Table columns matching these regular expressions will be considered as record version fields in generated code.
- setReferencedFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- setReferencedKey(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching a key that is referenced by this synthetic foreign key.
- setReferencedTable(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching a table that is referenced by this synthetic foreign key.
- setReferencingComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The referencing comment on the embeddable type, defaulting to the defining comment.
- setReferencingName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The referencing name of the embeddable type, defaulting to the defining name.
- setRegexFlags(List<RegexFlag>) - Method in class org.jooq.meta.AbstractDatabase
- setRegexFlags(List<RegexFlag>) - Method in interface org.jooq.meta.Database
-
The regular expression flags that should be applied when using regular expressions.
- setRegexFlags(List<RegexFlag>) - Method in class org.jooq.meta.Patterns
- setRegexMatchesPartialQualification(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setRegexMatchesPartialQualification(boolean) - Method in interface org.jooq.meta.Database
-
Whether the regular expressions matching database objects should match partially qualified names as well as fully qualified and unqualified names.
- setRegexMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the regexMatchesPartialQualification property.
- setRelations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the relations property.
- setReplacesFields(Boolean) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
Sets the value of the replacesFields property.
- setRoutineClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This rule influences the naming of the generated
Routineobject. - setRoutineImplements(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This string provides additional interfaces that a generated
Routineshould implement. - setRoutineMethod(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This rule influences the naming of generated convenience methods used to call the
Routine. - setRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the routines property.
- setRoutines(List<MatchersRoutineType>) - Method in class org.jooq.meta.jaxb.Matchers
- setSchema(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
- setSchema(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
Deprecated.Use database schema configuration elements instead.
- setSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining schema of the view.
- setSchemaClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This rule influences the naming of the generated
Schemaobject. - setSchemaIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This rule influences the naming of the generated
Schemaidentifier. - setSchemaImplements(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This string provides additional interfaces that a generated
Schemashould implement. - setSchemas(List<MatchersSchemaType>) - Method in class org.jooq.meta.jaxb.Matchers
- setSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- setSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.Database
- setSchemaVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
-
A custom version number that, if available, will be used to assess whether the
Database.getInputSchema()will need to be regenerated. - setSchemaVersionProvider(SchemaVersionProvider) - Method in class org.jooq.meta.AbstractDatabase
- setSchemaVersionProvider(SchemaVersionProvider) - Method in interface org.jooq.meta.Database
-
The database's schema version provider.
- setSequenceFlags(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the sequenceFlags property.
- setSequenceIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
-
This rule influences the naming of the generated
Sequenceidentifier. - setSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the sequences property.
- setSequences(List<MatchersSequenceType>) - Method in class org.jooq.meta.jaxb.Matchers
- setSerializableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the serializableInterfaces property.
- setSerializablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the serializablePojos property.
- setSources(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the sources property.
- setSourcesOnViews(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the sourcesOnViews property.
- setSpringAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the springAnnotations property.
- setSql(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.
- setSql(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining SQL query.
- setSqlMatchesPartialQualification(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setSqlMatchesPartialQualification(boolean) - Method in interface org.jooq.meta.Database
-
Whether the SQL statements matching database objects should match partially qualified names as well as fully qualified and unqualified names.
- setSqlMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the sqlMatchesPartialQualification property.
- setStrategy(Strategy) - Method in class org.jooq.meta.jaxb.Generator
-
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- setSupportsUnsignedTypes(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setSupportsUnsignedTypes(boolean) - Method in interface org.jooq.meta.Database
-
Whether this database supports unsigned types.
- setSyntheticIdentities(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all columns that represent identities.
- setSyntheticIdentities(String[]) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- setSyntheticIdentities(String[]) - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.14.0 - [#10588] - Use
#setConfiguredSyntheticKeys(SyntheticKeysType)instead. - setSyntheticObjects(SyntheticObjectsType) - Method in class org.jooq.meta.jaxb.Database
-
The synthetic objects configuration.
- setSyntheticPrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generated
UpdatableRecord - setSyntheticPrimaryKeys(String[]) - Method in class org.jooq.meta.AbstractDatabase
-
Deprecated.
- setSyntheticPrimaryKeys(String[]) - Method in interface org.jooq.meta.Database
-
Deprecated.- 3.14.0 - [#10588] - Use
#setConfiguredSyntheticKeys(SyntheticKeysType)instead. - setTableClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
Tableobject. - setTableIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
Tableidentifier. - setTableImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
Tableshould implement. - setTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the tables property.
- setTables(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
A regular expression matching the tables to which to apply the embeddable definition.
- setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching all tables on which to apply this synthetic foreign key.
- setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
-
A regular expression matching all tables on which to apply this synthetic identity.
- setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
A regular expression matching all tables on which to apply this synthetic primary key.
- setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
A regular expression matching all tables on which to apply this synthetic unique key.
- setTables(List<MatchersTableType>) - Method in class org.jooq.meta.jaxb.Matchers
- setTableValuedFunctions(boolean) - Method in class org.jooq.meta.AbstractDatabase
- setTableValuedFunctions(boolean) - Method in interface org.jooq.meta.Database
-
[#4838] Whether table-valued functions should be reported as tables.
- setTableValuedFunctions(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the tableValuedFunctions property.
- setTarget(Target) - Method in class org.jooq.meta.jaxb.Generator
-
Options to define where the generated code should be located.
- setTo(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
-
The implementation of
Converter.to(Object). - setTransform(MatcherTransformType) - Method in class org.jooq.meta.jaxb.MatcherRule
-
A pre-defined transformation type that transforms this rule's output into a specific format.
- setType(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- setTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeTypes(). - setUdts(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the udts property.
- setUniqueKeys(List<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- setUnsignedTypes(Boolean) - Method in class org.jooq.meta.jaxb.Database
-
Sets the value of the unsignedTypes property.
- setUrl(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection URL.
- setUser(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection user.
- setUsername(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
Just a synonym for "user" to be compatible with other Maven plugins.
- setUserType(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The type of the user type - e.g. java.time.LocalDateTime.
- setValidationAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the validationAnnotations property.
- setValue(String) - Method in class org.jooq.meta.jaxb.Property
- setVarargSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
-
Sets the value of the varargSetters property.
- setViews(List<SyntheticViewType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- setVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.Generate
-
The visibility modifier to be used with generated code.
- SILENT - org.jooq.meta.jaxb.OnError
- sort(List<D>) - Method in interface org.jooq.meta.Database
-
Sort a list of definitions according to the
Database.getOrderProvider()defined in this database. - sort(List<T>) - Method in class org.jooq.meta.AbstractDatabase
- SORT_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.SORT_TYPE. - SOURCE - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.SOURCE. - SOURCE_DATA_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SOURCE_DATA_TYPE. - SOURCE_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.SOURCE_DATA_TYPE. source type of a distinct type or user-generated Ref type, SQL type from DITypes (NULL if DATA_TYPE isn't DISTINCT or user-generated REF) - sources - Variable in class org.jooq.meta.jaxb.Generate
- sourcesOnViews - Variable in class org.jooq.meta.jaxb.Generate
- SPECIFIC_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.SPECIFIC_CATALOG. - SPECIFIC_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SPECIFIC_CATALOG. - SPECIFIC_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.SPECIFIC_CATALOG. - SPECIFIC_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.specific_catalog. - SPECIFIC_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.specific_catalog. - SPECIFIC_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.SPECIFIC_NAME. - SPECIFIC_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SPECIFIC_NAME. - SPECIFIC_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.SPECIFIC_NAME. - SPECIFIC_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.SPECIFIC_NAME. - SPECIFIC_NAME - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.specific_name. - SPECIFIC_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.specific_name. - SPECIFIC_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.specific_name. - SPECIFIC_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.SPECIFIC_SCHEMA. - SPECIFIC_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SPECIFIC_SCHEMA. - SPECIFIC_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Parameters
-
The column
information_schema.PARAMETERS.SPECIFIC_SCHEMA. - SPECIFIC_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.specific_schema. - SPECIFIC_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.specific_schema. - springAnnotations - Variable in class org.jooq.meta.jaxb.Generate
- sql - Variable in class org.jooq.meta.jaxb.ForcedType
- sql - Variable in class org.jooq.meta.jaxb.SyntheticViewType
- SQL - org.jooq.meta.mysql.mysql.enums.ProcLanguage
- SQL - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.SQL. - SQL - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.SQL. - SQL - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.SQL. - SQL - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.SQL. - SQL - Static variable in class org.jooq.meta.sqlite.sqlite_master.SQLiteMaster
- SQL_DATA_ACCESS - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SQL_DATA_ACCESS. - SQL_DATA_ACCESS - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.SQL_DATA_ACCESS. - SQL_DATA_ACCESS - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.sql_data_access. - SQL_DATA_ACCESS - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.sql_data_access. - SQL_DATA_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.SQL_DATA_TYPE. - SQL_DATETIME_SUB - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.SQL_DATETIME_SUB. - SQL_MODE - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.SQL_MODE. - SQL_MODE - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.sql_mode. - SQL_PATH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.SQL_PATH. - SQL_PATH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Schemata
-
The column
INFORMATION_SCHEMA.SCHEMATA.SQL_PATH. - SQL_PATH - Variable in class org.jooq.meta.mysql.information_schema.tables.Routines
-
The column
information_schema.ROUTINES.SQL_PATH. - SQL_PATH - Variable in class org.jooq.meta.mysql.information_schema.tables.Schemata
-
The column
information_schema.SCHEMATA.SQL_PATH. - SQL_PATH - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.sql_path. - SQL_PATH - Variable in class org.jooq.meta.postgres.information_schema.tables.Schemata
-
The column
information_schema.schemata.sql_path. - SQLITE_MASTER - Static variable in class org.jooq.meta.sqlite.sqlite_master.SQLiteMaster
-
The singleton instance of tables
- SQLiteDatabase - Class in org.jooq.meta.sqlite
-
SQLite implementation of
AbstractDatabase - SQLiteDatabase() - Constructor for class org.jooq.meta.sqlite.SQLiteDatabase
- SQLiteMaster - Class in org.jooq.meta.sqlite.sqlite_master
-
This class is NOT generated, as SQLite does not support meta-querying the meta-model.
- SQLiteTableDefinition - Class in org.jooq.meta.sqlite
-
SQLite table definition
- SQLiteTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.sqlite.SQLiteTableDefinition
- SQLiteTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.sqlite.SQLiteTableDefinition
- sqlMatchesPartialQualification - Variable in class org.jooq.meta.jaxb.Database
- SRS_ID - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.SRS_ID. - START_VALUE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.START_VALUE. - START_VALUE - Variable in class org.jooq.meta.postgres.information_schema.tables.Sequences
-
The column
information_schema.sequences.start_value. - START_WITH - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Sequences
-
The column
INFORMATION_SCHEMA.SEQUENCES.START_WITH. - STARTED - Variable in class org.jooq.meta.cubrid.dba.tables.DbSerial
-
The column
db_serial.started. - STARTVALUE - Variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The column
SYS.SYSSEQUENCES.STARTVALUE. - STATE - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.STATE. - Statistics - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Statistics() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Statistics
-
Create a
information_schema.STATISTICStable reference - Statistics(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Statistics
-
Create an aliased
information_schema.STATISTICStable reference - Statistics(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Statistics
-
Create an aliased
information_schema.STATISTICStable reference - Statistics(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Statistics
- STATISTICS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.STATISTICS. - STATISTICS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.STATISTICS. - STATISTICS - Static variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The reference instance of
information_schema.STATISTICS - STATUS - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.STATUS. - STORAGE_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.STORAGE_TYPE. - strategy - Variable in class org.jooq.meta.jaxb.Generator
- Strategy - Class in org.jooq.meta.jaxb
-
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- Strategy() - Constructor for class org.jooq.meta.jaxb.Strategy
- SUB_PART - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.SUB_PART. - SUFFIX - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.SUFFIX. - supportsUnsignedTypes() - Method in class org.jooq.meta.AbstractDatabase
- supportsUnsignedTypes() - Method in interface org.jooq.meta.Database
-
Whether this database supports unsigned types.
- SYNTHETIC_FK_CHECK_CONSTRAINTS__SYNTHETIC_PK_TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_FK_CHECK_CONSTRAINTS__SYNTHETIC_PK_TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_FK_DOMAIN_CONSTRAINTS__SYNTHETIC_PK_CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_FK_DOMAIN_CONSTRAINTS__SYNTHETIC_PK_DOMAINS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_FK_KEY_COLUMN_USAGE__SYNTHETIC_PK_TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_FK_KEY_COLUMN_USAGE__SYNTHETIC_PK_TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_FK_RDB$INDEX_SEGMENTS__RDB$INDEX_5 - Static variable in class org.jooq.meta.firebird.rdb.Keys
- SYNTHETIC_FK_SEQUENCES__SYNTHETIC_PK_SCHEMATA - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_FK_SYSCHECKS__SYNTHETIC_PK_SYSCONSTRAINTS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSCONGLOMERATES__SYNTHETIC_PK_SYSTABLES - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSCONSTRAINTS__SYNTHETIC_PK_SYSSCHEMAS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSCONSTRAINTS__SYNTHETIC_PK_SYSTABLES - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSKEYS__SYNTHETIC_PK_SYSCONGLOMERATES - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSKEYS__SYNTHETIC_PK_SYSCONSTRAINTS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSSEQUENCES__SYNTHETIC_PK_SYSSCHEMAS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSTABLES__SYNTHETIC_PK_SYSSCHEMAS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_SYSVIEWS__SYNTHETIC_PK_SYSTABLES - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_FK_VIEWS__SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_FK_VIEWS__SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_PK_CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_PK_CHECK_CONSTRAINTS - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- SYNTHETIC_PK_CONSTRAINTS - Static variable in class org.jooq.meta.h2.information_schema.Keys
- SYNTHETIC_PK_DOMAINS - Static variable in class org.jooq.meta.h2.information_schema.Keys
- SYNTHETIC_PK_DOMAINS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_PK_DOMAINS - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- SYNTHETIC_PK_PG_CLASS - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- SYNTHETIC_PK_PG_NAMESPACE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- SYNTHETIC_PK_PG_TYPE - Static variable in class org.jooq.meta.postgres.pg_catalog.Keys
- SYNTHETIC_PK_ROUTINES - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_PK_SCHEMATA - Static variable in class org.jooq.meta.h2.information_schema.Keys
- SYNTHETIC_PK_SCHEMATA - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_PK_SCHEMATA - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_PK_SCHEMATA - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- SYNTHETIC_PK_SEQUENCES - Static variable in class org.jooq.meta.h2.information_schema.Keys
- SYNTHETIC_PK_SEQUENCES - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_PK_SEQUENCES - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- SYNTHETIC_PK_SYSCONGLOMERATES - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_PK_SYSCONSTRAINTS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_PK_SYSSCHEMAS - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_PK_SYSTABLES - Static variable in class org.jooq.meta.derby.sys.Keys
- SYNTHETIC_PK_TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_PK_TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.h2.information_schema.Keys
- SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.hsqldb.information_schema.Keys
- SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.mysql.information_schema.Keys
- SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- SyntheticForeignKeyType - Class in org.jooq.meta.jaxb
-
Java class for SyntheticForeignKeyType complex type.
- SyntheticForeignKeyType() - Constructor for class org.jooq.meta.jaxb.SyntheticForeignKeyType
- syntheticIdentities - Variable in class org.jooq.meta.jaxb.Database
- SyntheticIdentityType - Class in org.jooq.meta.jaxb
-
Java class for SyntheticIdentityType complex type.
- SyntheticIdentityType() - Constructor for class org.jooq.meta.jaxb.SyntheticIdentityType
- syntheticObjects - Variable in class org.jooq.meta.jaxb.Database
- SyntheticObjectsType - Class in org.jooq.meta.jaxb
-
Synthetic objects configuration.
- SyntheticObjectsType() - Constructor for class org.jooq.meta.jaxb.SyntheticObjectsType
- syntheticPrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
- SyntheticPrimaryKeyType - Class in org.jooq.meta.jaxb
-
Java class for SyntheticPrimaryKeyType complex type.
- SyntheticPrimaryKeyType() - Constructor for class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- SyntheticUniqueKeyType - Class in org.jooq.meta.jaxb
-
Java class for SyntheticUniqueKeyType complex type.
- SyntheticUniqueKeyType() - Constructor for class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- SyntheticViewType - Class in org.jooq.meta.jaxb
-
Java class for SyntheticViewType complex type.
- SyntheticViewType() - Constructor for class org.jooq.meta.jaxb.SyntheticViewType
- Sys - Class in org.jooq.meta.derby.sys
-
This class is generated by jOOQ.
- SYS - Variable in class org.jooq.meta.derby.sys.DefaultCatalog
-
The schema
SYS. - SYS - Static variable in class org.jooq.meta.derby.sys.Sys
-
The reference instance of
SYS - Syschecks - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Syschecks() - Constructor for class org.jooq.meta.derby.sys.tables.Syschecks
-
Create a
SYS.SYSCHECKStable reference - Syschecks(String) - Constructor for class org.jooq.meta.derby.sys.tables.Syschecks
-
Create an aliased
SYS.SYSCHECKStable reference - Syschecks(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Syschecks
-
Create an aliased
SYS.SYSCHECKStable reference - Syschecks(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Syschecks
- SYSCHECKS - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSCHECKS. - SYSCHECKS - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSCHECKS. - SYSCHECKS - Static variable in class org.jooq.meta.derby.sys.tables.Syschecks
-
The reference instance of
SYS.SYSCHECKS - Syscolumns - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Syscolumns() - Constructor for class org.jooq.meta.derby.sys.tables.Syscolumns
-
Create a
SYS.SYSCOLUMNStable reference - Syscolumns(String) - Constructor for class org.jooq.meta.derby.sys.tables.Syscolumns
-
Create an aliased
SYS.SYSCOLUMNStable reference - Syscolumns(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Syscolumns
-
Create an aliased
SYS.SYSCOLUMNStable reference - Syscolumns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Syscolumns
- SYSCOLUMNS - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSCOLUMNS. - SYSCOLUMNS - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSCOLUMNS. - SYSCOLUMNS - Static variable in class org.jooq.meta.derby.sys.tables.Syscolumns
-
The reference instance of
SYS.SYSCOLUMNS - sysconglomerates() - Method in class org.jooq.meta.derby.sys.tables.Syskeys
- Sysconglomerates - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Sysconglomerates() - Constructor for class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
Create a
SYS.SYSCONGLOMERATEStable reference - Sysconglomerates(String) - Constructor for class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
Create an aliased
SYS.SYSCONGLOMERATEStable reference - Sysconglomerates(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
Create an aliased
SYS.SYSCONGLOMERATEStable reference - Sysconglomerates(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Sysconglomerates
- SYSCONGLOMERATES - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSCONGLOMERATES. - SYSCONGLOMERATES - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSCONGLOMERATES. - SYSCONGLOMERATES - Static variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The reference instance of
SYS.SYSCONGLOMERATES - sysconstraints() - Method in class org.jooq.meta.derby.sys.tables.Syschecks
- sysconstraints() - Method in class org.jooq.meta.derby.sys.tables.Syskeys
- Sysconstraints - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Sysconstraints() - Constructor for class org.jooq.meta.derby.sys.tables.Sysconstraints
-
Create a
SYS.SYSCONSTRAINTStable reference - Sysconstraints(String) - Constructor for class org.jooq.meta.derby.sys.tables.Sysconstraints
-
Create an aliased
SYS.SYSCONSTRAINTStable reference - Sysconstraints(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Sysconstraints
-
Create an aliased
SYS.SYSCONSTRAINTStable reference - Sysconstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Sysconstraints
- SYSCONSTRAINTS - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSCONSTRAINTS. - SYSCONSTRAINTS - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSCONSTRAINTS. - SYSCONSTRAINTS - Static variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The reference instance of
SYS.SYSCONSTRAINTS - Syskeys - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Syskeys() - Constructor for class org.jooq.meta.derby.sys.tables.Syskeys
-
Create a
SYS.SYSKEYStable reference - Syskeys(String) - Constructor for class org.jooq.meta.derby.sys.tables.Syskeys
-
Create an aliased
SYS.SYSKEYStable reference - Syskeys(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Syskeys
-
Create an aliased
SYS.SYSKEYStable reference - Syskeys(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Syskeys
- SYSKEYS - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSKEYS. - SYSKEYS - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSKEYS. - SYSKEYS - Static variable in class org.jooq.meta.derby.sys.tables.Syskeys
-
The reference instance of
SYS.SYSKEYS - sysschemas() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- sysschemas() - Method in class org.jooq.meta.derby.sys.tables.Syssequences
- sysschemas() - Method in class org.jooq.meta.derby.sys.tables.Systables
- Sysschemas - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Sysschemas() - Constructor for class org.jooq.meta.derby.sys.tables.Sysschemas
-
Create a
SYS.SYSSCHEMAStable reference - Sysschemas(String) - Constructor for class org.jooq.meta.derby.sys.tables.Sysschemas
-
Create an aliased
SYS.SYSSCHEMAStable reference - Sysschemas(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Sysschemas
-
Create an aliased
SYS.SYSSCHEMAStable reference - Sysschemas(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Sysschemas
- SYSSCHEMAS - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSSCHEMAS. - SYSSCHEMAS - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSSCHEMAS. - SYSSCHEMAS - Static variable in class org.jooq.meta.derby.sys.tables.Sysschemas
-
The reference instance of
SYS.SYSSCHEMAS - Syssequences - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Syssequences() - Constructor for class org.jooq.meta.derby.sys.tables.Syssequences
-
Create a
SYS.SYSSEQUENCEStable reference - Syssequences(String) - Constructor for class org.jooq.meta.derby.sys.tables.Syssequences
-
Create an aliased
SYS.SYSSEQUENCEStable reference - Syssequences(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Syssequences
-
Create an aliased
SYS.SYSSEQUENCEStable reference - Syssequences(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Syssequences
- SYSSEQUENCES - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSSEQUENCES. - SYSSEQUENCES - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSSEQUENCES. - SYSSEQUENCES - Static variable in class org.jooq.meta.derby.sys.tables.Syssequences
-
The reference instance of
SYS.SYSSEQUENCES - systables() - Method in class org.jooq.meta.derby.sys.tables.Sysconglomerates
- systables() - Method in class org.jooq.meta.derby.sys.tables.Sysconstraints
- systables() - Method in class org.jooq.meta.derby.sys.tables.Sysviews
- Systables - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Systables() - Constructor for class org.jooq.meta.derby.sys.tables.Systables
-
Create a
SYS.SYSTABLEStable reference - Systables(String) - Constructor for class org.jooq.meta.derby.sys.tables.Systables
-
Create an aliased
SYS.SYSTABLEStable reference - Systables(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Systables
-
Create an aliased
SYS.SYSTABLEStable reference - Systables(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Systables
- SYSTABLES - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSTABLES. - SYSTABLES - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSTABLES. - SYSTABLES - Static variable in class org.jooq.meta.derby.sys.tables.Systables
-
The reference instance of
SYS.SYSTABLES - SYSTEM_COLUMNS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
the visible columns of each accessible table defined within this database
- SYSTEM_COLUMNS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
the visible columns of each accessible table defined within this database
- SYSTEM_COLUMNS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The reference instance of
INFORMATION_SCHEMA.SYSTEM_COLUMNS - SYSTEM_INDEXINFO - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
information about the indices of each accessible table defined within this database
- SYSTEM_INDEXINFO - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
information about the indices of each accessible table defined within this database
- SYSTEM_INDEXINFO - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The reference instance of
INFORMATION_SCHEMA.SYSTEM_INDEXINFO - SYSTEM_TABLES - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
the accessible tables defined within this database
- SYSTEM_TABLES - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
the accessible tables defined within this database
- SYSTEM_TABLES - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The reference instance of
INFORMATION_SCHEMA.SYSTEM_TABLES - SYSTEM_TIME_PERIOD_TIMESTAMP_GENERATION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.SYSTEM_TIME_PERIOD_TIMESTAMP_GENERATION. - SystemColumns - Class in org.jooq.meta.hsqldb.information_schema.tables
-
the visible columns of each accessible table defined within this database
- SystemColumns() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
Create a
INFORMATION_SCHEMA.SYSTEM_COLUMNStable reference - SystemColumns(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
Create an aliased
INFORMATION_SCHEMA.SYSTEM_COLUMNStable reference - SystemColumns(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
Create an aliased
INFORMATION_SCHEMA.SYSTEM_COLUMNStable reference - SystemColumns(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
- SystemIndexinfo - Class in org.jooq.meta.hsqldb.information_schema.tables
-
information about the indices of each accessible table defined within this database
- SystemIndexinfo() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
Create a
INFORMATION_SCHEMA.SYSTEM_INDEXINFOtable reference - SystemIndexinfo(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
Create an aliased
INFORMATION_SCHEMA.SYSTEM_INDEXINFOtable reference - SystemIndexinfo(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
Create an aliased
INFORMATION_SCHEMA.SYSTEM_INDEXINFOtable reference - SystemIndexinfo(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
- SystemTables - Class in org.jooq.meta.hsqldb.information_schema.tables
-
the accessible tables defined within this database
- SystemTables() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
Create a
INFORMATION_SCHEMA.SYSTEM_TABLEStable reference - SystemTables(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
Create an aliased
INFORMATION_SCHEMA.SYSTEM_TABLEStable reference - SystemTables(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
Create an aliased
INFORMATION_SCHEMA.SYSTEM_TABLEStable reference - SystemTables(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
- Sysviews - Class in org.jooq.meta.derby.sys.tables
-
This class is generated by jOOQ.
- Sysviews() - Constructor for class org.jooq.meta.derby.sys.tables.Sysviews
-
Create a
SYS.SYSVIEWStable reference - Sysviews(String) - Constructor for class org.jooq.meta.derby.sys.tables.Sysviews
-
Create an aliased
SYS.SYSVIEWStable reference - Sysviews(Name) - Constructor for class org.jooq.meta.derby.sys.tables.Sysviews
-
Create an aliased
SYS.SYSVIEWStable reference - Sysviews(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.derby.sys.tables.Sysviews
- SYSVIEWS - Variable in class org.jooq.meta.derby.sys.Sys
-
The table
SYS.SYSVIEWS. - SYSVIEWS - Static variable in class org.jooq.meta.derby.sys.Tables
-
The table
SYS.SYSVIEWS. - SYSVIEWS - Static variable in class org.jooq.meta.derby.sys.tables.Sysviews
-
The reference instance of
SYS.SYSVIEWS
T
- TABLE_CAT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.TABLE_CAT. catalog in which the table containing the column is defined - TABLE_CAT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.TABLE_CAT. catalog in which the table using the index is defined - TABLE_CAT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TABLE_CAT. table catalog - TABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.TABLE_CATALOG. - TABLE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.table_catalog. - TABLE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.table_catalog. - TABLE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.table_catalog. - TABLE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.table_catalog. - TABLE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.table_catalog. - TABLE_CLASS - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_CLASS. - TABLE_COLLATION - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_COLLATION. - TABLE_COMMENT - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_COMMENT. - TABLE_CONSTRAINTS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each table constraint associated with a table
- TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each table constraint associated with a table
- TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The reference instance of
INFORMATION_SCHEMA.TABLE_CONSTRAINTS - TABLE_CONSTRAINTS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.TABLE_CONSTRAINTS. - TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.TABLE_CONSTRAINTS. - TABLE_CONSTRAINTS - Static variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The reference instance of
information_schema.TABLE_CONSTRAINTS - TABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.TABLE_NAME. simple name of the table containing the column - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.TABLE_NAME. simple name of the table using the index - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TABLE_NAME. table name - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.TABLE_NAME. - TABLE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.table_name. - TABLE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.table_name. - TABLE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.table_name. - TABLE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.table_name. - TABLE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.table_name. - TABLE_ROWS - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_ROWS. - TABLE_SCHEM - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.TABLE_SCHEM. schema in which the table containing the column is defined - TABLE_SCHEM - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.TABLE_SCHEM. schema in which the table using the index is defined - TABLE_SCHEM - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TABLE_SCHEM. table schema - TABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Indexes
-
The column
INFORMATION_SCHEMA.INDEXES.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
-
The column
INFORMATION_SCHEMA.KEY_COLUMN_USAGE.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
The column
INFORMATION_SCHEMA.TABLE_CONSTRAINTS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Columns
-
The column
information_schema.COLUMNS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
-
The column
information_schema.KEY_COLUMN_USAGE.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Statistics
-
The column
information_schema.STATISTICS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
The column
information_schema.TABLE_CONSTRAINTS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.TABLE_SCHEMA. - TABLE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.table_schema. - TABLE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.ConstraintColumnUsage
-
The column
information_schema.constraint_column_usage.table_schema. - TABLE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.KeyColumnUsage
-
The column
information_schema.key_column_usage.table_schema. - TABLE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.table_schema. - TABLE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.table_schema. - TABLE_TYPE - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_TYPE. - TABLE_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TABLE_TYPE. table type: e.g. one of { TABLE | VIEW | SYSTEM TABLE | GLOBAL TEMPORARY ... } - TABLE_TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TABLE_TYPE. - TABLE_TYPE - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.TABLE_TYPE. - TABLE_TYPE - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.table_type. - tableClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
- tableClass() - Method in class org.jooq.meta.postgres.pg_catalog.tables.PgIndex
- tableConstraints() - Method in class org.jooq.meta.hsqldb.information_schema.tables.CheckConstraints
- tableConstraints() - Method in class org.jooq.meta.hsqldb.information_schema.tables.KeyColumnUsage
- tableConstraints() - Method in class org.jooq.meta.mysql.information_schema.tables.CheckConstraints
- tableConstraints() - Method in class org.jooq.meta.mysql.information_schema.tables.KeyColumnUsage
- TableConstraints - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each table constraint associated with a table
- TableConstraints - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- TableConstraints() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
Create a
INFORMATION_SCHEMA.TABLE_CONSTRAINTStable reference - TableConstraints() - Constructor for class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
Create a
information_schema.TABLE_CONSTRAINTStable reference - TableConstraints(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
Create an aliased
INFORMATION_SCHEMA.TABLE_CONSTRAINTStable reference - TableConstraints(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
Create an aliased
information_schema.TABLE_CONSTRAINTStable reference - TableConstraints(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
-
Create an aliased
INFORMATION_SCHEMA.TABLE_CONSTRAINTStable reference - TableConstraints(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.TableConstraints
-
Create an aliased
information_schema.TABLE_CONSTRAINTStable reference - TableConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.TableConstraints
- TableConstraints(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.TableConstraints
- TableDefinition - Interface in org.jooq.meta
-
The definition of a table or view.
- TableElementDefinition - Interface in org.jooq.meta
-
The definition of an object that is contained in a table.
- TABLEID - Variable in class org.jooq.meta.derby.sys.tables.Sysconglomerates
-
The column
SYS.SYSCONGLOMERATES.TABLEID. - TABLEID - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.TABLEID. - TABLEID - Variable in class org.jooq.meta.derby.sys.tables.Systables
-
The column
SYS.SYSTABLES.TABLEID. - TABLEID - Variable in class org.jooq.meta.derby.sys.tables.Sysviews
-
The column
SYS.SYSVIEWS.TABLEID. - tableIdentifier - Variable in class org.jooq.meta.jaxb.MatchersTableType
- tableImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
- TABLENAME - Variable in class org.jooq.meta.derby.sys.tables.Systables
-
The column
SYS.SYSTABLES.TABLENAME. - tables - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- tables - Variable in class org.jooq.meta.jaxb.Generate
- tables - Variable in class org.jooq.meta.jaxb.Matchers
- tables - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- tables - Variable in class org.jooq.meta.jaxb.SyntheticIdentityType
- tables - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- tables - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- tables() - Method in class org.jooq.meta.hsqldb.information_schema.tables.Views
- tables() - Method in class org.jooq.meta.mysql.information_schema.tables.Views
- tables() - Method in class org.jooq.meta.postgres.information_schema.tables.Views
- Tables - Class in org.jooq.meta.cubrid.dba
-
This class is generated by jOOQ.
- Tables - Class in org.jooq.meta.derby.sys
-
Convenience access to all tables in SYS.
- Tables - Class in org.jooq.meta.firebird.rdb
-
Convenience access to all tables in the default schema.
- Tables - Class in org.jooq.meta.h2.information_schema
-
Convenience access to all tables in INFORMATION_SCHEMA.
- Tables - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Tables - Class in org.jooq.meta.hsqldb.information_schema
-
Convenience access to all tables in INFORMATION_SCHEMA.
- Tables - Class in org.jooq.meta.hsqldb.information_schema.tables
-
one row for each table or view
- Tables - Class in org.jooq.meta.mysql.information_schema
-
Convenience access to all tables in information_schema.
- Tables - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Tables - Class in org.jooq.meta.mysql.mysql
-
Convenience access to all tables in mysql.
- Tables - Class in org.jooq.meta.postgres.information_schema
-
Convenience access to all tables in information_schema.
- Tables - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Tables - Class in org.jooq.meta.postgres.pg_catalog
-
Convenience access to all tables in pg_catalog.
- Tables() - Constructor for class org.jooq.meta.cubrid.dba.Tables
- Tables() - Constructor for class org.jooq.meta.derby.sys.Tables
- Tables() - Constructor for class org.jooq.meta.firebird.rdb.Tables
- Tables() - Constructor for class org.jooq.meta.h2.information_schema.Tables
- Tables() - Constructor for class org.jooq.meta.h2.information_schema.tables.Tables
-
Create a
INFORMATION_SCHEMA.TABLEStable reference - Tables() - Constructor for class org.jooq.meta.hsqldb.information_schema.Tables
- Tables() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
Create a
INFORMATION_SCHEMA.TABLEStable reference - Tables() - Constructor for class org.jooq.meta.mysql.information_schema.Tables
- Tables() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Tables
-
Create a
information_schema.TABLEStable reference - Tables() - Constructor for class org.jooq.meta.mysql.mysql.Tables
- Tables() - Constructor for class org.jooq.meta.postgres.information_schema.Tables
- Tables() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Tables
-
Create a
information_schema.tablestable reference - Tables() - Constructor for class org.jooq.meta.postgres.pg_catalog.Tables
- Tables(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Tables
-
Create an aliased
INFORMATION_SCHEMA.TABLEStable reference - Tables(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
Create an aliased
INFORMATION_SCHEMA.TABLEStable reference - Tables(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Tables
-
Create an aliased
information_schema.TABLEStable reference - Tables(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Tables
-
Create an aliased
information_schema.tablestable reference - Tables(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Tables
-
Create an aliased
INFORMATION_SCHEMA.TABLEStable reference - Tables(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
Create an aliased
INFORMATION_SCHEMA.TABLEStable reference - Tables(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Tables
-
Create an aliased
information_schema.TABLEStable reference - Tables(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Tables
-
Create an aliased
information_schema.tablestable reference - Tables(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Tables
- Tables(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Tables
- Tables(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Tables
- Tables(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Tables
- TABLES - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.TABLES. - TABLES - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.TABLES. - TABLES - Static variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The reference instance of
INFORMATION_SCHEMA.TABLES - TABLES - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
one row for each table or view
- TABLES - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
one row for each table or view
- TABLES - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The reference instance of
INFORMATION_SCHEMA.TABLES - TABLES - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.TABLES. - TABLES - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.TABLES. - TABLES - Static variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The reference instance of
information_schema.TABLES - TABLES - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.tables. - TABLES - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.tables. - TABLES - Static variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The reference instance of
information_schema.tables - TABLETYPE - Variable in class org.jooq.meta.derby.sys.tables.Systables
-
The column
SYS.SYSTABLES.TABLETYPE. - tableValuedFunctions - Variable in class org.jooq.meta.jaxb.Database
- tableValuedFunctions() - Method in class org.jooq.meta.AbstractDatabase
- tableValuedFunctions() - Method in interface org.jooq.meta.Database
-
[#4838] Whether table-valued functions should be reported as tables.
- target - Variable in class org.jooq.meta.jaxb.Generator
- Target - Class in org.jooq.meta.jaxb
-
Options to define where the generated code should be located.
- Target() - Constructor for class org.jooq.meta.jaxb.Target
- TBL_NAME - Static variable in class org.jooq.meta.sqlite.sqlite_master.SQLiteMaster
- TIMESTAMP - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.Timestamp. - to - Variable in class org.jooq.meta.jaxb.LambdaConverter
- TO_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.TO_SQL_SPECIFIC_CATALOG. - TO_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.TO_SQL_SPECIFIC_CATALOG. - TO_SQL_SPECIFIC_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.to_sql_specific_catalog. - TO_SQL_SPECIFIC_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.TO_SQL_SPECIFIC_NAME. - TO_SQL_SPECIFIC_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.TO_SQL_SPECIFIC_NAME. - TO_SQL_SPECIFIC_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.to_sql_specific_name. - TO_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.TO_SQL_SPECIFIC_SCHEMA. - TO_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.TO_SQL_SPECIFIC_SCHEMA. - TO_SQL_SPECIFIC_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.to_sql_specific_schema. - toString() - Method in class org.jooq.meta.AbstractDefinition
- toString() - Method in class org.jooq.meta.DefaultDataTypeDefinition
- toString() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
- toString() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
- toString() - Method in class org.jooq.meta.jaxb.CatalogMappingType
- toString() - Method in class org.jooq.meta.jaxb.CommentType
- toString() - Method in class org.jooq.meta.jaxb.Configuration
- toString() - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- toString() - Method in class org.jooq.meta.jaxb.Database
- toString() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- toString() - Method in class org.jooq.meta.jaxb.EmbeddableField
- toString() - Method in class org.jooq.meta.jaxb.EnumType
- toString() - Method in class org.jooq.meta.jaxb.ForcedType
- toString() - Method in class org.jooq.meta.jaxb.Generate
- toString() - Method in class org.jooq.meta.jaxb.Generator
- toString() - Method in class org.jooq.meta.jaxb.Jdbc
- toString() - Method in class org.jooq.meta.jaxb.LambdaConverter
- toString() - Method in class org.jooq.meta.jaxb.MatcherRule
- toString() - Method in class org.jooq.meta.jaxb.Matchers
- toString() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
- toString() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
- toString() - Method in class org.jooq.meta.jaxb.MatchersEnumType
- toString() - Method in class org.jooq.meta.jaxb.MatchersFieldType
- toString() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
- toString() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
- toString() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
- toString() - Method in class org.jooq.meta.jaxb.MatchersTableType
- toString() - Method in class org.jooq.meta.jaxb.Property
- toString() - Method in class org.jooq.meta.jaxb.SchemaMappingType
- toString() - Method in class org.jooq.meta.jaxb.Strategy
- toString() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- toString() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
- toString() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- toString() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- toString() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- toString() - Method in class org.jooq.meta.jaxb.SyntheticViewType
- toString() - Method in class org.jooq.meta.jaxb.Target
- trace(Object) - Method in class org.jooq.meta.BufferedLog
- trace(Object, Object) - Method in class org.jooq.meta.BufferedLog
- trace(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- trace(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- TRACE - org.jooq.meta.jaxb.Logging
- transform - Variable in class org.jooq.meta.jaxb.MatcherRule
- TRIGGERS - Variable in class org.jooq.meta.cubrid.dba.tables.DbUser
-
The column
db_user.triggers. - TYPACL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typacl. - TYPALIGN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typalign. - TYPANALYZE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typanalyze. - TYPARRAY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typarray. - TYPBASETYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typbasetype. - TYPBYVAL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typbyval. - TYPCATEGORY - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typcategory. - TYPCOLLATION - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typcollation. - TYPDEFAULT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typdefault. - TYPDEFAULTBIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - TYPDELIM - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typdelim. - type - Variable in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- TYPE - Variable in class org.jooq.meta.derby.sys.tables.Sysconstraints
-
The column
SYS.SYSCONSTRAINTS.TYPE. - TYPE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemIndexinfo
-
The column
INFORMATION_SCHEMA.SYSTEM_INDEXINFO.TYPE. index type: e.g. { Clustered | Hashed | Other } - TYPE - Variable in class org.jooq.meta.mysql.mysql.tables.Proc
-
The column
mysql.proc.type. - TYPE - Static variable in class org.jooq.meta.sqlite.sqlite_master.SQLiteMaster
- TYPE_CAT - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TYPE_CAT. table type catalog - TYPE_INFO - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.TYPE_INFO. - TYPE_INFO - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.TYPE_INFO. - TYPE_INFO - Static variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The reference instance of
INFORMATION_SCHEMA.TYPE_INFO - TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.TYPE_NAME. - TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Domains
-
The column
INFORMATION_SCHEMA.DOMAINS.TYPE_NAME. - TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionAliases
-
The column
INFORMATION_SCHEMA.FUNCTION_ALIASES.TYPE_NAME. - TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.FunctionColumns
-
The column
INFORMATION_SCHEMA.FUNCTION_COLUMNS.TYPE_NAME. - TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.TYPE_NAME. - TYPE_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
The column
INFORMATION_SCHEMA.TYPE_INFO.TYPE_NAME. - TYPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
The column
INFORMATION_SCHEMA.SYSTEM_COLUMNS.TYPE_NAME. the HSQLDB-specific data type name; this is the canonical name used in CREATE TABLE and ALTER TABLE statements. - TYPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TYPE_NAME. table type name - TYPE_PATTERN - Static variable in class org.jooq.meta.AbstractRoutineDefinition
- TYPE_SCHEM - Variable in class org.jooq.meta.hsqldb.information_schema.tables.SystemTables
-
The column
INFORMATION_SCHEMA.SYSTEM_TABLES.TYPE_SCHEM. table type schema - TYPE_UDT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.TYPE_UDT_CATALOG. - TYPE_UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.type_udt_catalog. - TYPE_UDT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.TYPE_UDT_NAME. - TYPE_UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.type_udt_name. - TYPE_UDT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.TYPE_UDT_SCHEMA. - TYPE_UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.type_udt_schema. - TypedElementDefinition<T extends Definition> - Interface in org.jooq.meta
-
An element that has a data type.
- TypeInfo - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- TypeInfo() - Constructor for class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
Create a
INFORMATION_SCHEMA.TYPE_INFOtable reference - TypeInfo(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
Create an aliased
INFORMATION_SCHEMA.TYPE_INFOtable reference - TypeInfo(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.TypeInfo
-
Create an aliased
INFORMATION_SCHEMA.TYPE_INFOtable reference - TypeInfo(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.TypeInfo
- TYPELEM - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typelem. - types - Variable in class org.jooq.meta.jaxb.ForcedType
- TYPINPUT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typinput. - TYPISDEFINED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typisdefined. - TYPISPREFERRED - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typispreferred. - TYPLEN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typlen. - TYPMODIN - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typmodin. - TYPMODOUT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typmodout. - TYPNAME - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typname. - TYPNAMESPACE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typnamespace. - TYPNDIMS - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typndims. - TYPNOTNULL - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typnotnull. - TYPOUTPUT - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typoutput. - TYPOWNER - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typowner. - TYPRECEIVE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typreceive. - TYPRELID - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typrelid. - TYPSEND - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typsend. - TYPSTORAGE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typstorage. - TYPTYPE - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typtype. - TYPTYPMOD - Variable in class org.jooq.meta.postgres.pg_catalog.tables.PgType
-
The column
pg_catalog.pg_type.typtypmod.
U
- UDT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.UDT_CATALOG. - UDT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.UDT_CATALOG. - UDT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.UDT_CATALOG. - UDT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.UDT_CATALOG. - UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.udt_catalog. - UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.udt_catalog. - UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.udt_catalog. - UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.udt_catalog. - UDT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.udt_catalog. - UDT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.UDT_NAME. - UDT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.UDT_NAME. - UDT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.UDT_NAME. - UDT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.UDT_NAME. - UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.udt_name. - UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.udt_name. - UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.udt_name. - UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.udt_name. - UDT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.udt_name. - UDT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Columns
-
The column
INFORMATION_SCHEMA.COLUMNS.UDT_SCHEMA. - UDT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ElementTypes
-
The column
INFORMATION_SCHEMA.ELEMENT_TYPES.UDT_SCHEMA. - UDT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Parameters
-
The column
INFORMATION_SCHEMA.PARAMETERS.UDT_SCHEMA. - UDT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Routines
-
The column
INFORMATION_SCHEMA.ROUTINES.UDT_SCHEMA. - UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Attributes
-
The column
information_schema.attributes.udt_schema. - UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Columns
-
The column
information_schema.columns.udt_schema. - UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Domains
-
The column
information_schema.domains.udt_schema. - UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Parameters
-
The column
information_schema.parameters.udt_schema. - UDT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Routines
-
The column
information_schema.routines.udt_schema. - UDTDefinition - Interface in org.jooq.meta
-
A definition for a UDT
- udts - Variable in class org.jooq.meta.jaxb.Generate
- UNICODE_CASE - org.jooq.meta.jaxb.RegexFlag
- UNICODE_CHARACTER_CLASS - org.jooq.meta.jaxb.RegexFlag
- UNIQUE_CONSTRAINT_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_CATALOG. - UNIQUE_CONSTRAINT_CATALOG - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_CATALOG. - UNIQUE_CONSTRAINT_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.unique_constraint_catalog. - UNIQUE_CONSTRAINT_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_NAME. - UNIQUE_CONSTRAINT_NAME - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_NAME. - UNIQUE_CONSTRAINT_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.unique_constraint_name. - UNIQUE_CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_SCHEMA. - UNIQUE_CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.UNIQUE_CONSTRAINT_SCHEMA. - UNIQUE_CONSTRAINT_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.unique_constraint_schema. - UNIQUE_INDEX_NAME - Static variable in class org.jooq.meta.h2.information_schema.Keys
- UNIQUE_INDEX_NAME - Variable in class org.jooq.meta.h2.information_schema.tables.Constraints
-
The column
INFORMATION_SCHEMA.CONSTRAINTS.UNIQUE_INDEX_NAME. - UniqueKeyDefinition - Interface in org.jooq.meta
-
An object holding information about an inverse foreign key relationship.
- uniqueKeys - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
- uniqueKeys(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
- uniqueKeys(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
- uniqueKeys(List<String>) - Method in class org.jooq.meta.h2.H2Database
- uniqueKeys(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
- uniqueKeys(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
- uniqueKeys(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
- uniqueKeys(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
-
A query that produces (non-primary) unique keys for a set of input schemas.
- UNIX_LINES - org.jooq.meta.jaxb.RegexFlag
- unsignedTypes - Variable in class org.jooq.meta.jaxb.Database
- UPDATE_RULE - Variable in class org.jooq.meta.h2.information_schema.tables.CrossReferences
-
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.UPDATE_RULE. - UPDATE_RULE - Variable in class org.jooq.meta.hsqldb.information_schema.tables.ReferentialConstraints
-
The column
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS.UPDATE_RULE. - UPDATE_RULE - Variable in class org.jooq.meta.mysql.information_schema.tables.ReferentialConstraints
-
The column
information_schema.REFERENTIAL_CONSTRAINTS.UPDATE_RULE. - UPDATE_RULE - Variable in class org.jooq.meta.postgres.information_schema.tables.ReferentialConstraints
-
The column
information_schema.referential_constraints.update_rule. - UPDATE_TIME - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.UPDATE_TIME. - UPPER - org.jooq.meta.jaxb.MatcherTransformType
- UPPER_FIRST_LETTER - org.jooq.meta.jaxb.MatcherTransformType
- url - Variable in class org.jooq.meta.jaxb.Jdbc
- user - Variable in class org.jooq.meta.jaxb.Jdbc
- USER - Variable in class org.jooq.meta.mysql.mysql.tables.ProcsPriv
-
The column
mysql.procs_priv.User. - USER_DEFINED_TYPE_CATALOG - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.USER_DEFINED_TYPE_CATALOG. - USER_DEFINED_TYPE_CATALOG - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.user_defined_type_catalog. - USER_DEFINED_TYPE_NAME - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.USER_DEFINED_TYPE_NAME. - USER_DEFINED_TYPE_NAME - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.user_defined_type_name. - USER_DEFINED_TYPE_SCHEMA - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Tables
-
The column
INFORMATION_SCHEMA.TABLES.USER_DEFINED_TYPE_SCHEMA. - USER_DEFINED_TYPE_SCHEMA - Variable in class org.jooq.meta.postgres.information_schema.tables.Tables
-
The column
information_schema.tables.user_defined_type_schema. - username - Variable in class org.jooq.meta.jaxb.Jdbc
- userType - Variable in class org.jooq.meta.jaxb.ForcedType
V
- validationAnnotations - Variable in class org.jooq.meta.jaxb.Generate
- value - Variable in class org.jooq.meta.jaxb.Property
- value() - Method in enum org.jooq.meta.jaxb.ForcedTypeObjectType
- value() - Method in enum org.jooq.meta.jaxb.GeneratedAnnotationType
- value() - Method in enum org.jooq.meta.jaxb.GeneratedSerialVersionUID
- value() - Method in enum org.jooq.meta.jaxb.Logging
- value() - Method in enum org.jooq.meta.jaxb.MatcherTransformType
- value() - Method in enum org.jooq.meta.jaxb.Nullability
- value() - Method in enum org.jooq.meta.jaxb.OnError
- value() - Method in enum org.jooq.meta.jaxb.RegexFlag
- value() - Method in enum org.jooq.meta.jaxb.VisibilityModifier
- valueOf(String) - Static method in enum org.jooq.meta.InOutDefinition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.ForcedTypeObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.GeneratedAnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.GeneratedSerialVersionUID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.Logging
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.MatcherTransformType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.Nullability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.OnError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.RegexFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.jaxb.VisibilityModifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.mysql.mysql.enums.ProcLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.mysql.mysql.enums.ProcSecurityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.mysql.mysql.enums.ProcsPrivRoutineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.mysql.mysql.enums.ProcSqlDataAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jooq.meta.mysql.mysql.enums.ProcType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jooq.meta.InOutDefinition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.jaxb.ForcedTypeObjectType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.jaxb.GeneratedAnnotationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.jaxb.GeneratedSerialVersionUID
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.jaxb.Logging
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.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.meta.jaxb.Nullability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.jaxb.OnError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.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.meta.jaxb.VisibilityModifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jooq.meta.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.meta.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.meta.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.meta.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.meta.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.meta.mysql.mysql.enums.ProcType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- varargSetters - Variable in class org.jooq.meta.jaxb.Generate
- version(CatalogDefinition) - Method in interface org.jooq.meta.CatalogVersionProvider
-
Get a custom schema version.
- version(SchemaDefinition) - Method in interface org.jooq.meta.SchemaVersionProvider
-
Get a custom schema version.
- VERSION - Variable in class org.jooq.meta.mysql.information_schema.tables.Tables
-
The column
information_schema.TABLES.VERSION. - VIEW_DEFINITION - Variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.VIEW_DEFINITION. - VIEW_DEFINITION - Variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The column
INFORMATION_SCHEMA.VIEWS.VIEW_DEFINITION. - VIEW_DEFINITION - Variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The column
information_schema.VIEWS.VIEW_DEFINITION. - VIEW_DEFINITION - Variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The column
information_schema.views.view_definition. - VIEWDEFINITION - Variable in class org.jooq.meta.derby.sys.tables.Sysviews
-
The column
SYS.SYSVIEWS.VIEWDEFINITION. - views - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
- Views - Class in org.jooq.meta.h2.information_schema.tables
-
This class is generated by jOOQ.
- Views - Class in org.jooq.meta.hsqldb.information_schema.tables
-
the view descriptors of the accessible views defined within this database
- Views - Class in org.jooq.meta.mysql.information_schema.tables
-
This class is generated by jOOQ.
- Views - Class in org.jooq.meta.postgres.information_schema.tables
-
This class is generated by jOOQ.
- Views() - Constructor for class org.jooq.meta.h2.information_schema.tables.Views
-
Create a
INFORMATION_SCHEMA.VIEWStable reference - Views() - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Views
-
Create a
INFORMATION_SCHEMA.VIEWStable reference - Views() - Constructor for class org.jooq.meta.mysql.information_schema.tables.Views
-
Create a
information_schema.VIEWStable reference - Views() - Constructor for class org.jooq.meta.postgres.information_schema.tables.Views
-
Create a
information_schema.viewstable reference - Views(String) - Constructor for class org.jooq.meta.h2.information_schema.tables.Views
-
Create an aliased
INFORMATION_SCHEMA.VIEWStable reference - Views(String) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Views
-
Create an aliased
INFORMATION_SCHEMA.VIEWStable reference - Views(String) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Views
-
Create an aliased
information_schema.VIEWStable reference - Views(String) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Views
-
Create an aliased
information_schema.viewstable reference - Views(Name) - Constructor for class org.jooq.meta.h2.information_schema.tables.Views
-
Create an aliased
INFORMATION_SCHEMA.VIEWStable reference - Views(Name) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Views
-
Create an aliased
INFORMATION_SCHEMA.VIEWStable reference - Views(Name) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Views
-
Create an aliased
information_schema.VIEWStable reference - Views(Name) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Views
-
Create an aliased
information_schema.viewstable reference - Views(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.h2.information_schema.tables.Views
- Views(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.hsqldb.information_schema.tables.Views
- Views(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.mysql.information_schema.tables.Views
- Views(Table<O>, ForeignKey<O, Record>) - Constructor for class org.jooq.meta.postgres.information_schema.tables.Views
- VIEWS - Variable in class org.jooq.meta.h2.information_schema.InformationSchema
-
The table
INFORMATION_SCHEMA.VIEWS. - VIEWS - Static variable in class org.jooq.meta.h2.information_schema.Tables
-
The table
INFORMATION_SCHEMA.VIEWS. - VIEWS - Static variable in class org.jooq.meta.h2.information_schema.tables.Views
-
The reference instance of
INFORMATION_SCHEMA.VIEWS - VIEWS - Variable in class org.jooq.meta.hsqldb.information_schema.InformationSchema
-
the view descriptors of the accessible views defined within this database
- VIEWS - Static variable in class org.jooq.meta.hsqldb.information_schema.Tables
-
the view descriptors of the accessible views defined within this database
- VIEWS - Static variable in class org.jooq.meta.hsqldb.information_schema.tables.Views
-
The reference instance of
INFORMATION_SCHEMA.VIEWS - VIEWS - Variable in class org.jooq.meta.mysql.information_schema.InformationSchema
-
The table
information_schema.VIEWS. - VIEWS - Static variable in class org.jooq.meta.mysql.information_schema.Tables
-
The table
information_schema.VIEWS. - VIEWS - Static variable in class org.jooq.meta.mysql.information_schema.tables.Views
-
The reference instance of
information_schema.VIEWS - VIEWS - Variable in class org.jooq.meta.postgres.information_schema.InformationSchema
-
The table
information_schema.views. - VIEWS - Static variable in class org.jooq.meta.postgres.information_schema.Tables
-
The table
information_schema.views. - VIEWS - Static variable in class org.jooq.meta.postgres.information_schema.tables.Views
-
The reference instance of
information_schema.views - VIEWS__SYNTHETIC_FK_VIEWS__SYNTHETIC_PK_TABLES - Static variable in class org.jooq.meta.postgres.information_schema.Keys
- visibilityModifier - Variable in class org.jooq.meta.jaxb.Generate
- VisibilityModifier - Enum in org.jooq.meta.jaxb
-
Java class for VisibilityModifier.
W
- warn(Object) - Method in class org.jooq.meta.BufferedLog
- warn(Object, Object) - Method in class org.jooq.meta.BufferedLog
- warn(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- warn(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
- WARN - org.jooq.meta.jaxb.Logging
- withAutoCommit(Boolean) - Method in class org.jooq.meta.jaxb.Jdbc
- withBasedir(String) - Method in class org.jooq.meta.jaxb.Configuration
-
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.
- withBinding(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- withBinding(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A
Bindingimplementation for the custom type. - withCatalog(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
- withCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining catalog of the view.
- withCatalogClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This rule influences the naming of the generated
Catalogobject. - withCatalogIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This rule influences the naming of the generated
Catalogidentifier. - withCatalogImplements(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This string provides additional interfaces that a generated
Catalogshould implement. - withCatalogs(Collection<CatalogMappingType>) - Method in class org.jooq.meta.jaxb.Database
- withCatalogs(Collection<MatchersCatalogType>) - Method in class org.jooq.meta.jaxb.Matchers
- withCatalogs(List<CatalogMappingType>) - Method in class org.jooq.meta.jaxb.Database
- withCatalogs(List<MatchersCatalogType>) - Method in class org.jooq.meta.jaxb.Matchers
- withCatalogs(CatalogMappingType...) - Method in class org.jooq.meta.jaxb.Database
- withCatalogs(MatchersCatalogType...) - Method in class org.jooq.meta.jaxb.Matchers
- withCatalogVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
-
A custom version number that, if available, will be used to assess whether the
Database.getInputCatalog()from a given catalog will need to be regenerated. - withClean(Boolean) - Method in class org.jooq.meta.jaxb.Target
- withComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining comment on the embeddable type.
- withComment(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining comment on the view.
- withComments(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withComments(Collection<CommentType>) - Method in class org.jooq.meta.jaxb.Database
- withComments(List<CommentType>) - Method in class org.jooq.meta.jaxb.Database
- withComments(CommentType...) - Method in class org.jooq.meta.jaxb.Database
- withCommentsOnAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnColumns(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnPackages(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnParameters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnSchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withCommentsOnUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withConstructorPropertiesAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withConstructorPropertiesAnnotationOnPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withConstructorPropertiesAnnotationOnRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withConverter(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- withConverter(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A converter implementation for the
ForcedType.getUserType(). - withCustomTypes(Collection<CustomType>) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- withCustomTypes(List<CustomType>) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- withCustomTypes(CustomType...) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- withDaoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
DAOobject. - withDaoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
DAOshould implement. - withDaos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withDatabase(Database) - Method in class org.jooq.meta.jaxb.Generator
-
Configuration of the database meta data source.
- withDateAsTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
- withDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withDeprecationOnUnknownTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withDirectory(String) - Method in class org.jooq.meta.jaxb.Target
-
The destination directory of your generated classes
- withDriver(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC driver class.
- withEmbeddableDomains(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all domain type declarations for which wrapper types should be generated.
- withEmbeddablePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.
- withEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withEmbeddables(Collection<EmbeddableDefinitionType>) - Method in class org.jooq.meta.jaxb.Database
- withEmbeddables(Collection<MatchersEmbeddableType>) - Method in class org.jooq.meta.jaxb.Matchers
- withEmbeddables(List<EmbeddableDefinitionType>) - Method in class org.jooq.meta.jaxb.Database
- withEmbeddables(List<MatchersEmbeddableType>) - Method in class org.jooq.meta.jaxb.Matchers
- withEmbeddables(EmbeddableDefinitionType...) - Method in class org.jooq.meta.jaxb.Database
- withEmbeddables(MatchersEmbeddableType...) - Method in class org.jooq.meta.jaxb.Matchers
- withEmbeddableUniqueKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.
- withEmptyCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withEmptySchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withEncoding(String) - Method in class org.jooq.meta.jaxb.Target
-
The file encoding to be used with all output files.
- withEnumClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This rule influences the naming of the generated
EnumTypeobject. - withEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.
- withEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
- withEnumImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This string provides additional interfaces that a generated
EnumTypeshould implement. - withEnums(Collection<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
- withEnums(List<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
- withEnums(MatchersEnumType...) - Method in class org.jooq.meta.jaxb.Matchers
- withEnumsAsScalaSealedTraits(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withEnumTypes(Collection<EnumType>) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- withEnumTypes(List<EnumType>) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- withEnumTypes(EnumType...) - Method in class org.jooq.meta.jaxb.Database
-
Deprecated.
- withExcludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching columns, parameters, attributes, etc. which must not have this type.
- withExcludes(String) - Method in class org.jooq.meta.jaxb.Database
-
All elements that are excluded from your schema.
- withExcludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching data types which must not have this type.
- withExpression(String) - Method in class org.jooq.meta.jaxb.CommentType
-
A regular expression matching all objects that should be commented.
- withExpression(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
-
A regex matching all column names that are part of the embeddable type.
- withExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeExpression(). - withExpression(String) - Method in class org.jooq.meta.jaxb.MatcherRule
-
A replacement expression that transforms the matched expression in a new value.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
-
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
-
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This field matcher applies to all unqualified or qualified field names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
-
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
- withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This table matcher applies to all unqualified or qualified table names matched by this expression.
- withExpressions(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeExpression(). - withFieldGetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated getters (e.g. in
TableRecordand/or POJOs) corresponding to thisField - withFieldIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of the generated
Fieldidentifier. - withFieldMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field - withFields(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
-
A regular expression matching all fields on which to apply this synthetic identity.
- withFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- withFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- withFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- withFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- withFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- withFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- withFields(Collection<EmbeddableField>) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- withFields(Collection<MatchersFieldType>) - Method in class org.jooq.meta.jaxb.Matchers
- withFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- withFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
- withFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
- withFields(List<EmbeddableField>) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- withFields(List<MatchersFieldType>) - Method in class org.jooq.meta.jaxb.Matchers
- withFields(EmbeddableField...) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- withFields(MatchersFieldType...) - Method in class org.jooq.meta.jaxb.Matchers
- withFieldSetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
-
This rule influences the naming of generated setters (e.g. in
TableRecordand/or POJOs) corresponding to thisField - withFluentSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withForcedTypes(Collection<ForcedType>) - Method in class org.jooq.meta.jaxb.Database
- withForcedTypes(List<ForcedType>) - Method in class org.jooq.meta.jaxb.Database
- withForcedTypes(ForcedType...) - Method in class org.jooq.meta.jaxb.Database
- withForceIntegerTypesOnZeroScaleDecimals(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withForeignKeys(Collection<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withForeignKeys(List<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withForeignKeys(SyntheticForeignKeyType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withFrom(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
-
The implementation of
Converter.from(Object). - withFullyQualifiedTypes(String) - Method in class org.jooq.meta.jaxb.Generate
-
A regular expression matching all the types in generated code that should be fully qualified.
- withGenerate(Generate) - Method in class org.jooq.meta.jaxb.Generator
-
Options strictly related to generated code.
- withGeneratedAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGeneratedAnnotationDate(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGeneratedAnnotationType(GeneratedAnnotationType) - Method in class org.jooq.meta.jaxb.Generate
-
Generate the
Generatedannotation to indicate jOOQ version used for source code. - withGeneratedSerialVersionUID(GeneratedSerialVersionUID) - Method in class org.jooq.meta.jaxb.Generate
-
The serial version UID to be generated in all files.
- withGenerator(Generator) - Method in class org.jooq.meta.jaxb.Configuration
-
The GENERATOR configuration element contains information about source code generation itself.
- withGlobalCatalogReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalDomainReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalIndexReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalKeyReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalLinkReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalObjectReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalQueueReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalRoutineReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalSchemaReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalSequenceReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalTableReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withGlobalUDTReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withIdentities(Collection<SyntheticIdentityType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withIdentities(List<SyntheticIdentityType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withIdentities(SyntheticIdentityType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withIgnoreProcedureReturnValues(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withImmutableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withImmutablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withImplicitJoinPathsToOne(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withIncludeCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeDomains(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeExcludeColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeExcludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching columns, parameters, attributes, etc. to be forced to have this type.
- withIncludeForeignKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeInvisibleColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludePackageConstants(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludePackages(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludePackageUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludePrimaryKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludes(String) - Method in class org.jooq.meta.jaxb.Database
-
All elements that are generated from your schema.
- withIncludeSchemaComment(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
- withIncludeSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeSystemCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeSystemIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeSystemSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeSystemTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeSystemUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeTriggerRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A Java regular expression matching data types to be forced to have this type.
- withIncludeUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIncludeUniqueKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withIndentation(String) - Method in class org.jooq.meta.jaxb.Generate
-
The indentation characters to be used in generated code.
- withIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withInputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.getInputCatalog() - withInputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
-
The catalog that is used locally as a source for meta information.
- withInputSchema(String) - Method in class org.jooq.meta.jaxb.Database
-
The schema that is used locally as a source for meta information.
- withInputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.getInputSchema() - withInstanceFields(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withIntegerDisplayWidths(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated interface implemented by the
EmbeddableRecordand/or the POJO. - withInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated interface implemented by the
TableRecordand/or the POJO. - withInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated interface (which is implemented by the
EmbeddableRecordand/or POJO) should implement. - withInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated interface (which is implemented by the
TableRecordand/or POJO) should implement. - withInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withJavaBeansGettersAndSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withJavadoc(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withJavaTimeTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withJdbc(Jdbc) - Method in class org.jooq.meta.jaxb.Configuration
-
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
- withJpaAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withJpaVersion(String) - Method in class org.jooq.meta.jaxb.Generate
-
Version of JPA specification is to be used to generate version-specific annotations.
- withKey(String) - Method in class org.jooq.meta.jaxb.Property
- withKey(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
- withKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withKotlinSetterJvmNameAnnotationsOnIsPrefix(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- withLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.ForcedType
-
A lambda converter implementation for the
ForcedType.getUserType(). - withLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withLiterals(String) - Method in class org.jooq.meta.jaxb.EnumType
- withLocale(String) - Method in class org.jooq.meta.jaxb.Target
-
The locale to be used with all locale specific operations.
- withLogging(Logging) - Method in class org.jooq.meta.jaxb.Configuration
-
The logging configuration element specifies the code generation logging threshold.
- withLogSlowQueriesAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
-
The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.
- withLogSlowResultsAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
-
The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.
- withMatchers(Matchers) - Method in class org.jooq.meta.jaxb.Strategy
-
The matcher strategy configuration used when applying an XML-based strategy.
- withMaxMembersPerInitialiser(Integer) - Method in class org.jooq.meta.jaxb.Generate
-
The maximum number of members per initialiser, to prevent reaching the 64kb byte code per method limit in generated code.
- withMessage(String) - Method in class org.jooq.meta.jaxb.CommentType
-
A comment that should be added to objects matched by this configuration.
- withName(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- withName(String) - Method in class org.jooq.meta.jaxb.Database
-
The database dialect from jooq-meta.
- withName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining name of the embeddable type.
- withName(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
-
A name for the field in case the regex does not produce unique names for all matches.
- withName(String) - Method in class org.jooq.meta.jaxb.EnumType
- withName(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The name (in
SQLDataType) to force any matches to - withName(String) - Method in class org.jooq.meta.jaxb.Generator
-
The class used to generate source code.
- withName(String) - Method in class org.jooq.meta.jaxb.Strategy
-
The class used to provide a naming strategy for generated source code.
- withName(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
The optional foreign key name.
- withName(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
The optional primary key name.
- withName(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
The optional unique key name.
- withName(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining name of the view.
- withNewline(String) - Method in class org.jooq.meta.jaxb.Generate
-
The newline characters to be used in generated code.
- withNonnullAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withNonnullAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
-
Specify the qualified annotation name for all non-nullable items in generated code, defaulting to the JSR-305
javax.annotation.Nonnulltype. - withNullability(Nullability) - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether this forced type should apply to nullable / non-nullable / all columns
- withNullable(Boolean) - Method in class org.jooq.meta.jaxb.LambdaConverter
- withNullableAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withNullableAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
-
Specify the qualified annotation name for all nullable items in generated code, defaulting to the JSR-305
javax.annotation.Nullabletype. - withObjectType(ForcedTypeObjectType) - Method in class org.jooq.meta.jaxb.ForcedType
-
Whether this forced type should apply to all object types, or only to specific ones
- withOnError(OnError) - Method in class org.jooq.meta.jaxb.Configuration
-
The action to be taken by the generator as the consequence of an encountered exception.
- withOrderProvider(String) - Method in class org.jooq.meta.jaxb.Database
-
A custom
Comparatorthat can compare twoDefinitionobjects to determine their order. - withOutputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
-
See also
Database.getOutputCatalog() - withOutputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
-
The catalog that is used in generated source code.
- withOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- withOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withOutputSchema(String) - Method in class org.jooq.meta.jaxb.Database
-
The schema that is used in generated source code.
- withOutputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
-
See also
Database.getOutputSchema() - withOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.SchemaMappingType
- withOverridePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
All (UNIQUE) key names that should be used instead of primary keys on generated
UpdatableRecord. - withPackageName(String) - Method in class org.jooq.meta.jaxb.Target
-
The destination package of your generated classes (within the destination directory)
- withPassword(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection password.
- withPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated POJOs object.
- withPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated POJOs object.
- withPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides a super class that a generated POJO should extend.
- withPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides a super class that a generated POJO should extend.
- withPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated POJO should implement.
- withPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated POJO should implement.
- withPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withPojosAsJavaRecordClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withPojosAsKotlinDataClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withPojosAsScalaCaseClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withPojosToString(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withPrimaryKeys(Collection<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withPrimaryKeys(List<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withPrimaryKeys(SyntheticPrimaryKeyType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withPrintMarginForBlockComment(Integer) - Method in class org.jooq.meta.jaxb.Generate
-
The print margin to apply to generated Javadoc and other block comments, for automatic line wrapping.
- withPriority(Integer) - Method in class org.jooq.meta.jaxb.ForcedType
-
The priority among forced types in which to apply this one.
- withProperties(Collection<Property>) - Method in class org.jooq.meta.jaxb.Database
- withProperties(Collection<Property>) - Method in class org.jooq.meta.jaxb.Jdbc
- withProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Database
- withProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Jdbc
- withProperties(Property...) - Method in class org.jooq.meta.jaxb.Database
- withProperties(Property...) - Method in class org.jooq.meta.jaxb.Jdbc
- withQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This rule influences the naming of the generated
EmbeddableRecordobject. - withRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
TableRecordobject. - withRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
-
This string provides additional interfaces that a generated
EmbeddableRecordshould implement. - withRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
TableRecordshould implement. - withRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withRecordsImplementingRecordN(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withRecordTimestampFields(String) - Method in class org.jooq.meta.jaxb.Database
-
All table and view columns that are used as "timestamp" fields for optimistic locking.
- withRecordVersionFields(String) - Method in class org.jooq.meta.jaxb.Database
-
All table and view columns that are used as "version" fields for optimistic locking.
- withReferencedFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- withReferencedFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- withReferencedFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
- withReferencedKey(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching a key that is referenced by this synthetic foreign key.
- withReferencedTable(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching a table that is referenced by this synthetic foreign key.
- withReferencingComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The referencing comment on the embeddable type, defaulting to the defining comment.
- withReferencingName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The referencing name of the embeddable type, defaulting to the defining name.
- withRegexFlags(Collection<RegexFlag>) - Method in class org.jooq.meta.jaxb.Database
-
The flags that will be applied to all regular expressions from this configuration by default.
- withRegexFlags(RegexFlag...) - Method in class org.jooq.meta.jaxb.Database
-
The flags that will be applied to all regular expressions from this configuration by default.
- withRegexMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withRelations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withReplacesFields(Boolean) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
- withRoutineClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This rule influences the naming of the generated
Routineobject. - withRoutineImplements(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This string provides additional interfaces that a generated
Routineshould implement. - withRoutineMethod(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
-
This rule influences the naming of generated convenience methods used to call the
Routine. - withRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withRoutines(Collection<MatchersRoutineType>) - Method in class org.jooq.meta.jaxb.Matchers
- withRoutines(List<MatchersRoutineType>) - Method in class org.jooq.meta.jaxb.Matchers
- withRoutines(MatchersRoutineType...) - Method in class org.jooq.meta.jaxb.Matchers
- withSchema(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
- withSchema(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
Deprecated.Use database schema configuration elements instead.
- withSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining schema of the view.
- withSchemaClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This rule influences the naming of the generated
Schemaobject. - withSchemaIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This rule influences the naming of the generated
Schemaidentifier. - withSchemaImplements(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
-
This string provides additional interfaces that a generated
Schemashould implement. - withSchemas(Collection<MatchersSchemaType>) - Method in class org.jooq.meta.jaxb.Matchers
- withSchemas(List<MatchersSchemaType>) - Method in class org.jooq.meta.jaxb.Matchers
- withSchemas(MatchersSchemaType...) - Method in class org.jooq.meta.jaxb.Matchers
- withSchemata(Collection<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- withSchemata(Collection<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.Database
- withSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- withSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.Database
- withSchemata(SchemaMappingType...) - Method in class org.jooq.meta.jaxb.CatalogMappingType
- withSchemata(SchemaMappingType...) - Method in class org.jooq.meta.jaxb.Database
- withSchemaVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
-
A custom version number that, if available, will be used to assess whether the
Database.getInputSchema()will need to be regenerated. - withSequenceFlags(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSequenceIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
-
This rule influences the naming of the generated
Sequenceidentifier. - withSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSequences(Collection<MatchersSequenceType>) - Method in class org.jooq.meta.jaxb.Matchers
- withSequences(List<MatchersSequenceType>) - Method in class org.jooq.meta.jaxb.Matchers
- withSequences(MatchersSequenceType...) - Method in class org.jooq.meta.jaxb.Matchers
- withSerializableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSerializablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSources(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSourcesOnViews(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSpringAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withSql(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.
- withSql(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
-
The defining SQL query.
- withSqlMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withStrategy(Strategy) - Method in class org.jooq.meta.jaxb.Generator
-
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
- withSyntheticIdentities(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all columns that represent identities.
- withSyntheticObjects(SyntheticObjectsType) - Method in class org.jooq.meta.jaxb.Database
-
The synthetic objects configuration.
- withSyntheticPrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
-
A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generated
UpdatableRecord - withTableClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
Tableobject. - withTableIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This rule influences the naming of the generated
Tableidentifier. - withTableImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
-
This string provides additional interfaces that a generated
Tableshould implement. - withTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withTables(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
-
A regular expression matching the tables to which to apply the embeddable definition.
- withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
-
A regular expression matching all tables on which to apply this synthetic foreign key.
- withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
-
A regular expression matching all tables on which to apply this synthetic identity.
- withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
A regular expression matching all tables on which to apply this synthetic primary key.
- withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
A regular expression matching all tables on which to apply this synthetic unique key.
- withTables(Collection<MatchersTableType>) - Method in class org.jooq.meta.jaxb.Matchers
- withTables(List<MatchersTableType>) - Method in class org.jooq.meta.jaxb.Matchers
- withTables(MatchersTableType...) - Method in class org.jooq.meta.jaxb.Matchers
- withTableValuedFunctions(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withTarget(Target) - Method in class org.jooq.meta.jaxb.Generator
-
Options to define where the generated code should be located.
- withTo(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
-
The implementation of
Converter.to(Object). - withTransform(MatcherTransformType) - Method in class org.jooq.meta.jaxb.MatcherRule
-
A pre-defined transformation type that transforms this rule's output into a specific format.
- withType(String) - Method in class org.jooq.meta.jaxb.CustomType
-
Deprecated.Use ForcedType only
- withTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The same as
ForcedType.getIncludeTypes(). - withUdts(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withUniqueKeys(Collection<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withUniqueKeys(List<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withUniqueKeys(SyntheticUniqueKeyType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withUnsignedTypes(Boolean) - Method in class org.jooq.meta.jaxb.Database
- withUrl(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection URL.
- withUser(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
The JDBC connection user.
- withUsername(String) - Method in class org.jooq.meta.jaxb.Jdbc
-
Just a synonym for "user" to be compatible with other Maven plugins.
- withUserType(String) - Method in class org.jooq.meta.jaxb.ForcedType
-
The type of the user type - e.g. java.time.LocalDateTime.
- withValidationAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withValue(String) - Method in class org.jooq.meta.jaxb.Property
- withVarargSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
- withViews(Collection<SyntheticViewType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withViews(List<SyntheticViewType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withViews(SyntheticViewType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
- withVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.Generate
-
The visibility modifier to be used with generated code.
X
- XMLDatabase - Class in org.jooq.meta.xml
-
The XML Database.
- XMLDatabase() - Constructor for class org.jooq.meta.xml.XMLDatabase
- XMLPackageDefinition - Class in org.jooq.meta.xml
- XMLPackageDefinition(SchemaDefinition, InformationSchema, String) - Constructor for class org.jooq.meta.xml.XMLPackageDefinition
- XMLRoutineDefinition - Class in org.jooq.meta.xml
- XMLRoutineDefinition(SchemaDefinition, PackageDefinition, InformationSchema, Routine) - Constructor for class org.jooq.meta.xml.XMLRoutineDefinition
- XMLRoutineDefinition(SchemaDefinition, PackageDefinition, InformationSchema, Routine, String) - Constructor for class org.jooq.meta.xml.XMLRoutineDefinition
- XMLTableDefinition - Class in org.jooq.meta.xml
- XMLTableDefinition(SchemaDefinition, InformationSchema, Table) - Constructor for class org.jooq.meta.xml.XMLTableDefinition
- XMLTableDefinition(SchemaDefinition, InformationSchema, Table, String) - Constructor for class org.jooq.meta.xml.XMLTableDefinition
- XMLTableDefinition(SchemaDefinition, InformationSchema, Table, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.xml.XMLTableDefinition
Y
- YES - org.jooq.meta.mysql.mysql.enums.ProcIsDeterministic
_
- _1 - Static variable in class org.jooq.meta.postgres.pg_catalog.routines.Count1
-
Deprecated.Unknown data type. Please define an explicit
Bindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. - _1 - Static variable in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
The parameter
pg_catalog.format_type._1. - _2 - Static variable in class org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
The parameter
pg_catalog.format_type._2.
All Classes All Packages