public interface IResultSetDataSet
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
int |
getDataType()
Returns the data type associated with a single column resultset subset.
|
int |
getDataType(int columnIndex)
Returns the data type of a given column associated with a multi-column resultset subset.
|
long |
getSize()
Returns the number of rows associated with this resultset subset instance
|
boolean |
hasNext()
Indicates whether another row of data is available without actually
moving the cursor
|
java.lang.Object[] |
next()
Returns a row of data and advances the resultset subset cursor
|
void |
reset()
Resets data set if data has been iterated.
|
int getColumnCount()
int getDataType()
int getDataType(int columnIndex)
long getSize()
boolean hasNext()
java.lang.Object[] next()
void reset()
Copyright © 2005-2008 Actuate Corp. All rights reserved.