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, udtStream
public 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.Schema
getTables
in class org.jooq.impl.SchemaImpl
public List<org.jooq.UDT<?>> getUDTs()
getUDTs
in interface org.jooq.Schema
getUDTs
in class org.jooq.impl.SchemaImpl
public List<org.jooq.Sequence<?>> getSequences()
getSequences
in interface org.jooq.Schema
getSequences
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
public 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.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 © 2020. All rights reserved.