public final class ExecResultSet extends Object
| Constructor | Description |
|---|---|
ExecResultSet(boolean status,
QueryResultSet resultSet,
int numberOfRows) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.