@FunctionalInterface public static interface SQLValueDeserializer.ValueProcessor
| Modifier and Type | Method and Description |
|---|---|
Object |
processValue(SQLExecutionContext context,
com.holonplatform.core.TypedExpression<?> expression,
Object value)
Process a value to be deserialized.
|
Object processValue(SQLExecutionContext context, com.holonplatform.core.TypedExpression<?> expression, Object value) throws SQLException
context - Execution contextexpression - Expression for which the deserialization is invokedvalue - Value to deserializeSQLException - If an error occurredCopyright © 2019 The Holon Platform. All rights reserved.