@Generated(value={"http://www.jooq.org","jOOQ version:3.11.2"}, comments="This class is generated by jOOQ") public class Zipkin extends org.jooq.impl.SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static Zipkin |
ZIPKIN
The reference instance of
zipkin |
ZipkinAnnotations |
ZIPKIN_ANNOTATIONS
The table
zipkin.zipkin_annotations. |
ZipkinDependencies |
ZIPKIN_DEPENDENCIES
The table
zipkin.zipkin_dependencies. |
ZipkinSpans |
ZIPKIN_SPANS
The table
zipkin.zipkin_spans. |
| 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.
|
org.jooq.Catalog |
getCatalog() |
String |
getComment() |
String |
getName() |
org.jooq.Name |
getQualifiedName() |
List<org.jooq.Table<?>> |
getTables() |
org.jooq.Name |
getUnqualifiedName() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStreampublic static final Zipkin ZIPKIN
zipkinpublic final ZipkinAnnotations ZIPKIN_ANNOTATIONS
zipkin.zipkin_annotations.public final ZipkinDependencies ZIPKIN_DEPENDENCIES
zipkin.zipkin_dependencies.public final ZipkinSpans ZIPKIN_SPANS
zipkin.zipkin_spans.public org.jooq.Catalog getCatalog()
getCatalog in interface org.jooq.SchemagetCatalog in class org.jooq.impl.SchemaImplpublic final List<org.jooq.Table<?>> getTables()
getTables in interface org.jooq.SchemagetTables in class org.jooq.impl.SchemaImplpublic final String getName()
getName in interface org.jooq.Namedpublic final org.jooq.Name getQualifiedName()
getQualifiedName in interface org.jooq.Namedpublic final org.jooq.Name getUnqualifiedName()
getUnqualifiedName in interface org.jooq.Namedpublic 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.QueryPartInternalorg.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 © 2015–2018 OpenZipkin. All rights reserved.