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