public interface QueryResponse
Modifier and Type | Method and 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.
|
String |
getWarnings()
Returns any warnings about the query.
|
int getResultID()
int getQueryTimeMillis()
int getRowCount()
int getColumnCount()
ColumnDescription getColumnDescription(int column)
String getWarnings()
Copyright © 2015. All rights reserved.