public final class SQLExecuteCallbackFactory extends Object
| 构造器和说明 |
|---|
SQLExecuteCallbackFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SQLExecuteCallback<Boolean> |
getPreparedSQLExecuteCallback(DatabaseType databaseType,
boolean isExceptionThrown)
Get execute callback.
|
static SQLExecuteCallback<Integer> |
getPreparedUpdateSQLExecuteCallback(DatabaseType databaseType,
boolean isExceptionThrown)
Get update callback.
|
public static SQLExecuteCallback<Integer> getPreparedUpdateSQLExecuteCallback(DatabaseType databaseType, boolean isExceptionThrown)
databaseType - database typeisExceptionThrown - is exception thrownpublic static SQLExecuteCallback<Boolean> getPreparedSQLExecuteCallback(DatabaseType databaseType, boolean isExceptionThrown)
databaseType - database typeisExceptionThrown - is exception thrownCopyright © 2018. All rights reserved.