public interface Row
| Modifier and Type | Method and Description |
|---|---|
DataValueDescriptor |
getColumn(int position)
Get a DataValueDescriptor in a Row by ordinal position (1-based).
|
int |
nColumns() |
void |
setColumn(int position,
DataValueDescriptor value)
Set a DataValueDescriptor in a Row by ordinal position (1-based).
|
int nColumns()
DataValueDescriptor getColumn(int position) throws StandardException
position - The ordinal position of the column.StandardException - Thrown on failure.void setColumn(int position,
DataValueDescriptor value)
position - The ordinal position of the column.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.