|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterDefinition
Specification of a parameter definition.
Method Summary | |
---|---|
String |
getField()
Returns the name a field if the parameter is a Java bean. |
int[] |
getIndexes()
Returns an array of SQL parameter indexes. |
String[] |
getNames()
Returns an array of SQL parameter names (for callable statements). |
int |
getParameter()
Returns the index of the parameter in the query method. |
String |
getType()
Returns the type of the parameter (string, int, etc.). |
Methods inherited from interface sf.qof.parser.Definition |
---|
getPartialDefinitionGroup, getPartialDefinitionPart, isPartialDefinition |
Method Detail |
---|
String[] getNames()
String getField()
int[] getIndexes()
int getParameter()
String getType()
getType
in interface Definition
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |