Package | Description |
---|---|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
DatabaseTypeBinding |
DBOutputTypeDesc.getOptionalBinding()
Returns the optional mapping from output column type to Java built-in.
|
Constructor and Description |
---|
DBOutputTypeDesc(int sqlType,
String className,
DatabaseTypeBinding optionalBinding)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
DatabaseTypeBinding |
DatabaseTypeEnum.getBinding()
Returns the binding for this enumeration value for
reading the database result set and returning the right Java type.
|