| Package | Description |
|---|---|
| org.brains2b.data | |
| org.brains2b.data.cursor | |
| org.brains2b.data.sql | |
| org.brains2b.data.sql.cursor | |
| org.brains2b.sql.oracle |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DataController.retrieve(T o,
Condition condition)
retrieve an Object of the type of the
Object o which match the supplied
condition. |
java.util.List<T> |
DataControl.retrieveList(Condition con)
retrieve all records meeting the values set in
Condition. |
<T> java.util.List<T> |
DataController.retrieveList(T o,
Condition condition)
retrieve a list of Objects of the type of the
Object o which match the supplied
condition. |
| Modifier and Type | Method and Description |
|---|---|
abstract CursorData |
Cursor.retrieve(Condition condition)
select an Object of the type of the
Object o which match the supplied
condition. |
abstract java.util.List |
Cursor.retrieveList(Condition condition)
retrieve a list of Objects of the type of the
Object o which match the supplied
condition. |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlCondition
SqlCondition is a specific implementation of Condition
for SQL databases.
|
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
SqlCursor.m_last |
| Modifier and Type | Method and Description |
|---|---|
CursorData |
SqlCursor.retrieve(Condition con) |
java.util.List |
SqlCursor.retrieveList(Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleCondition
Deprecated.
use SqlCondition instead
|