Package | Description |
---|---|
com.streamscape.cli.ds.collection | |
com.streamscape.ds.schema.collection.tspace.table | |
com.streamscape.sdo.event | |
com.streamscape.sdo.rowset |
Modifier and Type | Method and Description |
---|---|
Row |
Table.getRow(java.lang.String rowId)
Not implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.insert(Row row)
Insert specified row into the table.
|
void |
Table.update(int rowId,
Row row)
Not implemented.
|
void |
Table.update(java.lang.String selector,
Row row)
Updated all rows in the table which match specified selector
with the data specified in the SDORow.
|
void |
Table.upsert(Row row)
Inserts or updates row.
|
Modifier and Type | Method and Description |
---|---|
Row |
TableCollection.getRow(com.streamscape.ds.session.Session session,
java.lang.String rowId) |
Row |
TableProxy.getRow(java.lang.String rowId) |
Modifier and Type | Method and Description |
---|---|
void |
TableProxy.insert(Row row) |
void |
TableCollection.insert(com.streamscape.ds.session.Session session,
Row row) |
void |
TableProxy.update(int rowId,
Row row) |
void |
TableCollection.update(com.streamscape.ds.session.Session session,
int rowId,
Row row) |
void |
TableCollection.update(com.streamscape.ds.session.Session session,
java.lang.String selector,
Row row) |
void |
TableProxy.update(java.lang.String selector,
Row row) |
void |
TableProxy.upsert(Row row) |
void |
TableCollection.upsert(com.streamscape.ds.session.Session session,
Row row) |
Modifier and Type | Method and Description |
---|---|
Row |
RowChangeEvent.getAfterImage()
Returns a copy of the row image after modification.
|
Row |
RowChangeEvent.getBeforeImage()
Returns a copy of the row image before modification.
|
Row |
RowEvent.getRow()
Returns the SDO row stored in this event.
|
Modifier and Type | Method and Description |
---|---|
void |
RowEvent.init(Row row)
Initializes the SDO row stored in the event by the specified row.
|
void |
RowChangeEvent.setAfterImage(Row row)
Sets the row image after modification.
|
void |
RowChangeEvent.setBeforeImage(Row row)
Sets the row image before modification.
|
Modifier and Type | Method and Description |
---|---|
Row |
Row.clone() |
Row |
RowSet.deleteFromRowSet(int index)
Deletes row with provided index from the
RowSet . |
Row |
RowSetInterface.deleteFromRowSet(int index)
Deletes row with provided index from the
RowSet . |
Row |
RowSet.getCurrentRow() |
Row |
RowSetProxy.getCurrentRow() |
Row |
RowSetInterface.getCurrentRow()
Returns current row.
|
Row |
RowSetChangedEvent.getRow()
Returns the reference to the modified/added/deleted row.
|
Row |
RowSet.getRowAt(int index)
Returns row by index.
|
Row |
RowSetProxy.getRowAt(int index) |
Row |
RowSetInterface.getRowAt(int index)
Returns row by index.
|
Row |
RowSet.newRow()
Return new row initialized with RowSet meta data.
|
Row |
RowSetInterface.newRow()
Return new row initialized with RowSet meta data.
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.addToRowSet(Row row)
Adds provided row to the end of
RowSet . |
void |
RowSetInterface.addToRowSet(Row row)
Adds provided row to the end of
RowSet . |
void |
RowSet.insertIntoRowSet(int index,
Row row)
Inserts provided row to the row set at position index.
|
void |
RowSetInterface.insertIntoRowSet(int index,
Row row)
Inserts provided row to the row set at position index.
|
void |
RowSetPrinter.print(Row row) |
java.util.List |
RowSet.updateRowSet(int index,
Row row)
Updates row with provided row at provided position index.
|
java.util.List |
RowSetInterface.updateRowSet(int index,
Row row)
Updates row with provided row at provided position index.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.