Package org.apache.cayenne.query
Interface ScalarResultSegment
- All Known Implementing Classes:
DefaultScalarResultSegment
public interface ScalarResultSegment
- Since:
- 3.0
-
Method Summary
Modifier and Type Method Description String
getColumn()
int
getColumnOffset()
Returns a zero-based column index of the first column of this segment in the ResultSet.
-
Method Details
-
getColumn
String getColumn() -
getColumnOffset
int getColumnOffset()Returns a zero-based column index of the first column of this segment in the ResultSet.
-