|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultDefinition
Specification of a result definition.
Method Summary | |
---|---|
String[] |
getColumns()
Returns an array of SQL column names. |
int |
getConstructorParameter()
Returns the index of a parameter in a constructor. |
String |
getField()
Returns the name a field if the result is a Java bean. |
int[] |
getIndexes()
Returns an array of SQL column indexes. |
boolean |
isMapKey()
Returns true if the result definition is for the key if the result is a map. |
Methods inherited from interface sf.qof.parser.Definition |
---|
getPartialDefinitionGroup, getPartialDefinitionPart, getType, isPartialDefinition |
Method Detail |
---|
String[] getColumns()
String getField()
int getConstructorParameter()
int[] getIndexes()
boolean isMapKey()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |