public class QueryRequest extends RequestOrResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryRequest.ClientInfo |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COMPLETE_STAGE |
| 构造器和说明 |
|---|
QueryRequest(String queryId,
QueryRequest.ClientInfo clientInfo,
int stage,
boolean compression,
String queryString) |
QueryRequest(String queryId,
QueryRequest.ClientInfo clientInfo,
int stage,
boolean compression,
String queryString,
Map<SettingKey,Object> settings) |
public static final int COMPLETE_STAGE
public QueryRequest(String queryId, QueryRequest.ClientInfo clientInfo, int stage, boolean compression, String queryString)
public QueryRequest(String queryId, QueryRequest.ClientInfo clientInfo, int stage, boolean compression, String queryString, Map<SettingKey,Object> settings)
public void writeImpl(BinarySerializer serializer) throws IOException, SQLException
writeImpl 在类中 RequestOrResponseIOExceptionSQLExceptionCopyright © 2020. All rights reserved.