Uses of Class
gudusoft.gsqlparser.dlineage.metadata.Table
Packages that use Table
-
Uses of Table in gudusoft.gsqlparser.dlineage.metadata
Methods in gudusoft.gsqlparser.dlineage.metadata that return types with arguments of type TableModifier and TypeMethodDescriptionDatabase.getOthers()Schema.getOthers()Database.getTables()Schema.getTables()Database.getViews()Schema.getViews()Methods in gudusoft.gsqlparser.dlineage.metadata with parameters of type TableModifier and TypeMethodDescriptionvoidDatabase.appendTable(Table table) voidSchema.appendTable(Table table) Method parameters in gudusoft.gsqlparser.dlineage.metadata with type arguments of type TableModifier and TypeMethodDescriptionvoidDatabase.appendOthers(List<Table> others) voidSchema.appendOthers(List<Table> others) voidDatabase.appendTables(List<Table> tables) voidSchema.appendTables(List<Table> tables) voidDatabase.appendViews(List<Table> views) voidSchema.appendViews(List<Table> views) voidvoidvoidvoidvoidvoid