org.jooq.util.mysql
Class MySQLRoutineDefinition

java.lang.Object
  extended by org.jooq.util.AbstractDefinition
      extended by org.jooq.util.AbstractRoutineDefinition
          extended by org.jooq.util.mysql.MySQLRoutineDefinition
All Implemented Interfaces:
Definition, RoutineDefinition

public class MySQLRoutineDefinition
extends AbstractRoutineDefinition

Author:
Lukas Eder

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

MySQLRoutineDefinition

public MySQLRoutineDefinition(SchemaDefinition schema,
                              String name,
                              String comment,
                              String params,
                              String returns)
Method Detail

init0

protected void init0()
              throws SQLException
Specified by:
init0 in class AbstractRoutineDefinition
Throws:
SQLException


Copyright © 2012. All Rights Reserved.