public final class ExecResultSet extends Object
| Constructor and Description |
|---|
ExecResultSet(boolean status,
QueryResultSet resultSet,
int numberOfRows) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfRows()
Get the number of rows if available.
|
QueryResultSet |
getResultSet()
Get the result set if available.
|
boolean |
getStatus()
Get the status response.
|
public ExecResultSet(boolean status,
QueryResultSet resultSet,
int numberOfRows)
public boolean getStatus()
public QueryResultSet getResultSet()
public int getNumberOfRows()
Copyright © 2017. All rights reserved.