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