public class RowSet
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RowSet.ColumnMetadata |
class |
RowSet.Row |
class |
RowSet.RowSetNavigator |
| Modifier and Type | Method and Description |
|---|---|
static RowSet |
buildFromResultSet(java.sql.ResultSet rset) |
static RowSet |
buildFromResultSet(java.sql.ResultSet rset,
java.lang.Boolean online) |
java.util.Collection |
getColumnsMetadata() |
java.util.Iterator |
iterator() |
RowSet.RowSetNavigator |
navigator() |
int |
size() |
public static RowSet buildFromResultSet(java.sql.ResultSet rset) throws java.lang.Exception
java.lang.Exceptionpublic static RowSet buildFromResultSet(java.sql.ResultSet rset, java.lang.Boolean online) throws java.lang.Exception
java.lang.Exceptionpublic java.util.Collection getColumnsMetadata()
public java.util.Iterator iterator()
public RowSet.RowSetNavigator navigator()
public int size()