Package org.jooq.generated
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 Summary
Modifier and TypeFieldDescriptionstatic final DefaultCatalog
The reference instance ofDEFAULT_CATALOG
final DefaultSchema
The schemaDEFAULT_SCHEMA
. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
bind
(org.jooq.BindContext arg0) Deprecated.protected final org.jooq.DSLContext
create()
Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContext
create
(org.jooq.Context<?> arg0) Deprecated.boolean
boolean
boolean
boolean
boolean
boolean
final String
final String
getName()
org.jooq.Name
final List<org.jooq.Schema>
final org.jooq.Name
int
hashCode()
final void
toSQL
(org.jooq.RenderContext arg0) Deprecated.toString()
protected final org.jooq.exception.DataAccessException
translate
(String arg0, SQLException arg1) Methods inherited from class org.jooq.impl.CatalogImpl
accept, clauses, getSchema, schemaStream
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jooq.Named
getComment, getName, getQualifiedName, getUnqualifiedName
Methods inherited from interface org.jooq.QueryPart
equals, hashCode, toString
-
Field Details
-
DEFAULT_CATALOG
The reference instance ofDEFAULT_CATALOG
-
DEFAULT_SCHEMA
The schemaDEFAULT_SCHEMA
.
-
-
Method Details
-
getSchemas
- Specified by:
getSchemas
in interfaceorg.jooq.Catalog
- Overrides:
getSchemas
in classorg.jooq.impl.CatalogImpl
-
getName
- Specified by:
getName
in interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedName
in interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedName
in interfaceorg.jooq.Named
-
getComment
- Specified by:
getComment
in interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceorg.jooq.QueryPart
-
equals
- Specified by:
equals
in interfaceorg.jooq.QueryPart
-
toSQL
Deprecated.- Specified by:
toSQL
in interfaceorg.jooq.QueryPartInternal
-
bind
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException Deprecated.- Specified by:
bind
in interfaceorg.jooq.QueryPartInternal
- Throws:
org.jooq.exception.DataAccessException
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFields
in interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()- Specified by:
declaresTables
in interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindows
in interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTE
in interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCast
in interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-