Uses of Class
gudusoft.gsqlparser.dlineage.dataflow.model.xml.table
Packages that use table
Package
Description
-
Uses of table in gudusoft.gsqlparser.dlineage.dataflow.model.xml
Methods in gudusoft.gsqlparser.dlineage.dataflow.model.xml that return types with arguments of type tableModifier and TypeMethodDescriptiondataflow.getAllTables(dataflow dataflow) dataflow.getDatabases()dataflow.getDatasources()dataflow.getPaths()dataflow.getResultsets()dataflow.getSchemas()dataflow.getSequences()dataflow.getStages()dataflow.getStreams()dataflow.getTables()dataflow.getVariables()dataflow.getViews()Method parameters in gudusoft.gsqlparser.dlineage.dataflow.model.xml with type arguments of type tableModifier and TypeMethodDescriptionvoiddataflow.setDatabases(List<table> databases) voiddataflow.setDatasources(List<table> datasources) voidvoiddataflow.setResultsets(List<table> resultsets) voiddataflow.setSchemas(List<table> schemas) voiddataflow.setSequences(List<table> sequences) voidvoiddataflow.setStreams(List<table> streams) voidvoiddataflow.setVariables(List<table> variables) void -
Uses of table in gudusoft.gsqlparser.dlineage.util
Methods in gudusoft.gsqlparser.dlineage.util that return types with arguments of type tableModifier and TypeMethodDescriptionDataflowUtility.getDataflowDbObjMap(dataflow dataflow) DataflowUtility.getDataflowDbObjNameMap(dataflow dataflow) Methods in gudusoft.gsqlparser.dlineage.util with parameters of type tableModifier and TypeMethodDescriptionstatic StringDlineageUtil.getIdentifierFunctionName(table function) static StringDlineageUtil.getQualifiedTableName(table table) static booleanTableFlowUtility.matchTableName(String tableNamePattern, table targetTable, boolean regex, EDbVendor vendor) -
Uses of table in gudusoft.gsqlparser.util
Methods in gudusoft.gsqlparser.util with parameters of type table