public interface DataIterator
SQLDataIterator
Modifier and Type | Method and Description |
---|---|
void |
close(boolean isInTransaction) |
BMap<?,?> |
generateNext() |
Object[] |
getArray(int columnIndex) |
String |
getBlob(int columnIndex) |
boolean |
getBoolean(int columnIndex) |
List<ColumnDefinition> |
getColumnDefinitions() |
double |
getFloat(int columnIndex) |
long |
getInt(int columnIndex) |
String |
getString(int columnIndex) |
Object[] |
getStruct(int columnIndex) |
BStructureType |
getStructType() |
boolean |
next() |
void |
reset(boolean isInTransaction) |
boolean next()
void close(boolean isInTransaction)
void reset(boolean isInTransaction)
String getString(int columnIndex)
long getInt(int columnIndex)
double getFloat(int columnIndex)
boolean getBoolean(int columnIndex)
String getBlob(int columnIndex)
Object[] getStruct(int columnIndex)
Object[] getArray(int columnIndex)
BMap<?,?> generateNext()
List<ColumnDefinition> getColumnDefinitions()
BStructureType getStructType()
Copyright © 2018 WSO2. All rights reserved.