Package jslx.dbutilities.jsldbsrc
Class JslDb
- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- jslx.dbutilities.jsldbsrc.JslDb
-
- All Implemented Interfaces:
java.io.Serializable,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.Schema
public class JslDb extends org.jooq.impl.SchemaImplThis class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AcrossRepStatACROSS_REP_STATThe tableJSL_DB.ACROSS_REP_STAT.AcrossRepViewACROSS_REP_VIEWThe tableJSL_DB.ACROSS_REP_VIEW.BatchStatBATCH_STATThe tableJSL_DB.BATCH_STAT.BatchStatViewBATCH_STAT_VIEWThe tableJSL_DB.BATCH_STAT_VIEW.static JslDbJSL_DBThe reference instance ofJSL_DBModelElementMODEL_ELEMENTThe tableJSL_DB.MODEL_ELEMENT.PwDiffWithinRepViewPW_DIFF_WITHIN_REP_VIEWThe tableJSL_DB.PW_DIFF_WITHIN_REP_VIEW.SimulationRunSIMULATION_RUNThe tableJSL_DB.SIMULATION_RUN.WithinRepCounterStatWITHIN_REP_COUNTER_STATThe tableJSL_DB.WITHIN_REP_COUNTER_STAT.WithinRepCounterViewWITHIN_REP_COUNTER_VIEWThe tableJSL_DB.WITHIN_REP_COUNTER_VIEW.WithinRepResponseViewWITHIN_REP_RESPONSE_VIEWThe tableJSL_DB.WITHIN_REP_RESPONSE_VIEW.WithinRepStatWITHIN_REP_STATThe tableJSL_DB.WITHIN_REP_STAT.WithinRepViewWITHIN_REP_VIEWThe tableJSL_DB.WITHIN_REP_VIEW.
-
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()java.lang.StringgetComment()org.jooq.CommentgetCommentPart()java.lang.StringgetName()org.jooq.NamegetQualifiedName()java.util.List<org.jooq.Table<?>>getTables()org.jooq.NamegetUnqualifiedName()inthashCode()booleanrendersContent(org.jooq.Context<?> arg0)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, 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
-
JSL_DB
public static final JslDb JSL_DB
The reference instance ofJSL_DB
-
ACROSS_REP_STAT
public final AcrossRepStat ACROSS_REP_STAT
The tableJSL_DB.ACROSS_REP_STAT.
-
ACROSS_REP_VIEW
public final AcrossRepView ACROSS_REP_VIEW
The tableJSL_DB.ACROSS_REP_VIEW.
-
BATCH_STAT
public final BatchStat BATCH_STAT
The tableJSL_DB.BATCH_STAT.
-
BATCH_STAT_VIEW
public final BatchStatView BATCH_STAT_VIEW
The tableJSL_DB.BATCH_STAT_VIEW.
-
MODEL_ELEMENT
public final ModelElement MODEL_ELEMENT
The tableJSL_DB.MODEL_ELEMENT.
-
PW_DIFF_WITHIN_REP_VIEW
public final PwDiffWithinRepView PW_DIFF_WITHIN_REP_VIEW
The tableJSL_DB.PW_DIFF_WITHIN_REP_VIEW.
-
SIMULATION_RUN
public final SimulationRun SIMULATION_RUN
The tableJSL_DB.SIMULATION_RUN.
-
WITHIN_REP_COUNTER_STAT
public final WithinRepCounterStat WITHIN_REP_COUNTER_STAT
The tableJSL_DB.WITHIN_REP_COUNTER_STAT.
-
WITHIN_REP_COUNTER_VIEW
public final WithinRepCounterView WITHIN_REP_COUNTER_VIEW
The tableJSL_DB.WITHIN_REP_COUNTER_VIEW.
-
WITHIN_REP_RESPONSE_VIEW
public final WithinRepResponseView WITHIN_REP_RESPONSE_VIEW
The tableJSL_DB.WITHIN_REP_RESPONSE_VIEW.
-
WITHIN_REP_STAT
public final WithinRepStat WITHIN_REP_STAT
The tableJSL_DB.WITHIN_REP_STAT.
-
WITHIN_REP_VIEW
public final WithinRepView WITHIN_REP_VIEW
The tableJSL_DB.WITHIN_REP_VIEW.
-
-
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 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
-
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 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)
-
-