public interface QueryResponse
Modifier and Type | Method | Description |
---|---|---|
int |
getColumnCount() |
The number of columns in the query result.
|
ColumnDescription |
getColumnDescription(int column) |
The ColumnDescription object that describes column 'n' in the result.
|
int |
getQueryTimeMillis() |
The time, in milliseconds, that the query took to execute.
|
int |
getResultID() |
Returns a number that identifies this query within the set of queries
executed on the connection.
|
int |
getRowCount() |
The total number of rows in the query result.
|
java.lang.String |
getWarnings() |
Returns any warnings about the query.
|
int getResultID()
int getQueryTimeMillis()
int getRowCount()
int getColumnCount()
ColumnDescription getColumnDescription(int column)
java.lang.String getWarnings()
Copyright © 2018. All rights reserved.