- java.lang.Object
-
- org.jooq.impl.CatalogImpl
-
- org.jooq.meta.hsqldb.information_schema.DefaultCatalog
-
- All Implemented Interfaces:
Serializable,Catalog,Named,QueryPart,QueryPartInternal
public class DefaultCatalog extends CatalogImpl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultCatalogDEFAULT_CATALOGThe reference instance ofDEFAULT_CATALOGInformationSchemaINFORMATION_SCHEMAThe schemaINFORMATION_SCHEMA.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected DSLContextcreate()Deprecated.protected DSLContextcreate(Configuration arg0)Deprecated.protected DSLContextcreate(Context<?> arg0)Deprecated.booleandeclaresCTE()booleandeclaresFields()booleandeclaresTables()booleandeclaresWindows()booleangeneratesCast()StringgetComment()CommentgetCommentPart()StringgetName()NamegetQualifiedName()List<Schema>getSchemas()NamegetUnqualifiedName()inthashCode()booleanrendersContent(Context<?> arg0)StringtoString()protected DataAccessExceptiontranslate(String arg0, 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
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
-
-
-
Field Detail
-
DEFAULT_CATALOG
public static final DefaultCatalog DEFAULT_CATALOG
The reference instance ofDEFAULT_CATALOG
-
INFORMATION_SCHEMA
public final InformationSchema INFORMATION_SCHEMA
The schemaINFORMATION_SCHEMA.
-
-
Method Detail
-
getSchemas
public final List<Schema> getSchemas()
- Specified by:
getSchemasin interfaceCatalog- Overrides:
getSchemasin classCatalogImpl
-
getQualifiedName
public Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceNamed
-
getUnqualifiedName
public final Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceNamed
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceNamed
-
getCommentPart
public final Comment getCommentPart()
- Specified by:
getCommentPartin interfaceNamed
-
rendersContent
public boolean rendersContent(Context<?> arg0)
- Specified by:
rendersContentin interfaceQueryPartInternal
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceQueryPartInternal
-
declaresTables
public boolean declaresTables()
- Specified by:
declaresTablesin interfaceQueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceQueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceQueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceQueryPartInternal
-
toString
public String toString()
-
create
@Deprecated protected final DSLContext create()
Deprecated.
-
create
@Deprecated protected final DSLContext create(Configuration arg0)
Deprecated.
-
create
@Deprecated protected final DSLContext create(Context<?> arg0)
Deprecated.
-
translate
protected final DataAccessException translate(String arg0, SQLException arg1)
-
-