Package org.apache.drill.exec.proto
Interface ExecProtos.ServerPreparedStatementStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecProtos.ServerPreparedStatementState,ExecProtos.ServerPreparedStatementState.Builder
- Enclosing class:
ExecProtos
public static interface ExecProtos.ServerPreparedStatementStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string sql_query = 1;com.google.protobuf.ByteStringoptional string sql_query = 1;booleanoptional string sql_query = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSqlQuery
boolean hasSqlQuery()optional string sql_query = 1;- Returns:
- Whether the sqlQuery field is set.
-
getSqlQuery
String getSqlQuery()optional string sql_query = 1;- Returns:
- The sqlQuery.
-
getSqlQueryBytes
com.google.protobuf.ByteString getSqlQueryBytes()optional string sql_query = 1;- Returns:
- The bytes for sqlQuery.
-