Package cn.vertxup.ambient.domain
Class Db
- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- cn.vertxup.ambient.domain.Db
-
- All Implemented Interfaces:
Serializable,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.Schema
public class Db extends org.jooq.impl.SchemaImplThis class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DbDB_ETERNALThe reference instance ofDB_ETERNALXActivityX_ACTIVITYThe tableDB_ETERNAL.X_ACTIVITY.XActivityChangeX_ACTIVITY_CHANGEThe tableDB_ETERNAL.X_ACTIVITY_CHANGE.XAppX_APPThe tableDB_ETERNAL.X_APP.XAttachmentX_ATTACHMENTThe tableDB_ETERNAL.X_ATTACHMENT.XCategoryX_CATEGORYThe tableDB_ETERNAL.X_CATEGORY.XLinkageX_LINKAGEThe tableDB_ETERNAL.X_LINKAGE.XLogX_LOGThe tableDB_ETERNAL.X_LOG.XMenuX_MENUThe tableDB_ETERNAL.X_MENU.XMenuMyX_MENU_MYThe tableDB_ETERNAL.X_MENU_MY.XModuleX_MODULEThe tableDB_ETERNAL.X_MODULE.XNoticeX_NOTICEThe tableDB_ETERNAL.X_NOTICE.XNumberX_NUMBERThe tableDB_ETERNAL.X_NUMBER.XSourceX_SOURCEThe tableDB_ETERNAL.X_SOURCE.XTabularX_TABULARThe tableDB_ETERNAL.X_TABULAR.
-
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()org.jooq.CataloggetCatalog()StringgetComment()org.jooq.CommentgetCommentPart()StringgetName()org.jooq.NamegetQualifiedName()List<org.jooq.Table<?>>getTables()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.SchemaImpl
accept, clauses, domainStream, equals, foreignKeyStream, getDomain, getDomain, getDomains, getForeignKeys, getForeignKeys, getForeignKeys, getIndexes, getIndexes, getIndexes, getPrimaryKeys, getPrimaryKeys, getPrimaryKeys, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, getUniqueKeys, getUniqueKeys, getUniqueKeys, indexStream, primaryKeyStream, sequenceStream, tableStream, udtStream, uniqueKeyStream
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DB_ETERNAL
public static final Db DB_ETERNAL
The reference instance ofDB_ETERNAL
-
X_ACTIVITY
public final XActivity X_ACTIVITY
The tableDB_ETERNAL.X_ACTIVITY.
-
X_ACTIVITY_CHANGE
public final XActivityChange X_ACTIVITY_CHANGE
The tableDB_ETERNAL.X_ACTIVITY_CHANGE.
-
X_APP
public final XApp X_APP
The tableDB_ETERNAL.X_APP.
-
X_ATTACHMENT
public final XAttachment X_ATTACHMENT
The tableDB_ETERNAL.X_ATTACHMENT.
-
X_CATEGORY
public final XCategory X_CATEGORY
The tableDB_ETERNAL.X_CATEGORY.
-
X_LINKAGE
public final XLinkage X_LINKAGE
The tableDB_ETERNAL.X_LINKAGE.
-
X_LOG
public final XLog X_LOG
The tableDB_ETERNAL.X_LOG.
-
X_MENU
public final XMenu X_MENU
The tableDB_ETERNAL.X_MENU.
-
X_MENU_MY
public final XMenuMy X_MENU_MY
The tableDB_ETERNAL.X_MENU_MY.
-
X_MODULE
public final XModule X_MODULE
The tableDB_ETERNAL.X_MODULE.
-
X_NOTICE
public final XNotice X_NOTICE
The tableDB_ETERNAL.X_NOTICE.
-
X_NUMBER
public final XNumber X_NUMBER
The tableDB_ETERNAL.X_NUMBER.
-
X_SOURCE
public final XSource X_SOURCE
The tableDB_ETERNAL.X_SOURCE.
-
X_TABULAR
public final XTabular X_TABULAR
The tableDB_ETERNAL.X_TABULAR.
-
-
Method Detail
-
getCatalog
public org.jooq.Catalog getCatalog()
- Specified by:
getCatalogin interfaceorg.jooq.Schema- Overrides:
getCatalogin classorg.jooq.impl.SchemaImpl
-
getTables
public final List<org.jooq.Table<?>> getTables()
- Specified by:
getTablesin interfaceorg.jooq.Schema- Overrides:
getTablesin classorg.jooq.impl.SchemaImpl
-
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)
-
-