public final class ShardingCTLShowBackendHandler extends Object implements TextProtocolBackendHandler
| Constructor and Description |
|---|
ShardingCTLShowBackendHandler(String sql,
BackendConnection backendConnection) |
| Modifier and Type | Method and Description |
|---|---|
BackendResponse |
execute()
Execute command.
|
QueryData |
getQueryData()
Get query data.
|
boolean |
next()
Goto next result value.
|
public ShardingCTLShowBackendHandler(String sql, BackendConnection backendConnection)
public BackendResponse execute()
TextProtocolBackendHandlerexecute in interface TextProtocolBackendHandlerpublic boolean next()
throws SQLException
TextProtocolBackendHandlernext in interface TextProtocolBackendHandlerSQLException - SQL exceptionpublic QueryData getQueryData() throws SQLException
TextProtocolBackendHandlergetQueryData in interface TextProtocolBackendHandlerSQLException - SQL exceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.