Class DefaultCatalog
- java.lang.Object
-
- org.jooq.impl.CatalogImpl
-
- zipkin2.storage.mysql.v1.internal.generated.DefaultCatalog
-
- All Implemented Interfaces:
java.io.Serializable,org.jooq.Catalog,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal
@Generated(value={"http://www.jooq.org","jOOQ version:3.12.1"}, comments="This class is generated by jOOQ") public class DefaultCatalog extends org.jooq.impl.CatalogImplThis class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultCatalogDEFAULT_CATALOGThe reference instance ofZipkinZIPKINThe schemazipkin.
-
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()java.lang.StringgetComment()java.lang.StringgetName()org.jooq.NamegetQualifiedName()java.util.List<org.jooq.Schema>getSchemas()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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DEFAULT_CATALOG
public static final DefaultCatalog DEFAULT_CATALOG
The reference instance of
-
ZIPKIN
public final Zipkin ZIPKIN
The schemazipkin.
-
-
Method Detail
-
getSchemas
public final java.util.List<org.jooq.Schema> getSchemas()
- Specified by:
getSchemasin interfaceorg.jooq.Catalog- Overrides:
getSchemasin classorg.jooq.impl.CatalogImpl
-
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)
-
-