public abstract class IterateResultSetListener
extends java.lang.Object
implements java.io.Serializable
构造器和说明 |
---|
IterateResultSetListener() |
限定符和类型 | 方法和说明 |
---|---|
protected abstract void |
afterGetValueByColumnRowIndex(java.lang.Object value,
int columnIndex) |
protected abstract boolean |
afterGetValuesByRowIndex() |
protected abstract void |
afterIterator() |
protected abstract boolean |
beforeGetValuesByRowIndex(int columnCount) |
protected abstract boolean |
checkLastAndBreak() |
protected abstract void |
exceptionOnGetValueByColumnRowIndex(int columnIndex) |
protected abstract void |
init() |
protected abstract void init() throws TableDataException
protected abstract boolean beforeGetValuesByRowIndex(int columnCount)
protected abstract void afterGetValueByColumnRowIndex(java.lang.Object value, int columnIndex) throws TableDataException
protected abstract void exceptionOnGetValueByColumnRowIndex(int columnIndex)
protected abstract boolean afterGetValuesByRowIndex() throws TableDataException
protected abstract boolean checkLastAndBreak()
protected abstract void afterIterator()