Package | Description |
---|---|
com.streamscape.sdo.event | |
com.streamscape.sdo.rowset | |
com.streamscape.sdo.sql |
Modifier and Type | Method and Description |
---|---|
void |
RowEvent.init(ResultSet resultSet)
Initializes the SDO row stored in the event by the specified result set.
|
void |
RowArrayEvent.init(ResultSet resultSet)
Initializes a new Row Array Event based on
ResultSet meta data. |
DataRow |
RowArrayEvent.newRow()
Returns a new row.
|
Modifier and Type | Class and Description |
---|---|
class |
RowArrayException
Title: Structured Data Object: Row Array Exception
|
Modifier and Type | Method and Description |
---|---|
void |
RowMetaData.enableRowId(boolean useRID)
Enables Row Id usage.
|
ColumnDescriptor |
RowMetaData.getColumnDescriptor(java.lang.String name)
Returns a column descriptor for the specified column name.
|
java.lang.String |
RowMetaData.getColumnName(int colIndex)
Returns the name of the column at the index specified.
|
int |
RowMetaData.getColumnSQLType(int index)
Returns SQL type code of the column data type.
|
int |
RowMetaData.getColumnSQLType(java.lang.String name)
Returns SQL type code of the column data type.
|
java.lang.Class |
RowMetaData.getColumnTypeClass(int index)
Returns Java class which the column data type is represented by.
|
java.lang.Class |
RowMetaData.getColumnTypeClass(java.lang.String name)
Returns Java class which the column data type is represented by.
|
java.lang.String |
RowArray.getIndexColumnName() |
ColumnDescriptor |
RowMetaData.getOutParameterColumnDescriptor(int index) |
ColumnDescriptor |
RowMetaData.getOutParameterColumnDescriptor(java.lang.String name) |
java.lang.Class |
RowMetaData.getOutputParameterTypeClass(int index)
Returns out parameter Java class.
|
java.lang.Class |
RowMetaData.getOutputParameterTypeClass(java.lang.String name)
Returns out parameter Java class.
|
void |
RowArray.init(ResultSet set)
Initializes a new Row Array based on
ResultSet meta data. |
java.util.Iterator |
RowMetaData.iterator()
Returns an iteration of column descriptors.
|
DataRow |
RowArray.newRow() |
void |
RowMetaData.removeColumn(java.lang.String columnName)
Removes a column from the array meta-data.
|
void |
DataRow.setColumn(int index,
java.lang.Object value)
Sets the column at specified index to the specific value.
|
void |
RowMetaData.setKeyColumnsIndices(int[] keyIndices)
Sets the indices of columns that will be used as a searchable index (primary key).
|
Constructor and Description |
---|
Row(ResultSet result)
Creates new row from the ResultSet.
|
RowMetaData(ResultSet rs)
Initializes row meta data from JDBC ResultSet.
|
Modifier and Type | Method and Description |
---|---|
static SQLColumnSet |
SQLQueryFactory.createColumnSet(ResultSet resultSet)
Creates
SQLColumnSet from provided ResultSet . |
static SQLColumnSet |
SQLQueryFactory.createColumnSet(RowSet rowSet)
Creates
SQLColumnSet from provided RowSet . |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.