@Generated(value={"http://www.jooq.org","jOOQ version:3.8.6"}, comments="This class is generated by jOOQ") public class Monitoring extends org.jooq.impl.SchemaImpl
Modifier and Type | Field and Description |
---|---|
Counter |
COUNTER
The table
MONITORING.COUNTER . |
CounterValue |
COUNTER_VALUE
The table
MONITORING.COUNTER_VALUE . |
Event |
EVENT
The table
MONITORING.EVENT . |
EventProperty |
EVENT_PROPERTY
The table
MONITORING.EVENT_PROPERTY . |
EventType |
EVENT_TYPE
The table
MONITORING.EVENT_TYPE . |
Metric |
METRIC
The table
MONITORING.METRIC . |
MetricValue |
METRIC_VALUE
The table
MONITORING.METRIC_VALUE . |
static Monitoring |
MONITORING
The reference instance of
MONITORING |
System |
SYSTEM
The table
MONITORING.SYSTEM . |
SystemProperty |
SYSTEM_PROPERTY
The table
MONITORING.SYSTEM_PROPERTY . |
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) |
org.jooq.Catalog |
getCatalog() |
List<org.jooq.Sequence<?>> |
getSequences() |
List<org.jooq.Table<?>> |
getTables() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
public static final Monitoring MONITORING
MONITORING
public final System SYSTEM
MONITORING.SYSTEM
.public final SystemProperty SYSTEM_PROPERTY
MONITORING.SYSTEM_PROPERTY
.public final EventType EVENT_TYPE
MONITORING.EVENT_TYPE
.public final Event EVENT
MONITORING.EVENT
.public final EventProperty EVENT_PROPERTY
MONITORING.EVENT_PROPERTY
.public final Counter COUNTER
MONITORING.COUNTER
.public final CounterValue COUNTER_VALUE
MONITORING.COUNTER_VALUE
.public final Metric METRIC
MONITORING.METRIC
.public final MetricValue METRIC_VALUE
MONITORING.METRIC_VALUE
.public org.jooq.Catalog getCatalog()
getCatalog
in interface org.jooq.Schema
getCatalog
in class org.jooq.impl.SchemaImpl
public final List<org.jooq.Sequence<?>> getSequences()
getSequences
in interface org.jooq.Schema
getSequences
in class org.jooq.impl.SchemaImpl
public final List<org.jooq.Table<?>> getTables()
getTables
in interface org.jooq.Schema
getTables
in class org.jooq.impl.SchemaImpl
@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.