public class JooqSchema
extends org.jooq.impl.SchemaImpl
| Constructor and Description |
|---|
JooqSchema(org.jooq.Name name) |
JooqSchema(org.jooq.Name name,
org.jooq.Catalog catalog) |
JooqSchema(String name) |
JooqSchema(String name,
org.jooq.Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTables(JooqTable table) |
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.
|
String |
getComment() |
org.jooq.Comment |
getCommentPart() |
String |
getName() |
List<org.jooq.Sequence<?>> |
getSequences() |
List<org.jooq.Table<?>> |
getTables() |
List<org.jooq.UDT<?>> |
getUDTs() |
org.jooq.Name |
getUnqualifiedName() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, domainStream, equals, getCatalog, getDomain, getDomain, getDomains, getSequence, getSequence, getTable, getTable, getUDT, getUDT, sequenceStream, tableStream, udtStreampublic JooqSchema(String name)
public JooqSchema(String name, org.jooq.Catalog catalog)
public JooqSchema(org.jooq.Name name)
public JooqSchema(org.jooq.Name name,
org.jooq.Catalog catalog)
public void addTables(JooqTable table)
public List<org.jooq.Table<?>> getTables()
getTables in interface org.jooq.SchemagetTables in class org.jooq.impl.SchemaImplpublic List<org.jooq.UDT<?>> getUDTs()
getUDTs in interface org.jooq.SchemagetUDTs in class org.jooq.impl.SchemaImplpublic List<org.jooq.Sequence<?>> getSequences()
getSequences in interface org.jooq.SchemagetSequences in class org.jooq.impl.SchemaImplpublic final String getName()
getName in interface org.jooq.Namedpublic final org.jooq.Name getUnqualifiedName()
getUnqualifiedName in interface org.jooq.Namedpublic final String getComment()
getComment in interface org.jooq.Namedpublic final org.jooq.Comment getCommentPart()
getCommentPart 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.QueryPartInternalorg.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 © 2020. All rights reserved.