public class ResultSet extends Object implements Serializable
ResultSet represents a table of data obtained from
the execution of a PQL Statement.| Constructor and Description |
|---|
ResultSet() |
ResultSet(ColumnType[] columnTypes,
Row[] rows) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ColumnType[] |
getColumnTypes()
Gets the columnTypes value for this ResultSet.
|
ColumnType |
getColumnTypes(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Row[] |
getRows()
Gets the rows value for this ResultSet.
|
Row |
getRows(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setColumnTypes(ColumnType[] columnTypes)
Sets the columnTypes value for this ResultSet.
|
void |
setColumnTypes(int i,
ColumnType _value) |
void |
setRows(int i,
Row _value) |
void |
setRows(Row[] rows)
Sets the rows value for this ResultSet.
|
String |
toString() |
public ResultSet()
public ResultSet(ColumnType[] columnTypes, Row[] rows)
public ColumnType[] getColumnTypes()
ColumnType objects.public void setColumnTypes(ColumnType[] columnTypes)
columnTypes - * A collection of ColumnType objects.public ColumnType getColumnTypes(int i)
public void setColumnTypes(int i,
ColumnType _value)
public Row[] getRows()
Row objects.public void setRows(Row[] rows)
rows - * A collection of Row objects.public Row getRows(int i)
public void setRows(int i,
Row _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.