Package | Description |
---|---|
org.ujorm.tools.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
RowIterator
An Iterator for the ResultSet items.
|
Modifier and Type | Method and Description |
---|---|
LoopingIterator<ResultSet> |
JdbcBuilder.executeSelect(Connection connection)
Create an iterator ready to a loop statement
for ( ; ; )
Supported SQL statements are: INSERT, UPDATE, DELETE . |
Copyright 2019-2022, Pavel Ponec