Package | Description |
---|---|
com.streamscape.sdo.event | |
com.streamscape.sdo.rowset |
Modifier and Type | Method and Description |
---|---|
void |
RowArrayEvent.addRow(DataRow row)
Adds a new row to the array.
|
boolean |
RowArrayEvent.existsKey(java.lang.Object key)
Returns
true if the supplied key exists in the array. |
int |
RowArrayEvent.getCapacity()
Returns the row capacity for this collection.
|
java.lang.String |
RowArrayEvent.getIndexColumnName()
Returns the name of the index column.
|
boolean |
RowArrayEvent.hasKeyIndex()
Returns
true if this array has a key index. |
void |
RowArrayEvent.removeRowByKey(java.lang.Object key)
Removes the row specified by key.
|
Modifier and Type | Method and Description |
---|---|
void |
RowArray.addRow(DataRow row) |
boolean |
RowArray.existsKey(java.lang.Object key) |
int |
RowArray.getCapacity()
Returns the row capacity for this collection.
|
DataRow |
RowArray.getRowByKey(java.lang.Object key) |
boolean |
RowArray.hasKeyIndex()
Returns
true if this array has a key index. |
void |
RowArray.init(RowMetaData metaData)
Initalizes this collection by using the
RowMetaData object. |
void |
RowArray.removeRowByKey(java.lang.Object key)
Removes the row specified by key.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.