| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.binding |
| Modifier and Type | Method and Description |
|---|---|
Map<BindingDiagnosticCode,BindingDiagnosticSeverity> |
TSQLResolverConfig.getBindingSeverityOverrides() |
| Modifier and Type | Method and Description |
|---|---|
BindingDiagnosticSeverity |
TSQLResolverConfig.getBindingSeverityFor(BindingDiagnosticCode code)
Resolve the configured severity for a diagnostic code.
|
TSQLResolverConfig |
TSQLResolverConfig.setBindingSeverityFor(BindingDiagnosticCode code,
BindingDiagnosticSeverity severity)
Override the severity emitted for a given binding diagnostic code.
|
| Modifier and Type | Method and Description |
|---|---|
BindingDiagnosticCode |
BindingDiagnostic.code() |
static BindingDiagnosticCode |
BindingDiagnosticCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingDiagnosticCode[] |
BindingDiagnosticCode.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.code(BindingDiagnosticCode v) |
List<BindingDiagnostic> |
BindingResult.getDiagnosticsForCode(BindingDiagnosticCode code) |