|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.AbstractDefinition
org.jooq.util.AbstractRoutineDefinition
org.jooq.util.mysql.MySQLRoutineDefinition
public class MySQLRoutineDefinition
| Field Summary |
|---|
| Fields inherited from class org.jooq.util.AbstractRoutineDefinition |
|---|
allParameters, inParameters, outParameters, PARAMETER_PATTERN, returnValue, TYPE_PATTERN |
| Constructor Summary | |
|---|---|
MySQLRoutineDefinition(SchemaDefinition schema,
String name,
String comment,
String params,
String returns)
|
|
| Method Summary | |
|---|---|
protected void |
init0()
|
| Methods inherited from class org.jooq.util.AbstractRoutineDefinition |
|---|
addParameter, getAllParameters, getDefinitionPath, getInParameters, getOutParameters, getPackage, getReturnType, getReturnValue, isSQLUsable |
| Methods inherited from class org.jooq.util.AbstractDefinition |
|---|
create, equals, getComment, getConnection, getDatabase, getDialect, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedName, getQualifiedOutputName, getSchema, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jooq.util.Definition |
|---|
getComment, getDatabase, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedName, getQualifiedOutputName, getSchema |
| Constructor Detail |
|---|
public MySQLRoutineDefinition(SchemaDefinition schema,
String name,
String comment,
String params,
String returns)
| Method Detail |
|---|
protected void init0()
throws SQLException
init0 in class AbstractRoutineDefinitionSQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||