org.jooq
Interface Parameter<T>

Type Parameters:
T - The parameter type
All Superinterfaces:
Adapter, Attachable, Comparable<NamedQueryPart>, NamedQueryPart, NamedTypeProviderQueryPart<T>, QueryPart, Serializable

public interface Parameter<T>
extends NamedTypeProviderQueryPart<T>

A parameter to a stored procedure or function.

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.jooq.NamedTypeProviderQueryPart
getDataType, getDataType, getType
 
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
 



Copyright © 2012. All Rights Reserved.