ExecIndexRow
, ExecRow
IndexRow
, IndexValueRow
, ValueRow
public interface Row
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.