Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbTuple |
TdbTupleList.append()
Creates and appends a new tuple.
|
TdbTuple |
TdbTupleList.get(int tupleIndex)
Get the row (tuple) at the specified index.
|
TdbTuple |
TdbTupleList.insert(int tupleIndex)
Creates and inserts a new tuple.
|