| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlMonikerType |
SqlIdentifierMoniker.getType() |
SqlMonikerType |
SqlMoniker.getType()
Returns the type of object referred to by this moniker.
|
SqlMonikerType |
SqlMonikerImpl.getType() |
static SqlMonikerType |
SqlMonikerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMonikerType[] |
SqlMonikerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlMonikerImpl(List<String> names,
SqlMonikerType type)
Creates a moniker with an array of names.
|
SqlMonikerImpl(String name,
SqlMonikerType type)
Creates a moniker with a single name.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.