Interface DeliveryConvertor
- All Known Implementing Classes:
DeliveryConvertorMap
,DeliveryConvertorMapWStatement
,DeliveryConvertorNull
,DeliveryConvertorNullWStatement
,DeliveryConvertorObjectArr
,DeliveryConvertorObjectArrWStatement
,DeliveryConvertorStatementOnly
,DeliveryConvertorWidener
,DeliveryConvertorWidenerWStatement
,DeliveryConvertorZeroLengthParam
public interface DeliveryConvertor
Converts a row of column selection results into a result for dispatch to a method.
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
convertRow
(Object[] row) Convert result row to dispatchable.
-
Method Details
-
convertRow
Convert result row to dispatchable.- Parameters:
row
- to convert- Returns:
- converted row
-