public interface QueryResult
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<ColumnInformation> |
getColumnInformation() |
String |
getMessage() |
ResultSetType |
getResultSetType() |
int |
getRows() |
short |
getWarnings() |
ResultSetType getResultSetType()
void close()
short getWarnings()
String getMessage()
List<ColumnInformation> getColumnInformation()
int getRows()
Copyright © 2016. All rights reserved.