| 限定符和类型 | 方法和说明 |
|---|---|
DatabaseCommunicationEngine |
DatabaseCommunicationEngineFactory.newBinaryProtocolInstance(LogicSchema logicSchema,
String sql,
List<Object> parameters,
BackendConnection backendConnection)
Create new instance of text protocol backend handler.
|
DatabaseCommunicationEngine |
DatabaseCommunicationEngineFactory.newTextProtocolInstance(LogicSchema logicSchema,
String sql,
BackendConnection backendConnection)
Create new instance of text protocol backend handler.
|
| 构造器和说明 |
|---|
BackendTransactionManager(BackendConnection backendConnection) |
| 构造器和说明 |
|---|
JDBCExecuteEngine(BackendConnection backendConnection,
JDBCExecutorWrapper jdbcExecutorWrapper) |
| 构造器和说明 |
|---|
ProxySQLExecuteCallback(BackendConnection backendConnection,
JDBCExecutorWrapper jdbcExecutorWrapper,
org.apache.shardingsphere.core.preprocessor.statement.SQLStatementContext sqlStatementContext,
boolean isExceptionThrown,
boolean isReturnGeneratedKeys,
boolean fetchMetaData) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TextProtocolBackendHandler |
TextProtocolBackendHandlerFactory.newInstance(org.apache.shardingsphere.spi.database.DatabaseType databaseType,
String sql,
BackendConnection backendConnection)
Create new instance of text protocol backend handler.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TextProtocolBackendHandler |
ShardingCTLBackendHandlerFactory.newInstance(String sql,
BackendConnection backendConnection)
Create new instance of sharding CTL backend handler.
|
| 构造器和说明 |
|---|
ShardingCTLHintBackendHandler(String sql,
BackendConnection backendConnection) |
| 限定符和类型 | 方法和说明 |
|---|---|
static HintCommandExecutor |
HintCommandExecutorFactory.newInstance(HintCommand hintCommand,
BackendConnection backendConnection,
String sql)
Create hint command executor instance.
|
| 构造器和说明 |
|---|
ShardingCTLSetBackendHandler(String sql,
BackendConnection backendConnection) |
| 构造器和说明 |
|---|
ShardingCTLShowBackendHandler(String sql,
BackendConnection backendConnection) |
| 构造器和说明 |
|---|
TransactionBackendHandler(org.apache.shardingsphere.transaction.core.TransactionOperationType operationType,
BackendConnection backendConnection) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.