Package | Description |
---|---|
com.streamscape.sdo.event | |
com.streamscape.sdo.rowset |
Modifier and Type | Method and Description |
---|---|
DataRow |
RowArrayEvent.getRowByKey(java.lang.Object key)
Returns a row based on a specific key.
|
DataRow |
RowArrayEvent.newRow()
Returns a new row.
|
Modifier and Type | Method and Description |
---|---|
void |
RowArrayEvent.addRow(DataRow row)
Adds a new row to the array.
|
boolean |
RowArrayEvent.containsRow(DataRow row)
Returns
true if the specified row exists in the
collection. |
Modifier and Type | Class and Description |
---|---|
class |
Row
Title: Structured Data Object Row
|
Modifier and Type | Method and Description |
---|---|
DataRow |
RowArray.getRowByKey(java.lang.Object key) |
DataRow |
RowArray.newRow() |
Modifier and Type | Method and Description |
---|---|
void |
RowArray.addRow(DataRow row) |
boolean |
RowArray.containsRow(DataRow row)
Returns
true if the specified row exists in the
collection. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.