Class Db

  • All Implemented Interfaces:
    Serializable, org.jooq.Named, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.Schema

    public class Db
    extends org.jooq.impl.SchemaImpl
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Field Detail

      • DB_ETERNAL

        public static final Db DB_ETERNAL
        The reference instance of DB_ETERNAL
      • F_BILL

        public final FBill F_BILL
        The table DB_ETERNAL.F_BILL.
      • F_BILL_ITEM

        public final FBillItem F_BILL_ITEM
        The table DB_ETERNAL.F_BILL_ITEM.
      • F_BOOK

        public final FBook F_BOOK
        The table DB_ETERNAL.F_BOOK.
      • F_INVOICE

        public final FInvoice F_INVOICE
        The table DB_ETERNAL.F_INVOICE.
      • F_PAY_TERM

        public final FPayTerm F_PAY_TERM
        The table DB_ETERNAL.F_PAY_TERM.
      • F_PRE_AUTHORIZE

        public final FPreAuthorize F_PRE_AUTHORIZE
        The table DB_ETERNAL.F_PRE_AUTHORIZE.
      • F_RECEIVABLE

        public final FReceivable F_RECEIVABLE
        The table DB_ETERNAL.F_RECEIVABLE.
      • F_SETTLEMENT

        public final FSettlement F_SETTLEMENT
        The table DB_ETERNAL.F_SETTLEMENT.
      • F_SETTLEMENT_ITEM

        public final FSettlementItem F_SETTLEMENT_ITEM
        The table DB_ETERNAL.F_SETTLEMENT_ITEM.
      • F_SUBJECT

        public final FSubject F_SUBJECT
        The table DB_ETERNAL.F_SUBJECT.
    • 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 List<org.jooq.Table<?>> getTables()
        Specified by:
        getTables in interface org.jooq.Schema
        Overrides:
        getTables in class org.jooq.impl.SchemaImpl
      • getName

        public final 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 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
      • 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 String toString()
        Specified by:
        toString in interface org.jooq.QueryPart
        Overrides:
        toString in class 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​(String arg0,
                                                                         SQLException arg1)