@Generated(value={"http://www.jooq.org","jOOQ version:3.9.0"}, comments="This class is generated by jOOQ") public class Mysql extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static Mysql |
MYSQL
The reference instance of
mysql |
Proc |
PROC
Stored Procedures
|
ProcsPriv |
PROCS_PRIV
Procedure privileges
|
| 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() |
String |
getName() |
Name |
getQualifiedName() |
List<Table<?>> |
getTables() |
Name |
getUnqualifiedName() |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, clauses, getSequence, getSequences, getTable, getUDT, getUDTs, sequenceStream, tableStream, udtStreamclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCommentgetName, getQualifiedName, getUnqualifiedNamepublic static final Mysql MYSQL
mysqlpublic final Proc PROC
public final ProcsPriv PROCS_PRIV
public Catalog getCatalog()
getCatalog in interface SchemagetCatalog in class SchemaImplpublic final List<Table<?>> getTables()
getTables in interface SchemagetTables in class SchemaImplpublic final Name getQualifiedName()
getQualifiedName in interface Namedpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment 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 © 2019. All rights reserved.