类 RecordSqlDbHandler
java.lang.Object
org.dromara.autotable.core.recordsql.RecordSqlDbHandler
- 所有已实现的接口:
RecordSqlHandler
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static voidinitTable(Connection connection) private static voidinsertLog(String tableName, AutoTableExecuteSqlLog autoTableExecuteSqlLog, Connection connection) voidrecord(List<AutoTableExecuteSqlLog> autoTableExecuteSqlLogs) 记录sql
-
构造器详细资料
-
RecordSqlDbHandler
public RecordSqlDbHandler()
-
-
方法详细资料
-
record
从接口复制的说明:RecordSqlHandler记录sql- 指定者:
record在接口中RecordSqlHandler
-
insertLog
private static void insertLog(String tableName, AutoTableExecuteSqlLog autoTableExecuteSqlLog, Connection connection) throws SQLException - 抛出:
SQLException
-
initTable
- 抛出:
SQLException
-