public class JResultSetImpl extends java.lang.Object implements JResultSet
Constructor and Description |
---|
JResultSetImpl(AbstractJRemoteConnection connection,
int statementId,
int fetchSize) |
Modifier and Type | Method and Description |
---|---|
JDynArray |
getRow() |
boolean |
next() |
public JResultSetImpl(AbstractJRemoteConnection connection, int statementId, int fetchSize)
public JDynArray getRow()
getRow
in interface JResultSet
public boolean next() throws JRemoteException
next
in interface JResultSet
JRemoteException