Interface | Description |
---|---|
DeliveryConvertor |
Converts a row of column selection results into a result for dispatch to a method.
|
ResultDeliveryStrategy |
Strategy for use with statement-result-service to dispatch to a statement's subscriber
via method invocations.
|
Class | Description |
---|---|
DeliveryConvertorMap |
Converts column results into a Map of key-value pairs.
|
DeliveryConvertorMapWStatement | |
DeliveryConvertorNull |
Implementation that does not convert columns.
|
DeliveryConvertorNullWStatement |
Implementation that does not convert columns.
|
DeliveryConvertorObjectArr |
Implementation of a convertor for column results that renders the result as an object array itself.
|
DeliveryConvertorObjectArrWStatement |
Implementation of a convertor for column results that renders the result as an object array itself.
|
DeliveryConvertorStatementOnly | |
DeliveryConvertorWidener |
Implementation of a convertor for column results that renders the result as an object array itself.
|
DeliveryConvertorWidenerWStatement |
Implementation of a convertor for column results that renders the result as an object array itself.
|
DeliveryConvertorZeroLengthParam |
Implementation that does not convert columns.
|
ResultDeliveryStrategyFactory |
Factory for creating a dispatch strategy based on the subscriber object
and the columns produced by a select-clause.
|
ResultDeliveryStrategyImpl |
A result delivery strategy that uses a matching "update" method and
optional start, end, and updateRStream methods, to deliver column-wise to parameters
of the update method.
|
ResultDeliveryStrategyMap |
A result delivery strategy that uses an "update" method that accepts a pair of map array.
|
ResultDeliveryStrategyMapWStmt | |
ResultDeliveryStrategyObjectArr |
A result delivery strategy that uses an "update" method that accepts a pair of object array array.
|
ResultDeliveryStrategyObjectArrWStmt |
A result delivery strategy that uses an "update" method that accepts a pair of object array array.
|
ResultDeliveryStrategyTypeArr |
A result delivery strategy that uses an "update" method that accepts a underlying array
for use in wildcard selection.
|
ResultDeliveryStrategyTypeArrWStmt |
Exception | Description |
---|---|
ResultDeliveryStrategyInvalidException |
Copyright © 2005–2018. All rights reserved.