Package | Description |
---|---|
com.streamscape.ds.schema.table | |
com.streamscape.sdo.event | |
com.streamscape.sdo.rowset |
Modifier and Type | Method and Description |
---|---|
static RowMetaData |
Table.convertColumnListToRowMetaData(com.streamscape.ds.lib.HashMappedList columnList) |
RowMetaData |
Table.getRowMetaData() |
Modifier and Type | Method and Description |
---|---|
RowMetaData |
RowArrayEvent.getMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
RowEvent.init(RowMetaData descriptor)
Initializes the SDO row stored in the event by the specified descriptor.
|
void |
RowArrayEvent.init(RowMetaData metaData)
Initializes this event with the specified metadata.
|
void |
RowSetEvent.init(RowMetaData descriptor)
Initializes the
SDORowSet stored in the event by the specified descriptor. |
Modifier and Type | Method and Description |
---|---|
RowMetaData |
RowMetaData.addColumn(java.lang.String name,
java.lang.Class clazz)
Adds column definition with specified name and Java type to the meta data.
|
RowMetaData |
RowMetaData.clone() |
static RowMetaData |
RowSet.createMetaData(ResultSet resultSet) |
static RowMetaData |
RowSetFactory.createMetaData(ResultSet resultSet) |
RowMetaData |
RowSet.getMeta()
Returns row meta data.
|
RowMetaData |
Row.getMeta()
Returns meta data of the row.
|
RowMetaData |
RowArray.getMeta()
Returns the meta data for this row data collection.
|
RowMetaData |
Row.getMetaData()
Returns clone of the meta data for the row.
|
RowMetaData |
RowArray.getMetaData()
Returns the copy meta data for this row data collection.
|
RowMetaData |
DataRow.getMetaData()
Returns the row set descriptor for this row.
|
RowMetaData |
RowSet.getRowMetaData()
Returns copy of row meta data
RowMetaData . |
RowMetaData |
RowSetInterface.getRowMetaData()
Returns copy of row meta data
RowMetaData . |
Modifier and Type | Method and Description |
---|---|
void |
RowArray.init(RowMetaData metaData)
Initalizes this collection by using the
RowMetaData object. |
Constructor and Description |
---|
Row(RowMetaData descriptor)
Creates new row with the specified meta data.
|
Row(RowMetaData meta,
java.lang.Object[] values)
Creates new row with the specified meta data and values.
|
RowArray(RowMetaData metaData) |
RowSet(RowMetaData descriptor)
Creates
RowSet with the specified meta data. |
RowSetProxy(RowMetaData rowMetaData) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.