public class DefaultCatalog
extends org.jooq.impl.CatalogImpl
Modifier and Type | Field and Description |
---|---|
static DefaultCatalog |
DEFAULT_CATALOG
The reference instance of
DEFAULT_CATALOG |
DefaultSchema |
DEFAULT_SCHEMA
The schema
DEFAULT_SCHEMA . |
Modifier and Type | Method and Description |
---|---|
void |
bind(org.jooq.BindContext arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create()
Deprecated.
|
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create(org.jooq.Context<?> arg0)
Deprecated.
|
String |
getComment() |
String |
getName() |
List<org.jooq.Schema> |
getSchemas() |
org.jooq.Name |
getUnqualifiedName() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
public static final DefaultCatalog DEFAULT_CATALOG
DEFAULT_CATALOG
public final DefaultSchema DEFAULT_SCHEMA
DEFAULT_SCHEMA
.public final List<org.jooq.Schema> getSchemas()
getSchemas
in interface org.jooq.Catalog
getSchemas
in class org.jooq.impl.CatalogImpl
public final String getName()
getName
in interface org.jooq.Named
public final org.jooq.Name getUnqualifiedName()
getUnqualifiedName
in interface org.jooq.Named
public final String getComment()
getComment
in interface org.jooq.Named
@Deprecated public final void toSQL(org.jooq.RenderContext arg0)
toSQL
in interface org.jooq.QueryPartInternal
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException
bind
in interface org.jooq.QueryPartInternal
org.jooq.exception.DataAccessException
@Deprecated protected final org.jooq.DSLContext create()
@Deprecated protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
@Deprecated protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 1970 The Apache Software Foundation. All rights reserved.