| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.binding |
| Modifier and Type | Method and Description |
|---|---|
static ColumnAuthority |
BindingMetadataAuthority.lookup(INamespace namespace,
String columnName)
Return the column-authority verdict for a
columnName against
namespace. |
static ColumnAuthority |
BindingMetadataAuthority.lookupOutputSchema(INamespace namespace,
String columnName)
Same verdict as
BindingMetadataAuthority.lookup(gudusoft.gsqlparser.resolver2.namespace.INamespace, java.lang.String), but asked against the namespace's
OUTPUT SCHEMA (INamespace.hasAuthoritativeOutputColumn(java.lang.String)) rather than
its lookup-time INamespace.hasColumn(java.lang.String) view. |
static ColumnAuthority |
ColumnAuthority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnAuthority[] |
ColumnAuthority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|