@Generated(value={"http://www.jooq.org","jOOQ version:3.8.6"}, comments="This class is generated by jOOQ") public class DefaultCatalog extends org.jooq.impl.CatalogImpl
Modifier and Type | Field and Description |
---|---|
static DefaultCatalog |
DEFAULT_CATALOG
The reference instance of
|
Monitoring |
MONITORING
The schema
MONITORING . |
Modifier and Type | Method and Description |
---|---|
void |
bind(org.jooq.BindContext arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create() |
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0) |
protected org.jooq.DSLContext |
create(org.jooq.Context<?> arg0) |
List<org.jooq.Schema> |
getSchemas() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
public static final DefaultCatalog DEFAULT_CATALOG
public final Monitoring MONITORING
MONITORING
.public final List<org.jooq.Schema> getSchemas()
getSchemas
in interface org.jooq.Catalog
getSchemas
in class org.jooq.impl.CatalogImpl
@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
protected final org.jooq.DSLContext create()
protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2017 ICF Olson. All rights reserved.