Uses of Class
org.aoju.bus.shade.screw.metadata.TableSchema
Packages that use TableSchema
-
Uses of TableSchema in org.aoju.bus.shade.screw.process
Methods in org.aoju.bus.shade.screw.process that return types with arguments of type TableSchemaModifier and TypeMethodDescriptionprotected List<TableSchema>AbstractProcess.filterTables(List<TableSchema> tables) 过滤表 存在指定生成和指定不生成,优先级为:如果指定生成,只会生成指定的表,未指定的不会生成,也不会处理忽略表Method parameters in org.aoju.bus.shade.screw.process with type arguments of type TableSchemaModifier and TypeMethodDescriptionprotected List<TableSchema>AbstractProcess.filterTables(List<TableSchema> tables) 过滤表 存在指定生成和指定不生成,优先级为:如果指定生成,只会生成指定的表,未指定的不会生成,也不会处理忽略表