Modifier and Type | Method and Description |
---|---|
static RowSet |
Trace.getConfiguration()
Returns a
RowSet containing a set of pairs <Class,Level>,
for each class or package for which the trace is enabled. |
Modifier and Type | Method and Description |
---|---|
RowSet |
DataspaceAccessor.executeQuery(java.lang.String query)
Executes query and returns result RowSet.
|
RowSet |
DataspaceAccessor.executeQuery(java.lang.String query,
java.lang.Object[] params)
Executes query with specified parameters and returns result RowSet.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
Table.rowSet()
Returns set of rows which table consists of.
|
RowSet |
Table.select(java.lang.String whereClause)
Performs a query against the table.
|
RowSet |
Queue.toRowSet()
Converts existing collection data into RowSet.
|
RowSet |
Table.toRowSet()
Converts existing collection data into RowSet.
|
RowSet |
Map.toRowSet()
Converts existing collection data into RowSet.
|
Modifier and Type | Method and Description |
---|---|
void |
Queue.drainToRowSet(RowSet rowSet)
Dumps the data (with removal) from current collection into provided RowSet
|
void |
Queue.fromRowSet(RowSet rowSet)
Loads collection with data from provided RowSet
|
void |
Table.fromRowSet(RowSet rowSet)
Loads collection with data from provided RowSet
|
void |
Map.fromRowSet(RowSet rowSet)
Loads collection with data from provided RowSet
|
void |
Table.insert(RowSet rowSet)
Inserts all rows from the row set into the table.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
HTTPDataspaceAccessor.executeQuery(java.lang.String query) |
RowSet |
HTTPDataspaceAccessor.executeQuery(java.lang.String query,
java.lang.Object[] params) |
Modifier and Type | Method and Description |
---|---|
RowSet |
ReplicationResponse.getRowSet() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationResponse.setRowSet(RowSet rowSet) |
Modifier and Type | Method and Description |
---|---|
RowSet |
CollectionMetaDataImpl.getCollectionProperties() |
RowSet |
CollectionMetaData.getCollectionProperties() |
Modifier and Type | Method and Description |
---|---|
RowSet |
AbstractQueueProxy.toRowSet() |
RowSet |
AbstractQueueCollection.toRowSet(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueueProxy.drainToRowSet(RowSet rowSet) |
void |
AbstractQueueCollection.drainToRowSet(com.streamscape.ds.session.Session session,
RowSet rowSet) |
void |
AbstractQueueProxy.fromRowSet(RowSet rowSet) |
void |
AbstractQueueCollection.fromRowSet(com.streamscape.ds.session.Session session,
RowSet rowSet) |
Modifier and Type | Method and Description |
---|---|
RowSet |
MapProxy.toRowSet() |
RowSet |
MapCollection.toRowSet(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
MapProxy.fromRowSet(RowSet rowSet) |
void |
MapCollection.fromRowSet(com.streamscape.ds.session.Session session,
RowSet rowSet) |
Modifier and Type | Method and Description |
---|---|
RowSet |
TableProxy.rowSet() |
RowSet |
TableCollection.rowSet(com.streamscape.ds.session.Session session) |
RowSet |
TableCollection.select(com.streamscape.ds.session.Session session,
java.lang.String whereClause) |
RowSet |
TableProxy.select(java.lang.String whereClause) |
RowSet |
TableProxy.toRowSet() |
RowSet |
TableCollection.toRowSet(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
TableProxy.fromRowSet(RowSet rowSet) |
void |
TableCollection.fromRowSet(com.streamscape.ds.session.Session session,
RowSet rowSet) |
void |
TableFactory.initFromRowSet(RowSet rowSet) |
void |
TableProxy.insert(RowSet rowSet) |
void |
TableCollection.insert(com.streamscape.ds.session.Session session,
RowSet rowSet) |
Modifier and Type | Method and Description |
---|---|
RowSet |
VirtualServerObject.executeQuery(java.lang.String query,
java.util.List arguments) |
Modifier and Type | Method and Description |
---|---|
RowSet |
DataFrame.toRowSet() |
RowSet |
Snapshot.toRowSet() |
RowSet |
Snapshot.toRowSet(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
RowSet |
HTMLDocument.toRowSet(HTMLType htmlType,
boolean nullable,
java.util.List columnNames,
boolean matches) |
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSetEvent.getRowSet()
Returns the
SDORowSet stored in this event. |
Modifier and Type | Method and Description |
---|---|
void |
RowSetEvent.init(RowSet rowSet)
Initializes the
SDORowSet stored in the event by the specified RowSet. |
Modifier and Type | Method and Description |
---|---|
RowSet |
SLResponse.getRowSet() |
Modifier and Type | Method and Description |
---|---|
void |
SLResponse.setRowSet(RowSet rowSet) |
Constructor and Description |
---|
SLResponse(RowSet rowSet) |
Modifier and Type | Class and Description |
---|---|
class |
RowSetProxy
Title: Structured Data Objects
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.asRowSet() |
RowSet |
RowSetProxy.asRowSet() |
RowSet |
RowSetInterface.asRowSet()
Returns serialized RowSet.
|
RowSet |
RowSet.clone() |
RowSet |
RowSetFactory.createRowSet(ResultSet resultSet) |
RowSet |
RowSetChangedEvent.getRowSet()
Returns the reference to the
RowSet object that initiates this event. |
RowSet |
RowSet.selectFromRowSet(int startRowIndex,
int endRowIndex)
Selects rows from start to end row indexes and adds them to new
RowSet object. |
RowSet |
RowSetInterface.selectFromRowSet(int startRowIndex,
int endRowIndex)
Selects rows from start to end row indexes and adds them to new
RowSet object. |
RowSet |
RowSet.selectFromRowSet(java.lang.String columnName,
java.lang.Object columnValue)
Selects rows from a
RowSet that satisfy the condition row[objectName]=columnValue . |
RowSet |
RowSetInterface.selectFromRowSet(java.lang.String columnName,
java.lang.Object columnValue)
Selects rows from a
RowSet that satisfy the condition row[objectName]=columnValue . |
Modifier and Type | Method and Description |
---|---|
void |
RowSet.addAll(RowSet other)
Adds all rows from the specified
RowSet at the end of this RowSet . |
RowSetPrinter |
RowSetPrinter.doPseudoPrint(RowSet rowSet) |
void |
RowSetPrinter.print(RowSet rowSet) |
void |
RowSetPrinter.print(RowSet rowSet,
java.lang.String indent) |
java.lang.String |
RowSetPrinter.printToString(RowSet rowSet) |
Constructor and Description |
---|
RowSet(RowSet set)
Creates
RowSet out of the provided RowSet . |
RowSetClientIteratorImpl(int fetchSize,
java.util.Iterator iterator,
RowSet rowSet) |
RowSetProxy(RowSet rowSet) |
Modifier and Type | Method and Description |
---|---|
static SQLColumnSet |
SQLQueryFactory.createColumnSet(RowSet rowSet)
Creates
SQLColumnSet from provided RowSet . |
java.util.List |
SQLQueryMapper.map(RowSet set)
Maps given row set to a list of query objects in accordance with query object.
|
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.sef.dispatcher.AbstractRowSetProxy
Title: Structured Data Objects
|
Modifier and Type | Method and Description |
---|---|
RowSet |
ExecResult.getOutputRowSet() |
Modifier and Type | Method and Description |
---|---|
RowSet |
FabricExchangeAdvisory.getFullInfo()
Returns a
RowSet containing execution result of the SLANG command 'show exchange state at domain'. |
RowSet |
FabricExchangeAdvisory.getJvmStats()
Returns a
RowSet containing execution result of the SLANG command 'show stats at domain'. |
RowSet |
FabricExchangeAdvisory.getSummaryInfo()
Returns a
RowSet containing execution result of the SLANG command 'show exchange state at domain summary'. |
Constructor and Description |
---|
FabricExchangeAdvisory(java.lang.String nodeName,
FabricExchangeState state,
java.lang.String message,
java.lang.String detailedMessage,
RowSet summaryInfo,
RowSet fullInfo,
RowSet jvmStats) |
Modifier and Type | Method and Description |
---|---|
RowSet |
TaskList.describeExec(java.lang.String whereClause) |
RowSet |
TaskList.getTaskOrderList() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.