| Constructor and Description |
|---|
DriverExecutor(ShardingSphereConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStatementAdapter.handleExceptionInTransaction(ShardingSphereConnection connection,
org.apache.shardingsphere.mode.metadata.MetaDataContexts metaDataContexts) |
| Constructor and Description |
|---|
ShardingSphereDatabaseMetaData(ShardingSphereConnection connection) |
| Constructor and Description |
|---|
ShardingSpherePreparedStatement(ShardingSphereConnection connection,
String sql) |
ShardingSpherePreparedStatement(ShardingSphereConnection connection,
String sql,
int autoGeneratedKeys) |
ShardingSpherePreparedStatement(ShardingSphereConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency) |
ShardingSpherePreparedStatement(ShardingSphereConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
ShardingSphereStatement(ShardingSphereConnection connection) |
ShardingSphereStatement(ShardingSphereConnection connection,
int resultSetType,
int resultSetConcurrency) |
ShardingSphereStatement(ShardingSphereConnection connection,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.