public abstract class AbstractQueryResult extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isClosed |
protected PrepareResult |
prepareResult |
Constructor and Description |
---|
AbstractQueryResult() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addResult(AbstractQueryResult other) |
void |
close() |
abstract ColumnInformation[] |
getColumnInformation() |
PrepareResult |
getFailureObject() |
abstract String |
getMessage() |
abstract ResultSetType |
getResultSetType() |
abstract int |
getRows() |
abstract short |
getWarnings() |
boolean |
isClosed() |
void |
setFailureObject(PrepareResult resultObject) |
protected PrepareResult prepareResult
protected boolean isClosed
public abstract void addResult(AbstractQueryResult other)
public abstract ResultSetType getResultSetType()
public PrepareResult getFailureObject()
public void setFailureObject(PrepareResult resultObject)
public void close()
public boolean isClosed()
public abstract short getWarnings()
public abstract String getMessage()
public abstract ColumnInformation[] getColumnInformation()
public abstract int getRows()
Copyright © 2015. All rights reserved.