public class SQLDataIterator extends TableIterator
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLDataIterator.SQLColumnDefinition
This represents a column definition for a column in a table.
|
columnDefs, resourceManager, rs, type| Constructor and Description |
|---|
SQLDataIterator(TableResourceManager rm,
ResultSet rs,
Calendar utcCalendar,
List<ColumnDefinition> columnDefs,
BStructureType structType,
StructureTypeInfo timeStructInfo,
StructureTypeInfo zoneStructInfo,
String databaseProductName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BMap<String,BValue> |
generateNext() |
String |
getBlob(int columnIndex) |
void |
reset() |
getArray, getBoolean, getColumnDefinitions, getDataArray, getFloat, getInt, getString, getStruct, getStructType, nextpublic SQLDataIterator(TableResourceManager rm, ResultSet rs, Calendar utcCalendar, List<ColumnDefinition> columnDefs, BStructureType structType, StructureTypeInfo timeStructInfo, StructureTypeInfo zoneStructInfo, String databaseProductName)
public void close()
close in interface DataIteratorclose in class TableIteratorpublic void reset()
reset in interface DataIteratorreset in class TableIteratorpublic String getBlob(int columnIndex)
getBlob in interface DataIteratorgetBlob in class TableIteratorpublic BMap<String,BValue> generateNext()
generateNext in interface DataIteratorgenerateNext in class TableIteratorCopyright © 2019 WSO2. All rights reserved.