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
FieldsModifier and TypeFieldDescriptionstatic final DefaultCatalogThe reference instance ofDEFAULT_CATALOGfinal DefaultSchemaThe schemaDEFAULT_SCHEMA. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidbind(org.jooq.BindContext arg0) Deprecated.protected final org.jooq.DSLContextcreate()Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Context<?> arg0) Deprecated.booleanbooleanbooleanbooleanbooleanbooleanfinal Stringfinal StringgetName()org.jooq.Namefinal List<org.jooq.Schema> final org.jooq.NameinthashCode()final voidtoSQL(org.jooq.RenderContext arg0) Deprecated.toString()protected final org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1) Methods inherited from class org.jooq.impl.CatalogImpl
accept, clauses, getSchema, schemaStreamMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.Named
getComment, getName, getQualifiedName, getUnqualifiedNameMethods 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:
getSchemasin interfaceorg.jooq.Catalog- Overrides:
getSchemasin classorg.jooq.impl.CatalogImpl
-
getName
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedNamein interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedNamein interfaceorg.jooq.Named
-
getComment
- Specified by:
getCommentin interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
equals
- Specified by:
equalsin interfaceorg.jooq.QueryPart
-
toSQL
Deprecated.- Specified by:
toSQLin interfaceorg.jooq.QueryPartInternal
-
bind
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException Deprecated.- Specified by:
bindin interfaceorg.jooq.QueryPartInternal- Throws:
org.jooq.exception.DataAccessException
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFieldsin interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()- Specified by:
declaresTablesin interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindowsin interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTEin interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCastin interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-