public interface DDListener
| 限定符和类型 | 方法和说明 |
|---|---|
default ACTION.SWITCH |
afterAdd(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAdd(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAdd(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAdd(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAdd(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Table table,
Collection<Column> columns,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlter(JDBCRuntime runtime,
String random,
View view,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterAlterColumnException(JDBCRuntime runtime,
String random,
Table table,
Column column,
Exception exception)
修改列之后触发
触发之后如果返回true dao将再执行一次 alter column
一般在此事件中处理 发生类型转换时(JDBCRuntime runtime, String random, 如String to Number) 修改表内容
|
default ACTION.SWITCH |
afterAlterColumnException(JDBCRuntime runtime,
String random,
Table table,
Column column,
int rows,
Exception exception)
修改列之后触发
触发之后如果返回true dao将再执行一次 alter column
一般在此事件中处理 发生类型转换时(JDBCRuntime runtime, String random, 如String to Number) 修改表内容
|
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterCreate(JDBCRuntime runtime,
String random,
View view,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterDrop(JDBCRuntime runtime,
String random,
View view,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
afterRename(JDBCRuntime runtime,
String random,
View view,
List<Run> runs,
boolean result,
long millis) |
default ACTION.SWITCH |
beforeAdd(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs) |
default ACTION.SWITCH |
beforeAdd(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs) |
default ACTION.SWITCH |
beforeAdd(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs) |
default ACTION.SWITCH |
beforeAdd(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs) |
default ACTION.SWITCH |
beforeAdd(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Table table,
Collection<Column> columns) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs) |
default ACTION.SWITCH |
beforeAlter(JDBCRuntime runtime,
String random,
View view,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs) |
default ACTION.SWITCH |
beforeCreate(JDBCRuntime runtime,
String random,
View view,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs) |
default ACTION.SWITCH |
beforeDrop(JDBCRuntime runtime,
String random,
View view,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Column column,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Constraint constraint,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
ForeignKey foreign,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Function function,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Index index,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
MasterTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
PartitionTable table,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
PrimaryKey primary,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Procedure procedure,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Table table,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
Trigger trigger,
List<Run> runs) |
default ACTION.SWITCH |
beforeRename(JDBCRuntime runtime,
String random,
View view,
List<Run> runs) |
default ACTION.SWITCH |
parepareAlter(JDBCRuntime runtime,
String random,
Table table) |
default ACTION.SWITCH |
prepareAdd(JDBCRuntime runtime,
String random,
Column column)
准备添加列
|
default ACTION.SWITCH |
prepareAdd(JDBCRuntime runtime,
String random,
Constraint constraint)
创建constraint之前触发
|
default ACTION.SWITCH |
prepareAdd(JDBCRuntime runtime,
String random,
ForeignKey foreign)
创建 foreign 之前触发
|
default ACTION.SWITCH |
prepareAdd(JDBCRuntime runtime,
String random,
Index index)
创建 index 之前触发
|
default ACTION.SWITCH |
prepareAdd(JDBCRuntime runtime,
String random,
PrimaryKey primary)
创建 primary 之前触发
|
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
Column column) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
Constraint constraint) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
ForeignKey foreign) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
Function function) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
Index index) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
MasterTable table) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
PartitionTable table) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
PrimaryKey primary) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
Procedure procedure) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
Trigger trigger) |
default ACTION.SWITCH |
prepareAlter(JDBCRuntime runtime,
String random,
View view) |
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
Function function)
创建 function 之前触发
|
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
MasterTable table)
创建 MasterTable 之前调用
|
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
PartitionTable table)
创建 PartitionTable 之前调用
|
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
Procedure procedure)
创建procedure之前触发
|
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
Table table)
创建 table 之前触发
|
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
Trigger trigger)
创建 trigger 之前触发
|
default ACTION.SWITCH |
prepareCreate(JDBCRuntime runtime,
String random,
View view)
创建 view 之前调用
|
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Column column) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Constraint constraint) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
ForeignKey foreign) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Function function) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Index index) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
MasterTable table) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
PartitionTable table) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
PrimaryKey primary) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Procedure procedure) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Table table) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
Trigger trigger) |
default ACTION.SWITCH |
prepareDrop(JDBCRuntime runtime,
String random,
View view) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Column column) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Constraint constraint) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
ForeignKey foreign) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Function function) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Index index) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
MasterTable table) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
PartitionTable table) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
PrimaryKey primary) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Procedure procedure) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Table table) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
Trigger trigger) |
default ACTION.SWITCH |
prepareRename(JDBCRuntime runtime,
String random,
View view) |
default ACTION.SWITCH prepareAdd(JDBCRuntime runtime, String random, Column column)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等column - 列default ACTION.SWITCH beforeAdd(JDBCRuntime runtime, String random, Column column, List<Run> runs)
default ACTION.SWITCH afterAdd(JDBCRuntime runtime, String random, Column column, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, Column column)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Column column, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Column column, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH afterAlterColumnException(JDBCRuntime runtime, String random, Table table, Column column, Exception exception)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等table - 表column - 列exception - exceptiondefault ACTION.SWITCH afterAlterColumnException(JDBCRuntime runtime, String random, Table table, Column column, int rows, Exception exception)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等table - 表column - 列rows - rows 整个表中行数(JDBCRuntime runtime, String random, 超出ConfigTable.AFTER_ALTER_COLUMN_EXCEPTION_ACTION时调用)exception - exceptiondefault ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Column column)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Column column, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Column column, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Column column)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Column column, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Column column, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, Table table)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等table - 表default ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, Table table, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, Table table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH parepareAlter(JDBCRuntime runtime, String random, Table table)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Table table, List<Run> runs)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Table table, Collection<Column> columns)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Table table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Table table, Collection<Column> columns, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Table table)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Table table, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Table table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Table table)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Table table, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Table table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, View view)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等view - viewdefault ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, View view, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, View view, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, View view)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, View view, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, View view, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, View view)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, View view, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, View view, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, View view)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, View view, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, View view, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, MasterTable table)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等table - tabledefault ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, MasterTable table)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, MasterTable table)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, MasterTable table)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, MasterTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, PartitionTable table)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等table - tabledefault ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, PartitionTable table)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, PartitionTable table)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, PartitionTable table)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, PartitionTable table, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAdd(JDBCRuntime runtime, String random, Index index)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等index - indexdefault ACTION.SWITCH beforeAdd(JDBCRuntime runtime, String random, Index index, List<Run> runs)
default ACTION.SWITCH afterAdd(JDBCRuntime runtime, String random, Index index, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, Index index)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Index index, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Index index, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Index index)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Index index, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Index index, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Index index)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Index index, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Index index, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAdd(JDBCRuntime runtime, String random, PrimaryKey primary)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等primary - primarydefault ACTION.SWITCH beforeAdd(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs)
default ACTION.SWITCH afterAdd(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, PrimaryKey primary)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, PrimaryKey primary)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, PrimaryKey primary)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, PrimaryKey primary, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAdd(JDBCRuntime runtime, String random, ForeignKey foreign)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等foreign - foreigndefault ACTION.SWITCH beforeAdd(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs)
default ACTION.SWITCH afterAdd(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, ForeignKey foreign)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, ForeignKey foreign)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, ForeignKey foreign)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, ForeignKey foreign, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAdd(JDBCRuntime runtime, String random, Constraint constraint)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等constraint - constraintdefault ACTION.SWITCH beforeAdd(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs)
default ACTION.SWITCH afterAdd(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, Constraint constraint)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Constraint constraint)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Constraint constraint)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Constraint constraint, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, Procedure procedure)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等procedure - proceduredefault ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, Procedure procedure)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Procedure procedure)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Procedure procedure)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Procedure procedure, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, Function function)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等function - functiondefault ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, Function function, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, Function function, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, Function function)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Function function, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Function function, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Function function)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Function function, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Function function, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Function function)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Function function, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Function function, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareCreate(JDBCRuntime runtime, String random, Trigger trigger)
runtime - 包含数据源(key)、适配器、JDBCTemplate、daorandom - 用来标记同一组SQL、执行结构、参数等trigger - triggerdefault ACTION.SWITCH beforeCreate(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs)
default ACTION.SWITCH afterCreate(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareAlter(JDBCRuntime runtime, String random, Trigger trigger)
default ACTION.SWITCH beforeAlter(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs)
default ACTION.SWITCH afterAlter(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareDrop(JDBCRuntime runtime, String random, Trigger trigger)
default ACTION.SWITCH beforeDrop(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs)
default ACTION.SWITCH afterDrop(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs, boolean result, long millis)
default ACTION.SWITCH prepareRename(JDBCRuntime runtime, String random, Trigger trigger)
default ACTION.SWITCH beforeRename(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs)
default ACTION.SWITCH afterRename(JDBCRuntime runtime, String random, Trigger trigger, List<Run> runs, boolean result, long millis)
Copyright © 2023. All rights reserved.