Class DefaultCatalog

java.lang.Object
org.jooq.impl.CatalogImpl
org.jooq.generated.DefaultCatalog
All Implemented Interfaces:
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:
  • Field Details

    • DEFAULT_CATALOG

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

      public final DefaultSchema DEFAULT_SCHEMA
      The schema DEFAULT_SCHEMA.
  • Method Details

    • getSchemas

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

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

      public boolean equals(Object arg0)
      Specified by:
      equals 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
    • 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)