public final class SQLExecuteCallbackFactory extends Object
| Constructor and Description |
|---|
SQLExecuteCallbackFactory() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020 The Apache Software Foundation. All rights reserved.