public class ResultSet
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ResultSet() |
ResultSet(ResultSetRow[] rows,
long totalRowCount,
ResultSetMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
ResultSetMetaData |
getMetaData()
Gets the metaData value for this ResultSet.
|
ResultSetRow[] |
getRows()
Gets the rows value for this ResultSet.
|
ResultSetRow |
getRows(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
long |
getTotalRowCount()
Gets the totalRowCount value for this ResultSet.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMetaData(ResultSetMetaData metaData)
Sets the metaData value for this ResultSet.
|
void |
setRows(int i,
ResultSetRow _value) |
void |
setRows(ResultSetRow[] rows)
Sets the rows value for this ResultSet.
|
void |
setTotalRowCount(long totalRowCount)
Sets the totalRowCount value for this ResultSet.
|
public ResultSet()
public ResultSet(ResultSetRow[] rows, long totalRowCount, ResultSetMetaData metaData)
public ResultSetRow[] getRows()
public void setRows(ResultSetRow[] rows)
rows - public ResultSetRow getRows(int i)
public void setRows(int i,
ResultSetRow _value)
public long getTotalRowCount()
public void setTotalRowCount(long totalRowCount)
totalRowCount - public ResultSetMetaData getMetaData()
public void setMetaData(ResultSetMetaData metaData)
metaData - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.