public class IntegerRange
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
IntegerRange() |
| Modifier and Type | Method and Description |
|---|---|
static org.h2.value.ValueArray |
createArray(int begin,
int end)
Return an array of integers with a default step of 1.
|
static org.h2.value.ValueArray |
createArray(int begin,
int end,
int step)
Return an array of integers
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.h2.value.ValueArray createArray(int begin,
int end)
begin - from startend - to endpublic static org.h2.value.ValueArray createArray(int begin,
int end,
int step)
begin - from startend - to endstep - incrementCopyright © 2019 CNRS. All rights reserved.