public abstract class AbstractHintQueryExecutor<T extends HintCommand> extends Object implements HintCommandExecutor<T>
| 构造器和说明 |
|---|
AbstractHintQueryExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract org.apache.shardingsphere.core.merge.MergedResult |
createMergedResult() |
protected abstract List<QueryHeader> |
createQueryHeaders() |
BackendResponse |
execute(T command)
Execute hint command.
|
QueryData |
getQueryData()
Get query data.
|
boolean |
next()
Goto next result value.
|
public final BackendResponse execute(T command)
HintCommandExecutorexecute 在接口中 HintCommandExecutor<T extends HintCommand>command - hint commandprotected abstract List<QueryHeader> createQueryHeaders()
protected abstract org.apache.shardingsphere.core.merge.MergedResult createMergedResult()
public final boolean next()
throws SQLException
HintCommandExecutornext 在接口中 HintCommandExecutor<T extends HintCommand>SQLException - SQL exceptionpublic final QueryData getQueryData() throws SQLException
HintCommandExecutorgetQueryData 在接口中 HintCommandExecutor<T extends HintCommand>SQLException - SQL exceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.