public class DefaultSchema
extends org.jooq.impl.SchemaImpl
Modifier and Type | Field and Description |
---|---|
static DefaultSchema |
DEFAULT_SCHEMA
The reference instance of
DEFAULT_SCHEMA |
Files |
FILES
The table
FILES . |
Partitions |
PARTITIONS
The table
PARTITIONS . |
RowGroups |
ROW_GROUPS
The table
ROW_GROUPS . |
Segments |
SEGMENTS
The table
SEGMENTS . |
Tables |
TABLES
The table
TABLES . |
Modifier and Type | Method and Description |
---|---|
void |
bind(org.jooq.BindContext arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create()
Deprecated.
|
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create(org.jooq.Context<?> arg0)
Deprecated.
|
org.jooq.Catalog |
getCatalog() |
String |
getComment() |
String |
getName() |
List<org.jooq.Table<?>> |
getTables() |
org.jooq.Name |
getUnqualifiedName() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStream
public static final DefaultSchema DEFAULT_SCHEMA
DEFAULT_SCHEMA
public final Files FILES
FILES
.public final Partitions PARTITIONS
PARTITIONS
.public final RowGroups ROW_GROUPS
ROW_GROUPS
.public final Segments SEGMENTS
SEGMENTS
.public final Tables TABLES
TABLES
.public org.jooq.Catalog getCatalog()
getCatalog
in interface org.jooq.Schema
getCatalog
in class org.jooq.impl.SchemaImpl
public final List<org.jooq.Table<?>> getTables()
getTables
in interface org.jooq.Schema
getTables
in class org.jooq.impl.SchemaImpl
public final String getName()
getName
in interface org.jooq.Named
public final org.jooq.Name getUnqualifiedName()
getUnqualifiedName
in interface org.jooq.Named
public final String getComment()
getComment
in interface org.jooq.Named
@Deprecated public final void toSQL(org.jooq.RenderContext arg0)
toSQL
in interface org.jooq.QueryPartInternal
@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException
bind
in interface org.jooq.QueryPartInternal
org.jooq.exception.DataAccessException
@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)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 1970 The Apache Software Foundation. All rights reserved.