Package com.ocient.jdbc.proto
Interface ClientWireProtocol.CancelQueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.CancelQuery,ClientWireProtocol.CancelQuery.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.CancelQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetSql()This is the UUID of the query in string form (e.g.com.google.protobuf.ByteStringgetSqlBytes()This is the UUID of the query in string form (e.g.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSql
String getSql()This is the UUID of the query in string form (e.g. 123e4567-e89b-12d3-a456-426655440000)
string sql = 1;- Returns:
- The sql.
-
getSqlBytes
com.google.protobuf.ByteString getSqlBytes()This is the UUID of the query in string form (e.g. 123e4567-e89b-12d3-a456-426655440000)
string sql = 1;- Returns:
- The bytes for sql.
-