public abstract class QueryResult extends Object
Constructor and Description |
---|
QueryResult() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
abstract MySQLColumnInformation[] |
getColumnInformation() |
abstract String |
getMessage() |
abstract ResultSetType |
getResultSetType() |
abstract int |
getRows() |
abstract short |
getWarnings() |
boolean |
isClosed() |
public abstract ResultSetType getResultSetType()
public void close()
public boolean isClosed()
public abstract short getWarnings()
public abstract String getMessage()
public abstract MySQLColumnInformation[] getColumnInformation()
public abstract int getRows()
Copyright © 2015. All rights reserved.