public final class TextProtocolBackendHandlerFactory extends Object
| Constructor and Description |
|---|
TextProtocolBackendHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static TextProtocolBackendHandler |
newInstance(org.apache.shardingsphere.spi.database.DatabaseType databaseType,
String sql,
BackendConnection backendConnection)
Create new instance of text protocol backend handler.
|
public static TextProtocolBackendHandler newInstance(org.apache.shardingsphere.spi.database.DatabaseType databaseType, String sql, BackendConnection backendConnection)
databaseType - database typesql - SQL to be executedbackendConnection - backend connectionCopyright © 2019 The Apache Software Foundation. All rights reserved.