| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.driver.executor | |
| org.apache.shardingsphere.driver.jdbc.core.datasource.metadata | |
| org.apache.shardingsphere.driver.jdbc.core.statement |
| 构造器和说明 |
|---|
DriverExecutor(ShardingSphereConnection connection) |
| 构造器和说明 |
|---|
ShardingSphereDatabaseMetaData(ShardingSphereConnection connection) |
| 构造器和说明 |
|---|
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 © 2021 The Apache Software Foundation. All rights reserved.