Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Catalog |
UDT.getCatalog()
Get the UDT catalog.
|
Catalog |
Table.getCatalog()
Get the table catalog.
|
Catalog |
Sequence.getCatalog()
Get the sequence catalog.
|
Catalog |
Schema.getCatalog()
The catalog of this schema.
|
Catalog |
Routine.getCatalog()
Get the routine catalog.
|
Catalog |
Package.getCatalog()
Get the package catalog.
|
Catalog |
EnumType.getCatalog()
The catalog of the enum type, if applicable.
|
Catalog |
ArrayRecord.getCatalog()
Get the record type's catalog.
|
Catalog |
SchemaMapping.map(Catalog catalog)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Catalog> |
Meta.getCatalogs()
Get all catalog objects from the underlying
DatabaseMetaData . |
Modifier and Type | Method and Description |
---|---|
Queries |
DSLContext.ddl(Catalog catalog)
Generate the complete creation script for the entire catalog.
|
Queries |
DSLContext.ddl(Catalog schema,
DDLFlag... flags)
Generate a partial creation script for the entire catalog.
|
InformationSchema |
DSLContext.informationSchema(Catalog... catalogs)
Export a set of catalogs to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Catalog catalog)
Export a catalog to the
InformationSchema format. |
Catalog |
SchemaMapping.map(Catalog catalog)
Deprecated.
|
Query |
DSLContext.setCatalog(Catalog catalog)
Set the current catalog to a new value.
|
Modifier and Type | Class and Description |
---|---|
class |
CatalogImpl
A common base class for database catalogs
This type is for JOOQ INTERNAL USE only.
|
Modifier and Type | Method and Description |
---|---|
static Catalog |
DSL.catalog(Name name)
Create a qualified catalog, given its catalog name.
|
Catalog |
UDTImpl.getCatalog() |
Catalog |
SequenceImpl.getCatalog() |
Catalog |
SchemaImpl.getCatalog() |
Catalog |
PackageImpl.getCatalog() |
Catalog |
ArrayRecordImpl.getCatalog() |
Catalog |
AbstractRoutine.getCatalog() |
Modifier and Type | Method and Description |
---|---|
Queries |
DefaultDSLContext.ddl(Catalog catalog) |
Queries |
DefaultDSLContext.ddl(Catalog schema,
DDLFlag... flags) |
InformationSchema |
DefaultDSLContext.informationSchema(Catalog... catalogs) |
InformationSchema |
DefaultDSLContext.informationSchema(Catalog catalog) |
static Query |
DSL.setCatalog(Catalog catalog)
Set the current catalog to a new value.
|
Query |
DefaultDSLContext.setCatalog(Catalog catalog) |
Constructor and Description |
---|
SchemaImpl(Name name,
Catalog catalog) |
SchemaImpl(java.lang.String name,
Catalog catalog) |
Copyright © 2018. All Rights Reserved.