public class HANASpatialFunction
extends org.hibernate.dialect.function.StandardSQLFunction
| Constructor and Description |
|---|
HANASpatialFunction(String name,
boolean firstArgumentIsGeometryType) |
HANASpatialFunction(String name,
boolean firstArgumentIsGeometryType,
boolean staticFunction) |
HANASpatialFunction(String name,
org.hibernate.type.Type registeredType,
boolean firstArgumentIsGeometryType) |
HANASpatialFunction(String name,
org.hibernate.type.Type registeredType,
boolean[] argumentIsGeometryTypeMask) |
HANASpatialFunction(String name,
org.hibernate.type.Type registeredType,
boolean firstArgumentIsGeometryType,
boolean staticFunction) |
| Modifier and Type | Method and Description |
|---|---|
String |
render(org.hibernate.type.Type firstArgumentType,
List arguments,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) |
public HANASpatialFunction(String name, boolean firstArgumentIsGeometryType)
public HANASpatialFunction(String name, boolean firstArgumentIsGeometryType, boolean staticFunction)
public HANASpatialFunction(String name, org.hibernate.type.Type registeredType, boolean firstArgumentIsGeometryType)
public HANASpatialFunction(String name, org.hibernate.type.Type registeredType, boolean[] argumentIsGeometryTypeMask)
public HANASpatialFunction(String name, org.hibernate.type.Type registeredType, boolean firstArgumentIsGeometryType, boolean staticFunction)
public String render(org.hibernate.type.Type firstArgumentType, List arguments, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
render in interface org.hibernate.dialect.function.SQLFunctionrender in class org.hibernate.dialect.function.StandardSQLFunctionCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.