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 Type
    Method
    Description
    Convert result row to dispatchable.
  • Method Details

    • convertRow

      Object[] convertRow(Object[] row)
      Convert result row to dispatchable.
      Parameters:
      row - to convert
      Returns:
      converted row