- java.lang.Object
-
- org.jooq.impl.SchemaImpl
-
- org.jooq.meta.derby.sys.Sys
-
- All Implemented Interfaces:
Serializable,Named,QueryPart,QueryPartInternal,Schema
public class Sys extends SchemaImpl
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SysSYSThe reference instance ofSYSSyschecksSYSCHECKSThe tableSYS.SYSCHECKS.SyscolumnsSYSCOLUMNSThe tableSYS.SYSCOLUMNS.SysconglomeratesSYSCONGLOMERATESThe tableSYS.SYSCONGLOMERATES.SysconstraintsSYSCONSTRAINTSThe tableSYS.SYSCONSTRAINTS.SyskeysSYSKEYSThe tableSYS.SYSKEYS.SysschemasSYSSCHEMASThe tableSYS.SYSSCHEMAS.SyssequencesSYSSEQUENCESThe tableSYS.SYSSEQUENCES.SystablesSYSTABLESThe tableSYS.SYSTABLES.SysviewsSYSVIEWSThe tableSYS.SYSVIEWS.
-
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()CataloggetCatalog()StringgetComment()CommentgetCommentPart()StringgetName()NamegetQualifiedName()List<Table<?>>getTables()NamegetUnqualifiedName()inthashCode()booleanrendersContent(Context<?> arg0)StringtoString()protected DataAccessExceptiontranslate(String arg0, SQLException arg1)-
Methods inherited from class org.jooq.impl.SchemaImpl
accept, clauses, domainStream, equals, foreignKeyStream, getDomain, getDomain, getDomains, getForeignKeys, getForeignKeys, getForeignKeys, getIndexes, getIndexes, getIndexes, getPrimaryKeys, getPrimaryKeys, getPrimaryKeys, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, getUniqueKeys, getUniqueKeys, getUniqueKeys, indexStream, primaryKeyStream, sequenceStream, tableStream, udtStream, uniqueKeyStream
-
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
-
SYS
public static final Sys SYS
The reference instance ofSYS
-
SYSCHECKS
public final Syschecks SYSCHECKS
The tableSYS.SYSCHECKS.
-
SYSCOLUMNS
public final Syscolumns SYSCOLUMNS
The tableSYS.SYSCOLUMNS.
-
SYSCONGLOMERATES
public final Sysconglomerates SYSCONGLOMERATES
The tableSYS.SYSCONGLOMERATES.
-
SYSCONSTRAINTS
public final Sysconstraints SYSCONSTRAINTS
The tableSYS.SYSCONSTRAINTS.
-
SYSKEYS
public final Syskeys SYSKEYS
The tableSYS.SYSKEYS.
-
SYSSCHEMAS
public final Sysschemas SYSSCHEMAS
The tableSYS.SYSSCHEMAS.
-
SYSSEQUENCES
public final Syssequences SYSSEQUENCES
The tableSYS.SYSSEQUENCES.
-
SYSTABLES
public final Systables SYSTABLES
The tableSYS.SYSTABLES.
-
SYSVIEWS
public final Sysviews SYSVIEWS
The tableSYS.SYSVIEWS.
-
-
Method Detail
-
getCatalog
public Catalog getCatalog()
- Specified by:
getCatalogin interfaceSchema- Overrides:
getCatalogin classSchemaImpl
-
getTables
public final List<Table<?>> getTables()
- Specified by:
getTablesin interfaceSchema- Overrides:
getTablesin classSchemaImpl
-
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)
-
-