|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.DeliveryConvertorMap
public class DeliveryConvertorMap
Converts column results into a Map of key-value pairs.
Constructor Summary | |
---|---|
DeliveryConvertorMap(java.lang.String[] columnNames)
Ctor. |
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 |
---|
public DeliveryConvertorMap(java.lang.String[] columnNames)
columnNames
- the names for columnsMethod Detail |
---|
public java.lang.Object[] convertRow(java.lang.Object[] columns)
DeliveryConvertor
convertRow
in interface DeliveryConvertor
columns
- to convert
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |