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