public abstract class AbstractStatementExecutor extends Object
| 构造器和说明 |
|---|
AbstractStatementExecutor(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
ShardingConnection shardingConnection) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
cacheStatements() |
void |
clear()
Clear data.
|
protected <T> List<T> |
executeCallback(SQLExecuteCallback<T> executeCallback)
To make sure SkyWalking will be available at the next release of ShardingSphere,
a new plugin should be provided to SkyWalking project if this API changed.
|
boolean |
isAccumulate()
is accumulate.
|
public AbstractStatementExecutor(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
ShardingConnection shardingConnection)
protected final void cacheStatements()
protected final <T> List<T> executeCallback(SQLExecuteCallback<T> executeCallback) throws SQLException
T - class type of return valueexecuteCallback - execute callbackSQLException - SQL exceptionpublic final boolean isAccumulate()
public void clear()
throws SQLException
SQLException - SQL exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.