| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.binding |
| Modifier and Type | Method and Description |
|---|---|
BindingDiagnosticSeverity |
TSQLResolverConfig.getBindingSeverityFor(BindingDiagnosticCode code)
Resolve the configured severity for a diagnostic code.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BindingDiagnosticCode,BindingDiagnosticSeverity> |
TSQLResolverConfig.getBindingSeverityOverrides() |
| Modifier and Type | Method and Description |
|---|---|
TSQLResolverConfig |
TSQLResolverConfig.setBindingSeverityFor(BindingDiagnosticCode code,
BindingDiagnosticSeverity severity)
Override the severity emitted for a given binding diagnostic code.
|
| Modifier and Type | Method and Description |
|---|---|
BindingDiagnosticSeverity |
BindingDiagnosticCode.defaultSeverity() |
BindingDiagnosticSeverity |
BindingDiagnostic.severity() |
static BindingDiagnosticSeverity |
BindingDiagnosticSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingDiagnosticSeverity[] |
BindingDiagnosticSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BindingDiagnostic.Builder |
BindingDiagnostic.Builder.severity(BindingDiagnosticSeverity v) |