SqlLibraryOperatorTableFactory.getOperatorTable(SqlLibrary...)
instead, passing SqlLibrary.ORACLE as argument.@Deprecated public class OracleSqlOperatorTable extends ReflectiveSqlOperatorTable
| Modifier and Type | Field and Description |
|---|---|
static SqlFunction |
DECODE
Deprecated.
|
static SqlFunction |
GREATEST
Deprecated.
|
static SqlFunction |
LEAST
Deprecated.
|
static SqlFunction |
LTRIM
Deprecated.
|
static SqlFunction |
NVL
Deprecated.
|
static SqlFunction |
RTRIM
Deprecated.
|
static SqlFunction |
SUBSTR
Deprecated.
|
static SqlFunction |
TRANSLATE3
Deprecated.
|
IS_NAME| Constructor and Description |
|---|
OracleSqlOperatorTable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OracleSqlOperatorTable |
instance()
Deprecated.
Returns the Oracle operator table, creating it if necessary.
|
getOperatorList, init, lookupOperatorOverloads, register@Deprecated public static final SqlFunction DECODE
@Deprecated public static final SqlFunction NVL
@Deprecated public static final SqlFunction LTRIM
@Deprecated public static final SqlFunction RTRIM
@Deprecated public static final SqlFunction SUBSTR
@Deprecated public static final SqlFunction GREATEST
@Deprecated public static final SqlFunction LEAST
@Deprecated public static final SqlFunction TRANSLATE3
public static OracleSqlOperatorTable instance()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.