Package | Description |
---|---|
com.espertech.esper.common.client.hook.type |
Type mapping callbacks.
|
com.espertech.esper.common.internal.epl.historical.database.core |
Class and Description |
---|
ObjectValueTypeWidenerFactoryContext
For Avro types for widening objects to Avro record values, see
ObjectValueTypeWidenerFactory |
SQLColumnTypeContext
For use with
SQLColumnTypeConversion , context of column conversion. |
SQLColumnValueContext
For use with
SQLColumnTypeConversion , context of column conversion. |
SQLInputParameterContext
For use with
SQLColumnTypeConversion , context of parameter conversion. |
SQLOutputRowTypeContext
For use with
SQLOutputRowConversion , context of row conversion. |
SQLOutputRowValueContext
For use with
SQLOutputRowConversion , context of row conversion. |
TypeRepresentationMapperContext
For Avro customized type mapping, use with
TypeRepresentationMapper |
Class and Description |
---|
SQLColumnTypeConversion
Implement this interface when providing a callback for SQL input parameter and column result processing for a statement,
converting an input parameter or converting an output column value into any other value.
|
SQLOutputRowConversion
Implement this interface when providing a callback for SQL row result processing for a statement,
converting each row's values into a POJO.
|
Copyright © 2005–2018. All rights reserved.