org.jooq
Interface Package

All Superinterfaces:
Adapter, Attachable, Comparable<NamedQueryPart>, NamedQueryPart, QueryPart, SchemaProvider, Serializable
All Known Implementing Classes:
PackageImpl

public interface Package
extends NamedQueryPart, SchemaProvider

A container for stored procedures and functions

This is only supported in the SQLDialect.ORACLE dialect

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.NamedQueryPart
getName
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jooq.SchemaProvider
getSchema
 



Copyright © 2012. All Rights Reserved.