|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd.api.db.control.TLptsRowSet.ResultSetObjectLists
public class TLptsRowSet.ResultSetObjectLists
This class is used to transport the complete data for a row of the data source.
It contains the java objects, sql types, string values and the raw bytes for each object.
Constructor Summary | |
---|---|
TLptsRowSet.ResultSetObjectLists()
The constructor for the row objects. |
Method Summary | |
---|---|
void |
addRecord(java.lang.Object object,
int sqlType,
java.lang.String string,
byte[] bytes)
Used internally to add objects to the row. |
java.util.List<byte[]> |
getBytesList()
This provides all the raw bytes of the objects of the row. |
java.util.List<java.lang.Object> |
getObjectList()
This provides all the objects of the row. |
java.util.List<java.lang.Integer> |
getSqlTypeList()
This provides all the sql types of the objects of the row. |
java.util.List<java.lang.String> |
getStringList()
This provides all the string values of the objects of the row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TLptsRowSet.ResultSetObjectLists()
Method Detail |
---|
public void addRecord(java.lang.Object object, int sqlType, java.lang.String string, byte[] bytes)
object
- The java object to be added to the object list.sqlType
- The sql type of the object from the data source.string
- The string value of the object.bytes
- The raw bytes from the data source.public java.util.List<byte[]> getBytesList()
public java.util.List<java.lang.Object> getObjectList()
TLptsRowSetStringObject
.
public java.util.List<java.lang.Integer> getSqlTypeList()
public java.util.List<java.lang.String> getStringList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |