接口的使用
net.sohelp.boot.engine.db.table.script.interfaces.TableScriptInterface
使用TableScriptInterface的程序包
程序包
说明
-
net.sohelp.boot.engine.db.table.script中TableScriptInterface的使用
修饰符和类型方法说明TableScriptFactory.instance()获取默认数据源的表结构脚本实例 使用"default"作为默认数据源名称调用instance方法获取表结构脚本实例 根据数据源名称获取对应的数据库类型,并创建相应的表脚本生成器实例 -
net.sohelp.boot.engine.db.table.script.mssql中TableScriptInterface的使用
-
net.sohelp.boot.engine.db.table.script.mysql中TableScriptInterface的使用