public class Sys extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static Sys |
SYS
The reference instance of
SYS |
Syschecks |
SYSCHECKS
The table
SYS.SYSCHECKS. |
Syscolumns |
SYSCOLUMNS
The table
SYS.SYSCOLUMNS. |
Sysconglomerates |
SYSCONGLOMERATES
The table
SYS.SYSCONGLOMERATES. |
Sysconstraints |
SYSCONSTRAINTS
The table
SYS.SYSCONSTRAINTS. |
Syskeys |
SYSKEYS
The table
SYS.SYSKEYS. |
Sysschemas |
SYSSCHEMAS
The table
SYS.SYSSCHEMAS. |
Syssequences |
SYSSEQUENCES
The table
SYS.SYSSEQUENCES. |
Systables |
SYSTABLES
The table
SYS.SYSTABLES. |
Sysviews |
SYSVIEWS
The table
SYS.SYSVIEWS. |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(BindContext arg0)
Deprecated.
|
protected DSLContext |
create()
Deprecated.
|
protected DSLContext |
create(Configuration arg0)
Deprecated.
|
protected DSLContext |
create(Context<?> arg0)
Deprecated.
|
Catalog |
getCatalog() |
String |
getComment() |
Comment |
getCommentPart() |
String |
getName() |
List<Table<?>> |
getTables() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, domainStream, equals, getDomain, getDomain, getDomains, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, sequenceStream, tableStream, udtStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, getUnqualifiedNamepublic static final Sys SYS
SYSpublic final Syschecks SYSCHECKS
SYS.SYSCHECKS.public final Syscolumns SYSCOLUMNS
SYS.SYSCOLUMNS.public final Sysconglomerates SYSCONGLOMERATES
SYS.SYSCONGLOMERATES.public final Sysconstraints SYSCONSTRAINTS
SYS.SYSCONSTRAINTS.public final Syskeys SYSKEYS
SYS.SYSKEYS.public final Sysschemas SYSSCHEMAS
SYS.SYSSCHEMAS.public final Syssequences SYSSEQUENCES
SYS.SYSSEQUENCES.public final Systables SYSTABLES
SYS.SYSTABLES.public final Sysviews SYSVIEWS
SYS.SYSVIEWS.public Catalog getCatalog()
getCatalog in interface SchemagetCatalog in class SchemaImplpublic final List<Table<?>> getTables()
getTables in interface SchemagetTables in class SchemaImplpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Namedpublic final Comment getCommentPart()
getCommentPart in interface Named@Deprecated public final void toSQL(RenderContext arg0)
toSQL in interface QueryPartInternal@Deprecated public final void bind(BindContext arg0) throws DataAccessException
bind in interface QueryPartInternalDataAccessException@Deprecated protected final DSLContext create()
@Deprecated protected final DSLContext create(Configuration arg0)
@Deprecated protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2021. All rights reserved.