Class Public

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

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

      • PUBLIC

        public static final Public PUBLIC
        The reference instance of public
      • PAY_BANK

        public final PayBank PAY_BANK
        The table public.pay_bank.
      • PAY_BANK_ACCOUNT

        public final PayBankAccount PAY_BANK_ACCOUNT
        The table public.pay_bank_account.
      • PAY_BANK_ACCOUNT_ACCOUNTING_SETTING

        public final PayBankAccountAccountingSetting PAY_BANK_ACCOUNT_ACCOUNTING_SETTING
        The table public.pay_bank_account_accounting_setting.
      • PAY_BANK_ACCOUNT_VIEW

        public final PayBankAccountView PAY_BANK_ACCOUNT_VIEW
        The table public.pay_bank_account_view.
      • PAY_BANK_NOTE

        public final PayBankNote PAY_BANK_NOTE
        The table public.pay_bank_note.
      • PAY_BANK_NOTE_BOOK

        public final PayBankNoteBook PAY_BANK_NOTE_BOOK
        The table public.pay_bank_note_book.
      • PAY_PAYMENT

        public final PayPayment PAY_PAYMENT
        The table public.pay_payment.
      • PAY_PAYMENT_BATCH

        public final PayPaymentBatch PAY_PAYMENT_BATCH
        The table public.pay_payment_batch.
      • PAY_PAYMENT_EXPORT

        public final PayPaymentExport PAY_PAYMENT_EXPORT
        The table public.pay_payment_export.
      • PAY_PAYMENT_MEAN

        public final PayPaymentMean PAY_PAYMENT_MEAN
        The table public.pay_payment_mean.
      • PAY_PAYMENT_MEAN_FIELD

        public final PayPaymentMeanField PAY_PAYMENT_MEAN_FIELD
        The table public.pay_payment_mean_field.
      • PAY_PAYMENT_ORDER

        public final PayPaymentOrder PAY_PAYMENT_ORDER
        The table public.pay_payment_order.
      • PAY_PAYMENT_ORDER_GROUP

        public final PayPaymentOrderGroup PAY_PAYMENT_ORDER_GROUP
        The table public.pay_payment_order_group.
      • PAY_REFERENCE_DOCUMENT

        public final PayReferenceDocument PAY_REFERENCE_DOCUMENT
        The table public.pay_reference_document.
      • PAY_REFERENCE_DOCUMENT_VIEW

        public final PayReferenceDocumentView PAY_REFERENCE_DOCUMENT_VIEW
        The table public.pay_reference_document_view.
      • PAY_THIRD_PARTY

        public final PayThirdParty PAY_THIRD_PARTY
        The table public.pay_third_party.
      • PAY_THIRD_PARTY_FAMILY

        public final PayThirdPartyFamily PAY_THIRD_PARTY_FAMILY
        The table public.pay_third_party_family.
      • PAY_THIRD_PARTY_PAYMENT_MEAN_ALLOWED

        public final PayThirdPartyPaymentMeanAllowed PAY_THIRD_PARTY_PAYMENT_MEAN_ALLOWED
        The table public.pay_third_party_payment_mean_allowed.
    • Method Detail

      • getCatalog

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

        public final List<org.jooq.Sequence<?>> getSequences()
        Specified by:
        getSequences in interface org.jooq.Schema
        Overrides:
        getSequences 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
      • toSQL

        @Deprecated
        public final void toSQL​(org.jooq.RenderContext arg0)
        Deprecated.
        Specified by:
        toSQL in interface org.jooq.QueryPartInternal
      • bind

        @Deprecated
        public final void bind​(org.jooq.BindContext arg0)
                        throws org.jooq.exception.DataAccessException
        Deprecated.
        Specified by:
        bind in interface org.jooq.QueryPartInternal
        Throws:
        org.jooq.exception.DataAccessException
      • 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)