|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResponse
The response to a query executed via the 'execQuery' method in the DatabaseInterface interface. This contains general information about the result of the query.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getResultID()
int getQueryTimeMillis()
int getRowCount()
int getColumnCount()
ColumnDescription getColumnDescription(int column)
java.lang.String getWarnings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |