| Modifier and Type | Method and Description |
|---|---|
ShardingSphereConnection |
ShardingSphereDataSource.getConnection() |
ShardingSphereConnection |
ShardingSphereDataSource.getConnection(String username,
String password) |
| 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 © 2021 The Apache Software Foundation. All rights reserved.