| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.builder.common |
| Modifier and Type | Method and Description |
|---|---|
DynamicSqlExtraction.Status |
DynamicSqlExtraction.getStatus() |
static DynamicSqlExtraction.Status |
DynamicSqlExtraction.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicSqlExtraction.Status[] |
DynamicSqlExtraction.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DynamicSqlExtraction(DynamicSqlExtraction.Status status,
String originalText,
String normalizedSql,
TStatementList stmts,
List<BoundObjectRef> objectRefs,
List<BoundRoutineRef> routineRefs,
Confidence confidence,
String reason,
String owningRoutineId,
SourceAnchor anchor) |