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.12.1"}, comments="This class is generated by jOOQ") public class Zipkin extends org.jooq.impl.SchemaImplThis class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ZipkinZIPKINThe reference instance ofzipkinZipkinAnnotationsZIPKIN_ANNOTATIONSThe tablezipkin.zipkin_annotations.ZipkinDependenciesZIPKIN_DEPENDENCIESThe tablezipkin.zipkin_dependencies.ZipkinSpansZIPKIN_SPANSThe tablezipkin.zipkin_spans.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbind(org.jooq.BindContext arg0)Deprecated.protected org.jooq.DSLContextcreate()Deprecated.protected org.jooq.DSLContextcreate(org.jooq.Configuration arg0)Deprecated.protected org.jooq.DSLContextcreate(org.jooq.Context<?> arg0)Deprecated.booleandeclaresCTE()booleandeclaresFields()booleandeclaresTables()booleandeclaresWindows()booleanequals(java.lang.Object arg0)booleangeneratesCast()org.jooq.CataloggetCatalog()java.lang.StringgetComment()java.lang.StringgetName()org.jooq.NamegetQualifiedName()java.util.List<org.jooq.Table<?>>getTables()org.jooq.NamegetUnqualifiedName()inthashCode()voidtoSQL(org.jooq.RenderContext arg0)Deprecated.java.lang.StringtoString()protected org.jooq.exception.DataAccessExceptiontranslate(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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
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:
getCatalogin interfaceorg.jooq.Schema- Overrides:
getCatalogin classorg.jooq.impl.SchemaImpl
-
getTables
public final java.util.List<org.jooq.Table<?>> getTables()
- Specified by:
getTablesin interfaceorg.jooq.Schema- Overrides:
getTablesin classorg.jooq.impl.SchemaImpl
-
getName
public final java.lang.String getName()
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public final org.jooq.Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceorg.jooq.Named
-
getComment
public final java.lang.String getComment()
- Specified by:
getCommentin interfaceorg.jooq.Named
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
equals
public boolean equals(java.lang.Object arg0)
- Specified by:
equalsin interfaceorg.jooq.QueryPart
-
toSQL
@Deprecated public final void toSQL(org.jooq.RenderContext arg0)
Deprecated.- Specified by:
toSQLin interfaceorg.jooq.QueryPartInternal
-
bind
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessExceptionDeprecated.- Specified by:
bindin interfaceorg.jooq.QueryPartInternal- Throws:
org.jooq.exception.DataAccessException
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()
- Specified by:
declaresTablesin interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceorg.jooq.QueryPartInternal
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceorg.jooq.QueryPart- Overrides:
toStringin 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)
-
-