| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
PipelinedSourceRef.SourceKind |
PipelinedSourceRef.getSourceKind() |
static PipelinedSourceRef.SourceKind |
PipelinedSourceRef.SourceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelinedSourceRef.SourceKind[] |
PipelinedSourceRef.SourceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelinedSourceRef.setSourceKind(PipelinedSourceRef.SourceKind sourceKind) |
| Constructor and Description |
|---|
PipelinedSourceRef(String parentName,
String columnName,
PipelinedSourceRef.SourceKind sourceKind) |