@Generated(value={"http://www.jooq.org","jOOQ version:3.11.0"}, comments="This class is generated by jOOQ") public class DefaultCatalog extends CatalogImpl
| Modifier and Type | Field and Description |
|---|---|
static DefaultCatalog |
DEFAULT_CATALOG
The reference instance of
|
DefaultSchema |
DEFAULT_SCHEMA
The schema
. |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(BindContext arg0)
Deprecated.
|
protected DSLContext |
create()
Deprecated.
|
protected DSLContext |
create(Configuration arg0)
Deprecated.
|
protected DSLContext |
create(Context<?> arg0)
Deprecated.
|
String |
getComment() |
String |
getName() |
Name |
getQualifiedName() |
List<Schema> |
getSchemas() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, getSchema, schemaStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getName, getQualifiedName, getUnqualifiedNamepublic static final DefaultCatalog DEFAULT_CATALOG
public final DefaultSchema DEFAULT_SCHEMA
.public final List<Schema> getSchemas()
getSchemas in interface CataloggetSchemas in class CatalogImplpublic final Name getQualifiedName()
getQualifiedName in interface Namedpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Named@Deprecated public final void toSQL(RenderContext arg0)
toSQL in interface QueryPartInternal@Deprecated public final void bind(BindContext arg0) throws DataAccessException
bind in interface QueryPartInternalDataAccessException@Deprecated protected final DSLContext create()
@Deprecated protected final DSLContext create(Configuration arg0)
@Deprecated protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2019. All rights reserved.