public class SqlOperatorTables extends Object
SqlOperatorTables.| Modifier and Type | Method and Description |
|---|---|
static SqlOperatorTable |
chain(Iterable<SqlOperatorTable> tables)
Creates a composite operator table.
|
static SqlOperatorTable |
chain(SqlOperatorTable... tables)
Creates a composite operator table from an array of tables.
|
static SqlOperatorTable |
of(Iterable<? extends SqlOperator> list)
Creates an operator table that contains an immutable list of operators.
|
static SqlOperatorTable |
of(SqlOperator... operators)
Creates an operator table that contains the given operator or
operators.
|
static SqlOperatorTable |
spatialInstance()
Returns the Spatial operator table, creating it if necessary.
|
public static SqlOperatorTable spatialInstance()
public static SqlOperatorTable chain(Iterable<SqlOperatorTable> tables)
public static SqlOperatorTable chain(SqlOperatorTable... tables)
public static SqlOperatorTable of(Iterable<? extends SqlOperator> list)
public static SqlOperatorTable of(SqlOperator... operators)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.