public class RDBMSIterator extends Object implements org.wso2.siddhi.core.table.record.RecordIterator<Object[]>
| Constructor and Description |
|---|
RDBMSIterator(Connection conn,
PreparedStatement stmt,
ResultSet rs,
List<org.wso2.siddhi.query.api.definition.Attribute> attributes,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
boolean |
hasNext() |
Object[] |
next() |
void |
remove() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RDBMSIterator(Connection conn, PreparedStatement stmt, ResultSet rs, List<org.wso2.siddhi.query.api.definition.Attribute> attributes, String tableName)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2018 WSO2. All rights reserved.