public class IndyDBRows
extends java.lang.Object
implements com.speechstorm.fish.scripting.DBRows
| Constructor and Description |
|---|
IndyDBRows(java.sql.ResultSet resultSet_p,
java.sql.Statement statement_p,
java.sql.Connection connection_p) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
java.util.Iterator<com.speechstorm.fish.scripting.DBRow> |
iterator() |
com.speechstorm.fish.scripting.DBRow |
next()
Return null if we're past the end
|
public IndyDBRows(java.sql.ResultSet resultSet_p,
java.sql.Statement statement_p,
java.sql.Connection connection_p)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Iterator<com.speechstorm.fish.scripting.DBRow> iterator()
iterator in interface java.lang.Iterable<com.speechstorm.fish.scripting.DBRow>public boolean hasNext()
hasNext in interface java.util.Iterator<com.speechstorm.fish.scripting.DBRow>public com.speechstorm.fish.scripting.DBRow next()
next in interface java.util.Iterator<com.speechstorm.fish.scripting.DBRow>public void close()
close in interface java.lang.AutoCloseable