| Package | Description |
|---|---|
| org.brains2b.data | |
| org.brains2b.data.cursor | |
| org.brains2b.data.sql.cursor |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataHelper.copyDataObject(CursorData source,
java.lang.Object target) |
| Modifier and Type | Field and Description |
|---|---|
protected CursorData |
Cursor.m_prototype |
| Modifier and Type | Method and Description |
|---|---|
CursorData |
CursorData.cloneAll()
clone will copy the column definitions including the values
|
CursorData |
Cursor.getNewCursorData()
Get an new CursorData object for this cursor, which has all the fields for this Cursor defined.
|
protected CursorData |
Cursor.getObject(CursorData prototype,
java.sql.ResultSet rs)
get a CursorData object filled from the current position in the ResultSet.
|
abstract CursorData |
Cursor.getProtoType()
get a prototype for this cursor, which is basically a defintion
of the columns and types, but without the values
|
abstract CursorData |
Cursor.retrieve(Condition condition)
select an Object of the type of the
Object o which match the supplied
condition. |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
Cursor.delete(CursorData cd)
delete an object of type o from the datastore
|
protected CursorData |
Cursor.getObject(CursorData prototype,
java.sql.ResultSet rs)
get a CursorData object filled from the current position in the ResultSet.
|
abstract int |
Cursor.insert(CursorData cd)
insert an object of type o to the datastore
|
abstract int |
Cursor.update(CursorData cd)
update an object of type o to the datastore
|
| Modifier and Type | Method and Description |
|---|---|
protected CursorData |
SqlCursor.getObject(CursorData prototype,
java.sql.ResultSet rs) |
CursorData |
SqlCursor.getProtoType() |
protected CursorData |
SqlCursor.getProtoType(java.sql.ResultSetMetaData rsMd)
get a prototype on the basis of the SQL-statement for this Cursor, which is defined
in the ResultSetMetaData.
|
CursorData |
SqlCursor.retrieve(Condition con) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CursorData> |
CursorDelegate.nextPage() |
| Modifier and Type | Method and Description |
|---|---|
int |
SqlCursor.delete(CursorData cdata) |
protected CursorData |
SqlCursor.getObject(CursorData prototype,
java.sql.ResultSet rs) |
int |
SqlCursor.insert(CursorData cdata) |
int |
SqlCursor.insert(CursorData cdata,
boolean skipNull)
insert the cursor data in the table for this cursor
|
int |
SqlCursor.update(CursorData cdata) |