Class Function
java.lang.Object
org.openjump.core.ui.plugin.queries.Function
Function
Definition of functions used in the QueryDialog
- Version:
- 0.2 (16 Oct 2005)
- Author:
- Michaël MICHAUD
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FunctiondoubleOptional function double argument (used for buffer)int[]Option function arguments (used for substring)static final Functionstatic Function[]Functions to be applied to Boolean attributes (currently not possible)static final Functionstatic final Functionstatic Function[]Functions to be applied to Date attributes (currently not possible)static final Functionstatic final Functionstatic final Functionstatic final Functionstatic Function[]Functions to be applied to Geometry attributesstatic final Functionstatic final Functionstatic final Functionstatic final Functionstatic final Functionstatic final Functionstatic Function[]Functions to be applied to numeric attributesstatic final Functionstatic final Functionstatic Function[]Functions to be applied to String attributesstatic final Functionstatic final FunctioncharReturned type : B=boolean, N=numeric, S=string, E=enumeration, G=geometricstatic final Function -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
public char typeReturned type : B=boolean, N=numeric, S=string, E=enumeration, G=geometric -
args
public int[] argsOption function arguments (used for substring) -
arg
public double argOptional function double argument (used for buffer) -
ISNULL
-
BNOF
-
DDAY
-
DYEA
-
DNOF
-
NNOF
-
SNOF
-
TRIM
-
SUBS
-
LENG
-
GNOF
-
AREA
-
NBPT
-
NBPA
-
BUFF
-
CENT
-
EMPT
-
SIMP
-
VALI
-
BOOLEAN_FUNCTIONS
Functions to be applied to Boolean attributes (currently not possible) -
DATE_FUNCTIONS
Functions to be applied to Date attributes (currently not possible) -
NUMERIC_FUNCTIONS
Functions to be applied to numeric attributes -
STRING_FUNCTIONS
Functions to be applied to String attributes -
GEOMETRIC_FUNCTIONS
Functions to be applied to Geometry attributes
-
-
Constructor Details
-
Function
-
Function
-
Function
-
-
Method Details
-
toString
-