Class Zipkin
- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- zipkin2.storage.mysql.v1.internal.generated.Zipkin
-
- All Implemented Interfaces:
java.io.Serializable
,org.jooq.Named
,org.jooq.QueryPart
,org.jooq.QueryPartInternal
,org.jooq.Schema
@Generated(value={"http://www.jooq.org","jOOQ version:3.11.11"}, comments="This class is generated by jOOQ") public class Zipkin extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Zipkin
ZIPKIN
The reference instance ofzipkin
ZipkinAnnotations
ZIPKIN_ANNOTATIONS
The tablezipkin.zipkin_annotations
.ZipkinDependencies
ZIPKIN_DEPENDENCIES
The tablezipkin.zipkin_dependencies
.ZipkinSpans
ZIPKIN_SPANS
The tablezipkin.zipkin_spans
.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.boolean
declaresCTE()
boolean
declaresFields()
boolean
declaresTables()
boolean
declaresWindows()
boolean
equals(java.lang.Object arg0)
boolean
generatesCast()
org.jooq.Catalog
getCatalog()
java.lang.String
getComment()
java.lang.String
getName()
org.jooq.Name
getQualifiedName()
java.util.List<org.jooq.Table<?>>
getTables()
org.jooq.Name
getUnqualifiedName()
int
hashCode()
void
toSQL(org.jooq.RenderContext arg0)
Deprecated.java.lang.String
toString()
protected org.jooq.exception.DataAccessException
translate(java.lang.String arg0, java.sql.SQLException arg1)
-
Methods inherited from class org.jooq.impl.SchemaImpl
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStream
-
-
-
-
Field Detail
-
ZIPKIN
public static final Zipkin ZIPKIN
The reference instance ofzipkin
-
ZIPKIN_ANNOTATIONS
public final ZipkinAnnotations ZIPKIN_ANNOTATIONS
The tablezipkin.zipkin_annotations
.
-
ZIPKIN_DEPENDENCIES
public final ZipkinDependencies ZIPKIN_DEPENDENCIES
The tablezipkin.zipkin_dependencies
.
-
ZIPKIN_SPANS
public final ZipkinSpans ZIPKIN_SPANS
The tablezipkin.zipkin_spans
.
-
-
Method Detail
-
getCatalog
public org.jooq.Catalog getCatalog()
- Specified by:
getCatalog
in interfaceorg.jooq.Schema
- Overrides:
getCatalog
in classorg.jooq.impl.SchemaImpl
-
getTables
public final java.util.List<org.jooq.Table<?>> getTables()
- Specified by:
getTables
in interfaceorg.jooq.Schema
- Overrides:
getTables
in classorg.jooq.impl.SchemaImpl
-
getName
public final java.lang.String getName()
- Specified by:
getName
in interfaceorg.jooq.Named
-
getQualifiedName
public final org.jooq.Name getQualifiedName()
- Specified by:
getQualifiedName
in interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()
- Specified by:
getUnqualifiedName
in interfaceorg.jooq.Named
-
getComment
public final java.lang.String getComment()
- Specified by:
getComment
in interfaceorg.jooq.Named
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceorg.jooq.QueryPart
-
equals
public boolean equals(java.lang.Object arg0)
- Specified by:
equals
in interfaceorg.jooq.QueryPart
-
toSQL
@Deprecated public final void toSQL(org.jooq.RenderContext arg0)
Deprecated.- Specified by:
toSQL
in interfaceorg.jooq.QueryPartInternal
-
bind
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException
Deprecated.- Specified by:
bind
in interfaceorg.jooq.QueryPartInternal
- Throws:
org.jooq.exception.DataAccessException
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFields
in interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()
- Specified by:
declaresTables
in interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindows
in interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTE
in interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCast
in interfaceorg.jooq.QueryPartInternal
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfaceorg.jooq.QueryPart
- Overrides:
toString
in classjava.lang.Object
-
create
@Deprecated protected final org.jooq.DSLContext create()
Deprecated.
-
create
@Deprecated protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
Deprecated.
-
create
@Deprecated protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
Deprecated.
-
translate
protected final org.jooq.exception.DataAccessException translate(java.lang.String arg0, java.sql.SQLException arg1)
-
-