类 AutoTableExecuteSqlLog
java.lang.Object
org.dromara.autotable.core.recordsql.AutoTableExecuteSqlLog
记录自动建表执行的SQL
- 作者:
- don
-
字段详细资料
-
entityClass
-
tableSchema
-
tableName
-
sqlStatement
-
version
-
executionTime
-
executionEndTime
-
-
构造器详细资料
-
AutoTableExecuteSqlLog
private AutoTableExecuteSqlLog()
-
-
方法详细资料
-
of
public static AutoTableExecuteSqlLog of(Class<?> entityClass, String tableSchema, String tableName, String sql, long executionTime, long executionEndTime)
-