Package | Description |
---|---|
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, save, and delete.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayListSelectOperation<R>
|
class |
HashMapSelectOperation<K,R>
|
class |
LinkedHashMapSelectOperation<K,R>
|
class |
ListSelectOperation<R>
|
class |
MapSelectOperation<K,R>
|
Constructor and Description |
---|
SelectIterator(SelectOperation<R,?> selectOperation)
Deprecated.
replaced by
SelectIterator.SelectIterator(ScalarSelectOperation)
Constructs for a select operation. All parameters must be set on operation prior to
the first use of SelectIterator.hasNext() . If ScalarSelectOperation.execute() has not
be invoked, then it will be upon first invocation of SelectIterator.hasNext() . |