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 |
Schema.getCatalog()
The catalog of this schema.
|
Catalog |
SchemaMapping.map(Catalog catalog)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Catalog> |
Meta.getCatalogs()
Get all catalog objects from the underlying
DatabaseMetaData . |
Modifier and Type | Method and Description |
---|---|
Catalog |
SchemaMapping.map(Catalog catalog)
Deprecated.
|
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 |
SchemaImpl.getCatalog() |
Constructor and Description |
---|
SchemaImpl(String name,
Catalog catalog) |
Copyright © 2016. All Rights Reserved.