Package cn.vertxup.ui.domain
Class Db
- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- cn.vertxup.ui.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_ETERNALUiColumnUI_COLUMNThe tableDB_ETERNAL.UI_COLUMN.UiControlUI_CONTROLThe tableDB_ETERNAL.UI_CONTROL.UiFieldUI_FIELDThe tableDB_ETERNAL.UI_FIELD.UiFormUI_FORMThe tableDB_ETERNAL.UI_FORM.UiLayoutUI_LAYOUTThe tableDB_ETERNAL.UI_LAYOUT.UiListUI_LISTThe tableDB_ETERNAL.UI_LIST.UiOpUI_OPThe tableDB_ETERNAL.UI_OP.UiPageUI_PAGEThe tableDB_ETERNAL.UI_PAGE.VFragmentV_FRAGMENTThe tableDB_ETERNAL.V_FRAGMENT.VQueryV_QUERYThe tableDB_ETERNAL.V_QUERY.VSearchV_SEARCHThe tableDB_ETERNAL.V_SEARCH.VTableV_TABLEThe tableDB_ETERNAL.V_TABLE.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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
-
UI_COLUMN
public final UiColumn UI_COLUMN
The tableDB_ETERNAL.UI_COLUMN.
-
UI_CONTROL
public final UiControl UI_CONTROL
The tableDB_ETERNAL.UI_CONTROL.
-
UI_FIELD
public final UiField UI_FIELD
The tableDB_ETERNAL.UI_FIELD.
-
UI_FORM
public final UiForm UI_FORM
The tableDB_ETERNAL.UI_FORM.
-
UI_LAYOUT
public final UiLayout UI_LAYOUT
The tableDB_ETERNAL.UI_LAYOUT.
-
UI_LIST
public final UiList UI_LIST
The tableDB_ETERNAL.UI_LIST.
-
UI_OP
public final UiOp UI_OP
The tableDB_ETERNAL.UI_OP.
-
UI_PAGE
public final UiPage UI_PAGE
The tableDB_ETERNAL.UI_PAGE.
-
V_FRAGMENT
public final VFragment V_FRAGMENT
The tableDB_ETERNAL.V_FRAGMENT.
-
V_QUERY
public final VQuery V_QUERY
The tableDB_ETERNAL.V_QUERY.
-
V_SEARCH
public final VSearch V_SEARCH
The tableDB_ETERNAL.V_SEARCH.
-
V_TABLE
public final VTable V_TABLE
The tableDB_ETERNAL.V_TABLE.
-
-
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
-
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)
-
-