Class 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.SchemaImpl
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Field Detail

      • JSL_DB

        public static final JslDb JSL_DB
        The reference instance of JSL_DB
      • ACROSS_REP_STAT

        public final AcrossRepStat ACROSS_REP_STAT
        The table JSL_DB.ACROSS_REP_STAT.
      • ACROSS_REP_VIEW

        public final AcrossRepView ACROSS_REP_VIEW
        The table JSL_DB.ACROSS_REP_VIEW.
      • BATCH_STAT

        public final BatchStat BATCH_STAT
        The table JSL_DB.BATCH_STAT.
      • BATCH_STAT_VIEW

        public final BatchStatView BATCH_STAT_VIEW
        The table JSL_DB.BATCH_STAT_VIEW.
      • MODEL_ELEMENT

        public final ModelElement MODEL_ELEMENT
        The table JSL_DB.MODEL_ELEMENT.
      • PW_DIFF_WITHIN_REP_VIEW

        public final PwDiffWithinRepView PW_DIFF_WITHIN_REP_VIEW
        The table JSL_DB.PW_DIFF_WITHIN_REP_VIEW.
      • SIMULATION_RUN

        public final SimulationRun SIMULATION_RUN
        The table JSL_DB.SIMULATION_RUN.
      • WITHIN_REP_COUNTER_STAT

        public final WithinRepCounterStat WITHIN_REP_COUNTER_STAT
        The table JSL_DB.WITHIN_REP_COUNTER_STAT.
      • WITHIN_REP_COUNTER_VIEW

        public final WithinRepCounterView WITHIN_REP_COUNTER_VIEW
        The table JSL_DB.WITHIN_REP_COUNTER_VIEW.
      • WITHIN_REP_RESPONSE_VIEW

        public final WithinRepResponseView WITHIN_REP_RESPONSE_VIEW
        The table JSL_DB.WITHIN_REP_RESPONSE_VIEW.
      • WITHIN_REP_STAT

        public final WithinRepStat WITHIN_REP_STAT
        The table JSL_DB.WITHIN_REP_STAT.
      • WITHIN_REP_VIEW

        public final WithinRepView WITHIN_REP_VIEW
        The table JSL_DB.WITHIN_REP_VIEW.
    • Method Detail

      • getCatalog

        public org.jooq.Catalog getCatalog()
        Specified by:
        getCatalog in interface org.jooq.Schema
        Overrides:
        getCatalog in class org.jooq.impl.SchemaImpl
      • getTables

        public final java.util.List<org.jooq.Table<?>> getTables()
        Specified by:
        getTables in interface org.jooq.Schema
        Overrides:
        getTables in class org.jooq.impl.SchemaImpl
      • getName

        public final java.lang.String getName()
        Specified by:
        getName in interface org.jooq.Named
      • getQualifiedName

        public org.jooq.Name getQualifiedName()
        Specified by:
        getQualifiedName in interface org.jooq.Named
      • getUnqualifiedName

        public final org.jooq.Name getUnqualifiedName()
        Specified by:
        getUnqualifiedName in interface org.jooq.Named
      • getComment

        public final java.lang.String getComment()
        Specified by:
        getComment in interface org.jooq.Named
      • getCommentPart

        public final org.jooq.Comment getCommentPart()
        Specified by:
        getCommentPart in interface org.jooq.Named
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.jooq.QueryPart
      • $name

        public final org.jooq.Name $name()
        Specified by:
        $name in interface org.jooq.Named
      • rendersContent

        public boolean rendersContent​(org.jooq.Context<?> arg0)
        Specified by:
        rendersContent in interface org.jooq.QueryPartInternal
      • declaresFields

        public boolean declaresFields()
        Specified by:
        declaresFields in interface org.jooq.QueryPartInternal
      • declaresTables

        public boolean declaresTables()
        Specified by:
        declaresTables in interface org.jooq.QueryPartInternal
      • declaresWindows

        public boolean declaresWindows()
        Specified by:
        declaresWindows in interface org.jooq.QueryPartInternal
      • declaresCTE

        public boolean declaresCTE()
        Specified by:
        declaresCTE in interface org.jooq.QueryPartInternal
      • generatesCast

        public boolean generatesCast()
        Specified by:
        generatesCast in interface org.jooq.QueryPartInternal
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface org.jooq.QueryPart
        Overrides:
        toString in class java.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)