public interface KillOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getConnID()
optional uint64 connID = 1 [(.gogoproto.nullable) = false]; |
boolean |
getQuery()
Query indicates whether terminate a single query on this connection or the whole connection.
|
boolean |
hasConnID()
optional uint64 connID = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasQuery()
Query indicates whether terminate a single query on this connection or the whole connection.
|
boolean hasConnID()
optional uint64 connID = 1 [(.gogoproto.nullable) = false];long getConnID()
optional uint64 connID = 1 [(.gogoproto.nullable) = false];boolean hasQuery()
Query indicates whether terminate a single query on this connection or the whole connection. If Query is true, terminates the statement the connection is currently executing, but leaves the connection itself intact. If Query is false, terminates the connection associated with the given ConnectionID, after terminating any statement the connection is executing. See https://dev.mysql.com/doc/refman/8.0/en/kill.html.
optional bool query = 2 [(.gogoproto.nullable) = false];boolean getQuery()
Query indicates whether terminate a single query on this connection or the whole connection. If Query is true, terminates the statement the connection is currently executing, but leaves the connection itself intact. If Query is false, terminates the connection associated with the given ConnectionID, after terminating any statement the connection is executing. See https://dev.mysql.com/doc/refman/8.0/en/kill.html.
optional bool query = 2 [(.gogoproto.nullable) = false];Copyright © 2022 PingCAP. All rights reserved.