org.jooq.util.hsqldb
Class HSQLDBRoutineDefinition

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

public class HSQLDBRoutineDefinition
extends AbstractRoutineDefinition

HSQLDB 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
HSQLDBRoutineDefinition(SchemaDefinition schema, String name, String specificName, String dataType, Number precision, Number scale)
           
 
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

HSQLDBRoutineDefinition

public HSQLDBRoutineDefinition(SchemaDefinition schema,
                               String name,
                               String specificName,
                               String dataType,
                               Number precision,
                               Number scale)
Method Detail

init0

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


Copyright © 2012. All Rights Reserved.