Class DefaultCatalog

  • All Implemented Interfaces:
    java.io.Serializable, org.jooq.Catalog, org.jooq.Named, org.jooq.QueryPart, org.jooq.QueryPartInternal

    public class DefaultCatalog
    extends org.jooq.impl.CatalogImpl
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.jooq.Name $name()  
      protected org.jooq.DSLContext create()
      Deprecated.
      protected org.jooq.DSLContext create​(org.jooq.Configuration arg0)
      Deprecated.
      protected org.jooq.DSLContext create​(org.jooq.Context<?> arg0)
      Deprecated.
      boolean declaresCTE()  
      boolean declaresFields()  
      boolean declaresTables()  
      boolean declaresWindows()  
      boolean generatesCast()  
      java.lang.String getComment()  
      org.jooq.Comment getCommentPart()  
      java.lang.String getName()  
      org.jooq.Name getQualifiedName()  
      java.util.List<org.jooq.Schema> getSchemas()  
      org.jooq.Name getUnqualifiedName()  
      int hashCode()  
      boolean rendersContent​(org.jooq.Context<?> arg0)  
      java.lang.String toString()  
      protected org.jooq.exception.DataAccessException translate​(java.lang.String arg0, java.sql.SQLException arg1)  
      • Methods inherited from class org.jooq.impl.CatalogImpl

        accept, clauses, equals, getSchema, getSchema, schemaStream
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.jooq.Named

        $name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
      • Methods inherited from interface org.jooq.QueryPart

        hashCode, toString
    • Field Detail

      • DEFAULT_CATALOG

        public static final DefaultCatalog DEFAULT_CATALOG
        The reference instance of DEFAULT_CATALOG
      • JSL_DB

        public final JslDb JSL_DB
        The schema JSL_DB.
    • Method Detail

      • getSchemas

        public final java.util.List<org.jooq.Schema> getSchemas()
        Specified by:
        getSchemas in interface org.jooq.Catalog
        Overrides:
        getSchemas in class org.jooq.impl.CatalogImpl
      • 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)