Uses of Class
cool.scx.jdbc.JDBCContext
Packages that use JDBCContext
-
Uses of JDBCContext in cool.scx.jdbc
Methods in cool.scx.jdbc with parameters of type JDBCContextModifier and TypeMethodDescriptionstatic booleanSchemaHelper.checkNeedFixTable(Table tableInfo, JDBCContext jdbcContext) 检查是否需要修复表static voidSchemaHelper.fixTable(Table tableInfo, JDBCContext jdbcContext) 和当前数据中同名表进行比对 进行修复 (若表不存在则创建,若存在则只添加不存在的列) -
Uses of JDBCContext in cool.scx.jdbc.sql
Constructors in cool.scx.jdbc.sql with parameters of type JDBCContext