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
Modifier and TypeFieldDescriptionstatic final DefaultSchema
The reference instance ofDEFAULT_SCHEMA
final Files
The tableFILES
.final Partitions
The tablePARTITIONS
.final RowGroups
The tableROW_GROUPS
.final Segments
The tableSEGMENTS
.final Tables
The tableTABLES
. -
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
org.jooq.Catalog
final String
final String
getName()
org.jooq.Name
final List<org.jooq.Table<?>>
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.SchemaImpl
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStream
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_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:
getCatalog
in interfaceorg.jooq.Schema
- Overrides:
getCatalog
in classorg.jooq.impl.SchemaImpl
-
getTables
- Specified by:
getTables
in interfaceorg.jooq.Schema
- Overrides:
getTables
in classorg.jooq.impl.SchemaImpl
-
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
-