org.jooq.util.db2
Class DB2RoutineDefinition

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

public class DB2RoutineDefinition
extends AbstractRoutineDefinition

DB2 implementation of AbstractRoutineDefinition

Author:
Espen Stromsnes, Lukas Eder

Field Summary
 
Fields inherited from class org.jooq.util.AbstractRoutineDefinition
allParameters, inParameters, outParameters, PARAMETER_PATTERN, returnValue, TYPE_PATTERN
 
Constructor Summary
DB2RoutineDefinition(SchemaDefinition schema, String name, String comment, boolean isProcedure)
           
 
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

DB2RoutineDefinition

public DB2RoutineDefinition(SchemaDefinition schema,
                            String name,
                            String comment,
                            boolean isProcedure)
Method Detail

init0

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


Copyright © 2012. All Rights Reserved.