public class MapValueMethod extends AbstractSQLMethod
clr, exprFactory, stmt| Constructor and Description |
|---|
MapValueMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected SQLExpression |
getAsJoin(MapExpression mapExpr)
Implementation of VALUE(map) using a join to the table representing the map, and returning the value.
|
protected SQLExpression |
getAsSubquery(MapExpression mapExpr)
Implementation of VALUE(map) using a subquery on the table representing the map, returning the value.
|
SQLExpression |
getExpression(SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
getMappingForClass, setStatementpublic SQLExpression getExpression(SQLExpression expr, List<SQLExpression> args)
SQLMethodexpr - The expression that it is invoked onargs - Arguments passed inprotected SQLExpression getAsJoin(MapExpression mapExpr)
mapExpr - The map expressionprotected SQLExpression getAsSubquery(MapExpression mapExpr)
mapExpr - The map expressionCopyright © 2017. All rights reserved.