|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectStatement
This class
Method Summary | |
---|---|
int |
getColumnIndex(FieldDescriptor fld)
Returns the column index of the specified FieldDescriptor
in the ResultSet after performing the query. |
Query |
getQueryInstance()
Returns the Query instance
this statement based on. |
Methods inherited from interface org.apache.ojb.broker.accesslayer.sql.SqlStatement |
---|
getStatement |
Method Detail |
---|
Query getQueryInstance()
Query
instance
this statement based on.
Query
instance or null
if no query is used to generate the select string.int getColumnIndex(FieldDescriptor fld)
FieldDescriptor
in the ResultSet
after performing the query.
fld
- The FieldDescriptor
.
JdbcType.MIN_INT
if
column index is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |