Uses of Class
com.tietoenator.trip.jxp.data.TdbTuple
-
Packages that use TdbTuple Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbTuple in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbTuple Modifier and Type Method 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.
-