Package org.jooq.generated
Class DefaultSchema
java.lang.Object
org.jooq.impl.SchemaImpl
org.jooq.generated.DefaultSchema
- All Implemented Interfaces:
Serializable,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.Schema
public class DefaultSchema
extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultSchemaThe reference instance ofDEFAULT_SCHEMAfinal FilesThe tableFILES.final PartitionsThe tablePARTITIONS.final RowGroupsThe tableROW_GROUPS.final SegmentsThe tableSEGMENTS.final TablesThe tableTABLES. -
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.booleanbooleanbooleanbooleanbooleanbooleanorg.jooq.Catalogfinal Stringfinal StringgetName()org.jooq.Namefinal List<org.jooq.Table<?>> 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.SchemaImpl
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStreamMethods 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_SCHEMA
The reference instance ofDEFAULT_SCHEMA -
FILES
The tableFILES. -
PARTITIONS
The tablePARTITIONS. -
ROW_GROUPS
The tableROW_GROUPS. -
SEGMENTS
The tableSEGMENTS. -
TABLES
The tableTABLES.
-
-
Method Details
-
getCatalog
public org.jooq.Catalog getCatalog()- Specified by:
getCatalogin interfaceorg.jooq.Schema- Overrides:
getCatalogin classorg.jooq.impl.SchemaImpl
-
getTables
- Specified by:
getTablesin interfaceorg.jooq.Schema- Overrides:
getTablesin classorg.jooq.impl.SchemaImpl
-
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
-