org.apache.cayenne.query
Interface ScalarResultSegment


public interface ScalarResultSegment

Since:
3.0

Method Summary
 java.lang.String getColumn()
           
 int getColumnOffset()
          Returns a zero-based column index of the first column of this segment in the ResultSet.
 

Method Detail

getColumn

java.lang.String getColumn()

getColumnOffset

int getColumnOffset()
Returns a zero-based column index of the first column of this segment in the ResultSet.



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.