类 SQLiteDdlGenerator
java.lang.Object
com.baomidou.mybatisplus.extension.ddl.history.SQLiteDdlGenerator
- 所有已实现的接口:
IDdlGenerator
SQLite DDL 生成器
- 从以下版本开始:
- 2024-04-01
- 作者:
- 呆猫
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明ddl_history sqlbooleanexistTable(String databaseName, Function<String, Boolean> executeFunction) 表是否存在static IDdlGenerator从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.extension.ddl.history.IDdlGenerator
getDdlHistory, insertDdlHistory, selectDdlHistory
-
构造器详细资料
-
SQLiteDdlGenerator
public SQLiteDdlGenerator()
-
-
方法详细资料
-
newInstance
-
existTable
从接口复制的说明:IDdlGenerator表是否存在- 指定者:
existTable在接口中IDdlGenerator- 参数:
databaseName- 数据库名称executeFunction- 执行判断函数- 返回:
- exist or no
-
createDdlHistory
从接口复制的说明:IDdlGeneratorddl_history sql- 指定者:
createDdlHistory在接口中IDdlGenerator- 返回:
- SQL
-