public class DefaultCatalog extends CatalogImpl
| Modifier and Type | Field and Description |
|---|---|
static DefaultCatalog |
DEFAULT_CATALOG
The reference instance of
DEFAULT_CATALOG |
InformationSchema |
INFORMATION_SCHEMA
The schema
INFORMATION_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() |
Comment |
getCommentPart() |
String |
getName() |
List<Schema> |
getSchemas() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, equals, getSchema, getSchema, schemaStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, getUnqualifiedNamepublic static final DefaultCatalog DEFAULT_CATALOG
DEFAULT_CATALOGpublic final InformationSchema INFORMATION_SCHEMA
INFORMATION_SCHEMA.public final List<Schema> getSchemas()
getSchemas in interface CataloggetSchemas in class CatalogImplpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Namedpublic final Comment getCommentPart()
getCommentPart 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 © 2021. All rights reserved.