public class SpatialMethodHelper extends Object
| Constructor and Description |
|---|
SpatialMethodHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.datanucleus.store.rdbms.sql.expression.BooleanExpression |
getBooleanExpression(org.datanucleus.store.rdbms.sql.SQLStatement stmt,
String funcName,
List funcArgs,
org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory exprFactory)
Convenience accessor for a boolean expression for a geometry expression.
|
static org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping |
getGeometryMapping(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.store.rdbms.sql.expression.SQLExpression expr)
Method to return the java type mapping to use for the geometry of the input expression.
|
public static org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping getGeometryMapping(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.store.rdbms.sql.expression.SQLExpression expr)
clr - ClassLoader resolverexpr - The expressionpublic static org.datanucleus.store.rdbms.sql.expression.BooleanExpression getBooleanExpression(org.datanucleus.store.rdbms.sql.SQLStatement stmt,
String funcName,
List funcArgs,
org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory exprFactory)
stmt - The statement that this is part offuncName - Function namefuncArgs - Args to the functionexprFactory - The expression factoryCopyright © 2015. All rights reserved.