public class QueryResultInfo extends Object implements QueryResult
| 构造器和说明 |
|---|
QueryResultInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
executionTime() |
int |
getCode() |
DataModel |
getData() |
ExitType |
getExitType() |
static QueryResult |
of(ExitType exitType,
int exitCode,
DataModel dataModel,
long executionTime) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisExitpublic static QueryResult of(ExitType exitType, int exitCode, DataModel dataModel, long executionTime)
public ExitType getExitType()
getExitType 在接口中 QueryResultpublic int getCode()
getCode 在接口中 QueryResultpublic DataModel getData()
getData 在接口中 QueryResultpublic long executionTime()
executionTime 在接口中 QueryResultCopyright © 2020–2021. All rights reserved.