Uses of Class
gudusoft.gsqlparser.dlineage.dataflow.model.SqlInfo
Packages that use SqlInfo
Package
Description
-
Uses of SqlInfo in gudusoft.gsqlparser.dlineage
Methods in gudusoft.gsqlparser.dlineage that return types with arguments of type SqlInfoModifier and TypeMethodDescriptionDataFlowAnalyzer.convertSQL(EDbVendor vendor, String json) ParallelDataFlowAnalyzer.convertSQL(EDbVendor vendor, String json) DataFlowAnalyzer.getSqlInfos()IDataFlowAnalyzer.getSqlInfos()ParallelDataFlowAnalyzer.getSqlInfos()Constructors in gudusoft.gsqlparser.dlineage with parameters of type SqlInfoModifierConstructorDescriptionDataFlowAnalyzer(SqlInfo[] sqlInfos, Option option) DataFlowAnalyzer(SqlInfo[] sqlInfos, EDbVendor dbVendor, boolean simpleOutput) ParallelDataFlowAnalyzer(SqlInfo[] sqlInfos, Option option) ParallelDataFlowAnalyzer(SqlInfo[] sqlInfos, EDbVendor dbVendor, boolean simpleOutput) -
Uses of SqlInfo in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return types with arguments of type SqlInfoModifier and TypeMethodDescriptionstatic IndexedLinkedHashMap<String,List<SqlInfo>> ModelBindingManager.getGlobalSqlInfo()Method parameters in gudusoft.gsqlparser.dlineage.dataflow.model with type arguments of type SqlInfoModifier and TypeMethodDescriptionstatic voidModelBindingManager.setGlobalSqlInfo(IndexedLinkedHashMap<String, List<SqlInfo>> sqlInfoMap) -
Uses of SqlInfo in gudusoft.gsqlparser.dlineage.dataflow.sqlenv
Methods in gudusoft.gsqlparser.dlineage.dataflow.sqlenv that return types with arguments of type SqlInfoMethods in gudusoft.gsqlparser.dlineage.dataflow.sqlenv with parameters of type SqlInfoModifier and TypeMethodDescriptionTSQLEnv[]SQLEnvParser.parseSQLEnv(EDbVendor vendor, SqlInfo[] sqlInfos) Method parameters in gudusoft.gsqlparser.dlineage.dataflow.sqlenv with type arguments of type SqlInfoModifier and TypeMethodDescriptionvoidSQLEnvParser.setMetadataInfos(List<SqlInfo> metadataInfos) -
Uses of SqlInfo in gudusoft.gsqlparser.dlineage.util
Methods in gudusoft.gsqlparser.dlineage.util that return SqlInfoModifier and TypeMethodDescriptionstatic SqlInfo[]DlineageUtil.convertSQL(File file, String json) Methods in gudusoft.gsqlparser.dlineage.util with parameters of type SqlInfoModifier and TypeMethodDescriptionstatic StringLeftMostTableUtility.generateLeftMostTableCsv(Option option, SqlInfo[] sqlInfos, TSQLEnv sqlenv, EDbVendor vendor) static StringLeftMostTableUtility.generateLeftMostTableCsv(Option option, SqlInfo[] sqlInfos, TSQLEnv sqlenv, EDbVendor vendor, String delimiter)