| 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 |
|---|
QueryHeader(ResultSetMetaData resultSetMetaData,
LogicSchema logicSchema,
int columnIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptSchema
Encrypt schema.
|
class |
MasterSlaveSchema
Master-slave schema.
|
class |
ShardingSchema
Sharding schema.
|
class |
TransparentSchema
Transparent schema.
|
| Modifier and Type | Method and Description |
|---|---|
LogicSchema |
LogicSchemas.getLogicSchema(String schemaName)
Get logic schema.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.