Package cn.vertxup.jet.domain
Class DefaultCatalog
- java.lang.Object
-
- org.jooq.impl.CatalogImpl
-
- cn.vertxup.jet.domain.DefaultCatalog
-
- All Implemented Interfaces:
Serializable,org.jooq.Catalog,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal
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 DbDB_ETERNALThe schemaDB_ETERNAL.static DefaultCatalogDEFAULT_CATALOGThe reference instance ofDEFAULT_CATALOG
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jooq.Name$name()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()booleangeneratesCast()StringgetComment()org.jooq.CommentgetCommentPart()StringgetName()org.jooq.NamegetQualifiedName()List<org.jooq.Schema>getSchemas()org.jooq.NamegetUnqualifiedName()inthashCode()booleanrendersContent(org.jooq.Context<?> arg0)StringtoString()protected org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1)-
Methods inherited from class org.jooq.impl.CatalogImpl
accept, clauses, equals, getSchema, getSchema, schemaStream
-
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 ofDEFAULT_CATALOG
-
DB_ETERNAL
public final Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
Method Detail
-
getSchemas
public final List<org.jooq.Schema> getSchemas()
- Specified by:
getSchemasin interfaceorg.jooq.Catalog- Overrides:
getSchemasin classorg.jooq.impl.CatalogImpl
-
getName
public final String getName()
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public 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 String getComment()
- Specified by:
getCommentin interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()
- Specified by:
getCommentPartin interfaceorg.jooq.Named
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()
- Specified by:
$namein interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0)
- Specified by:
rendersContentin interfaceorg.jooq.QueryPartInternal
-
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 String toString()
-
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(String arg0, SQLException arg1)
-
-