Package org.apache.drill.exec.proto
Interface UserProtos.PreparedStatementHandleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.PreparedStatementHandle
,UserProtos.PreparedStatementHandle.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.PreparedStatementHandleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
optional bytes server_info = 1;
boolean
optional bytes server_info = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasServerInfo
boolean hasServerInfo()optional bytes server_info = 1;
- Returns:
- Whether the serverInfo field is set.
-
getServerInfo
com.google.protobuf.ByteString getServerInfo()optional bytes server_info = 1;
- Returns:
- The serverInfo.
-