public class DefaultScalarResultSegment extends Object implements ScalarResultSegment
| Constructor and Description |
|---|
DefaultScalarResultSegment(String column,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn() |
int |
getColumnOffset()
Returns a zero-based column index of the first column of this segment in the
ResultSet.
|
public DefaultScalarResultSegment(String column, int offset)
public String getColumn()
getColumn in interface ScalarResultSegmentpublic int getColumnOffset()
ScalarResultSegmentgetColumnOffset in interface ScalarResultSegmentCopyright © 2001–2021 Apache Cayenne. All rights reserved.