public abstract class AbstractStatementExecutor extends Object
| Constructor and Description |
|---|
AbstractStatementExecutor(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
ShardingConnection shardingConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cacheStatements() |
void |
clear()
Clear data.
|
protected <T> List<T> |
executeCallback(org.apache.shardingsphere.core.execute.sql.execute.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.
|
protected boolean |
isAccumulate() |
public AbstractStatementExecutor(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
ShardingConnection shardingConnection)
protected final void cacheStatements()
protected final <T> List<T> executeCallback(org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback<T> executeCallback) throws SQLException
SQLExceptionprotected final boolean isAccumulate()
public void clear()
throws SQLException
SQLException - sql exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.