private static class SqlJdbcFunctionCall.JdbcToInternalLookupTable extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static SqlJdbcFunctionCall.JdbcToInternalLookupTable |
INSTANCE
The
singleton
instance. |
private Map<String,SqlJdbcFunctionCall.MakeCall> |
map |
| Modifier | Constructor and Description |
|---|---|
private |
JdbcToInternalLookupTable() |
| Modifier and Type | Method and Description |
|---|---|
SqlJdbcFunctionCall.MakeCall |
lookup(String name)
Tries to lookup a given function name JDBC to an internal
representation.
|
private SqlJdbcFunctionCall.MakeCall |
simple(SqlOperator operator) |
static final SqlJdbcFunctionCall.JdbcToInternalLookupTable INSTANCE
singleton
instance.private final Map<String,SqlJdbcFunctionCall.MakeCall> map
private SqlJdbcFunctionCall.MakeCall simple(SqlOperator operator)
public SqlJdbcFunctionCall.MakeCall lookup(String name)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.