| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
BackendTransactionManager(BackendConnection backendConnection) |
| Constructor and Description |
|---|
JDBCExecuteEngine(BackendConnection backendConnection,
JDBCExecutorWrapper jdbcExecutorWrapper) |
| Constructor and Description |
|---|
ProxySQLExecuteCallback(BackendConnection backendConnection,
JDBCExecutorWrapper jdbcExecutorWrapper,
boolean isExceptionThrown,
boolean isReturnGeneratedKeys,
boolean fetchMetaData) |
| Modifier and Type | Method and Description |
|---|---|
static TextProtocolBackendHandler |
TextProtocolBackendHandlerFactory.newInstance(String sql,
BackendConnection backendConnection)
Create new instance of text protocol backend handler.
|
| Modifier and Type | Method and Description |
|---|---|
static TextProtocolBackendHandler |
ShardingCTLBackendHandlerFactory.newInstance(String sql,
BackendConnection backendConnection)
Create new instance of sharding CTL backend handler.
|
| Constructor and Description |
|---|
ShardingCTLSetBackendHandler(String sql,
BackendConnection backendConnection) |
| Constructor and Description |
|---|
ShardingCTLShowBackendHandler(String sql,
BackendConnection backendConnection) |
| Constructor and Description |
|---|
TransactionBackendHandler(org.apache.shardingsphere.transaction.core.TransactionOperationType operationType,
BackendConnection backendConnection) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.