| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage | |
| gudusoft.gsqlparser.dlineage.dataflow.model | |
| gudusoft.gsqlparser.dlineage.dataflow.sqlenv | |
| gudusoft.gsqlparser.dlineage.util |
| Modifier and Type | Method and Description |
|---|---|
protected List<SqlInfo> |
DataFlowAnalyzer.convertSQL(EDbVendor vendor,
String json) |
protected List<SqlInfo> |
ParallelDataFlowAnalyzer.convertSQL(EDbVendor vendor,
String json) |
Map<String,List<SqlInfo>> |
IDataFlowAnalyzer.getSqlInfos() |
Map<String,List<SqlInfo>> |
DataFlowAnalyzer.getSqlInfos() |
Map<String,List<SqlInfo>> |
ParallelDataFlowAnalyzer.getSqlInfos() |
| Constructor and Description |
|---|
DataFlowAnalyzer(SqlInfo[] sqlInfos,
EDbVendor dbVendor,
boolean simpleOutput) |
DataFlowAnalyzer(SqlInfo[] sqlInfos,
Option option) |
ParallelDataFlowAnalyzer(SqlInfo[] sqlInfos,
EDbVendor dbVendor,
boolean simpleOutput) |
ParallelDataFlowAnalyzer(SqlInfo[] sqlInfos,
Option option) |
| Modifier and Type | Method and Description |
|---|---|
static IndexedLinkedHashMap<String,List<SqlInfo>> |
ModelBindingManager.getGlobalSqlInfo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModelBindingManager.setGlobalSqlInfo(IndexedLinkedHashMap<String,List<SqlInfo>> sqlInfoMap) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlInfo> |
SQLEnvParser.getMetadataInfos() |
| Modifier and Type | Method and Description |
|---|---|
TSQLEnv[] |
SQLEnvParser.parseSQLEnv(EDbVendor vendor,
SqlInfo[] sqlInfos) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLEnvParser.setMetadataInfos(List<SqlInfo> metadataInfos) |
| Modifier and Type | Method and Description |
|---|---|
static SqlInfo[] |
DlineageUtil.convertSQL(File file,
String json) |
| Modifier and Type | Method and Description |
|---|---|
static String |
LeftMostTableUtility.generateLeftMostTableCsv(Option option,
SqlInfo[] sqlInfos,
TSQLEnv sqlenv,
EDbVendor vendor) |
static String |
LeftMostTableUtility.generateLeftMostTableCsv(Option option,
SqlInfo[] sqlInfos,
TSQLEnv sqlenv,
EDbVendor vendor,
String delimiter) |