| Package | Description |
|---|---|
| gudusoft.gsqlparser.catalog.diagnostic |
| Modifier and Type | Method and Description |
|---|---|
CatalogDiagnosticSeverity |
CatalogDiagnostic.severity() |
static CatalogDiagnosticSeverity |
CatalogDiagnosticSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogDiagnosticSeverity[] |
CatalogDiagnosticSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CatalogDiagnostic |
CatalogDiagnostic.of(CatalogDiagnosticSeverity severity,
CatalogDiagnosticCode code,
String message)
Convenience: build a diagnostic from severity + code + message only.
|
CatalogDiagnostic.Builder |
CatalogDiagnostic.Builder.severity(CatalogDiagnosticSeverity v) |