org.jooq.util.postgres
Class PostgresRoutineDefinition

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

public class PostgresRoutineDefinition
extends AbstractRoutineDefinition

Postgres implementation of AbstractRoutineDefinition

Author:
Lukas Eder

Field Summary
 
Fields inherited from class org.jooq.util.AbstractRoutineDefinition
allParameters, inParameters, outParameters, PARAMETER_PATTERN, returnValue, TYPE_PATTERN
 
Constructor Summary
PostgresRoutineDefinition(Database database, org.jooq.Record record)
           
 
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

PostgresRoutineDefinition

public PostgresRoutineDefinition(Database database,
                                 org.jooq.Record record)
Method Detail

init0

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


Copyright © 2012. All Rights Reserved.