| java.lang.Object com.internetcds.jdbc.tds.PacketResult com.internetcds.jdbc.tds.PacketRowResult
PacketRowResult | public class PacketRowResult extends PacketResult (Code) | | encapsulate the information from one row of a result set.
author: Craig Spannring |
Method Summary | |
public Object | getElementAt(int index) get an element at the specified index
Note-<\UL> Unlike the vector class this starts
the index with 1, not 0.
Parameters: index - Index to get the element from. | public void | setElementAt(Object obj, int index) Sets the component at the specified index of this vector
to be the specified object. |
columnCount | int columnCount(Code) | | |
PacketRowResult | public PacketRowResult(int columnCount_)(Code) | | |
getElementAt | public Object getElementAt(int index) throws TdsException(Code) | | get an element at the specified index
Note-<\UL> Unlike the vector class this starts
the index with 1, not 0.
Parameters: index - Index to get the element from. First element is atindex 1 |
setElementAt | public void setElementAt(Object obj, int index) throws TdsException(Code) | | Sets the component at the specified index of this vector
to be the specified object. The previous component at that
position is discarded.
Note-<\UL> Unlike the vector class this class starts
the index with 1, not 0.
Parameters: obj - The object to store Parameters: index - Index to store the element at. First element is atindex 1 |
Fields inherited from com.internetcds.jdbc.tds.PacketResult | final public static String cvsVersion(Code)(Java Doc)
|
|
|