public interface HintCommandExecutor<T extends HintCommand>
| 限定符和类型 | 方法和说明 |
|---|---|
BackendResponse |
execute(T hintCommand)
Execute hint command.
|
QueryData |
getQueryData()
Get query data.
|
boolean |
next()
Goto next result value.
|
BackendResponse execute(T hintCommand)
hintCommand - hint commandboolean next()
throws SQLException
SQLException - SQL exceptionQueryData getQueryData() throws SQLException
SQLException - SQL exceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.