org.h2gis.h2spatialapi
Interface Function

All Known Subinterfaces:
ScalarFunction
All Known Implementing Classes:
AbstractFunction, DeterministicScalarFunction

public interface Function

Main interface for SQL Functions services.

Author:
Nicolas Fortin

Field Summary
static String PROP_NAME
          SQL function name, take class name by default
static String PROP_REMARKS
          SQL Function description
 
Method Summary
 Object getProperty(String propertyName)
          Optional function properties
 

Field Detail

PROP_NAME

static final String PROP_NAME
SQL function name, take class name by default

See Also:
Constant Field Values

PROP_REMARKS

static final String PROP_REMARKS
SQL Function description

See Also:
Constant Field Values
Method Detail

getProperty

Object getProperty(String propertyName)
Optional function properties

Parameters:
propertyName -
Returns:
The value or null if not exists


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.