org.jooq.util
Interface PackageDefinition

All Superinterfaces:
Definition
All Known Subinterfaces:
UDTDefinition
All Known Implementing Classes:
AbstractPackageDefinition, AbstractUDTDefinition, DB2UDTDefinition, OraclePackageDefinition, OracleUDTDefinition, PostgresUDTDefinition

public interface PackageDefinition
extends Definition

An interface defining a package in a database schema

Author:
Lukas Eder

Method Summary
 List<RoutineDefinition> getRoutines()
          Fetch all routines from the package
 
Methods inherited from interface org.jooq.util.Definition
getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedName, getQualifiedOutputName, getSchema
 

Method Detail

getRoutines

List<RoutineDefinition> getRoutines()
Fetch all routines from the package



Copyright © 2012. All Rights Reserved.