- java.lang.Object
-
- org.jooq.meta.AbstractDefinition
-
- org.jooq.meta.AbstractRoutineDefinition
-
- org.jooq.meta.mysql.MySQLRoutineDefinition
-
- All Implemented Interfaces:
Definition,RoutineDefinition
public class MySQLRoutineDefinition extends AbstractRoutineDefinition
- Author:
- Lukas Eder
-
-
Field Summary
-
Fields inherited from class org.jooq.meta.AbstractRoutineDefinition
allParameters, inParameters, outParameters, PARAMETER_PATTERN, returnValue, TYPE_PATTERN
-
-
Constructor Summary
Constructors Constructor Description MySQLRoutineDefinition(SchemaDefinition schema, String name, String comment, String params, String returns)Deprecated.- This constructor was deprecated with jOOQ 3.2MySQLRoutineDefinition(SchemaDefinition schema, String name, String comment, String params, String returns, ProcType procType, String overload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit0()-
Methods inherited from class org.jooq.meta.AbstractRoutineDefinition
addParameter, getAllParameters, getInParameters, getOutParameters, getReturnType, getReturnType, getReturnValue, init, isAggregate, isSQLUsable
-
Methods inherited from class org.jooq.meta.AbstractDefinition
create, create, equals, getCatalog, getComment, getConnection, getDatabase, getDefinitionPath, getDialect, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource
-
-
-
-
Constructor Detail
-
MySQLRoutineDefinition
@Deprecated public MySQLRoutineDefinition(SchemaDefinition schema, String name, String comment, String params, String returns)
Deprecated.- This constructor was deprecated with jOOQ 3.2
-
-
Method Detail
-
init0
protected void init0()
- Specified by:
init0in classAbstractRoutineDefinition
-
-