com.espertech.esper.core.service
Class DeliveryConvertorWidenerWStatement

java.lang.Object
  extended by com.espertech.esper.core.service.DeliveryConvertorWidenerWStatement
All Implemented Interfaces:
DeliveryConvertor

public class DeliveryConvertorWidenerWStatement
extends java.lang.Object
implements DeliveryConvertor

Implementation of a convertor for column results that renders the result as an object array itself.


Constructor Summary
DeliveryConvertorWidenerWStatement(TypeWidener[] wideners, EPStatement statement)
           
 
Method Summary
 java.lang.Object[] convertRow(java.lang.Object[] columns)
          Convert result row to dispatchable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryConvertorWidenerWStatement

public DeliveryConvertorWidenerWStatement(TypeWidener[] wideners,
                                          EPStatement statement)
Method Detail

convertRow

public java.lang.Object[] convertRow(java.lang.Object[] columns)
Description copied from interface: DeliveryConvertor
Convert result row to dispatchable.

Specified by:
convertRow in interface DeliveryConvertor
Parameters:
columns - to convert
Returns:
converted row

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com