Uses of Class
org.apache.drill.exec.proto.UserProtos.PreparedStatementHandle
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.PreparedStatementHandle in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionDrillClient.executePreparedStatement
(UserProtos.PreparedStatementHandle preparedStatementHandle) Execute the given prepared statement and return the results.void
DrillClient.executePreparedStatement
(UserProtos.PreparedStatementHandle preparedStatementHandle, UserResultsListener resultsListener) Execute the given prepared statement. -
Uses of UserProtos.PreparedStatementHandle in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.PreparedStatementHandle>
UserProtos.PreparedStatementHandle.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.PreparedStatementHandle.Builder.build()
UserProtos.PreparedStatementHandle.Builder.buildPartial()
UserProtos.PreparedStatementHandle.getDefaultInstance()
UserProtos.PreparedStatementHandle.Builder.getDefaultInstanceForType()
UserProtos.PreparedStatementHandle.getDefaultInstanceForType()
UserProtos.RunQuery.Builder.getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.UserProtos.RunQuery.getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.UserProtos.RunQueryOrBuilder.getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.UserProtos.PreparedStatement.Builder.getServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatement.getServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatementOrBuilder.getServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.SchemaUserProtos.PreparedStatementHandle.MessageSchema.newMessage()
UserProtos.PreparedStatementHandle.parseDelimitedFrom
(InputStream input) UserProtos.PreparedStatementHandle.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.PreparedStatementHandle.parseFrom
(byte[] data) UserProtos.PreparedStatementHandle.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.PreparedStatementHandle.parseFrom
(com.google.protobuf.ByteString data) UserProtos.PreparedStatementHandle.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.PreparedStatementHandle.parseFrom
(com.google.protobuf.CodedInputStream input) UserProtos.PreparedStatementHandle.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.PreparedStatementHandle.parseFrom
(InputStream input) UserProtos.PreparedStatementHandle.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.PreparedStatementHandle.parseFrom
(ByteBuffer data) UserProtos.PreparedStatementHandle.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.PreparedStatementHandle>
UserProtos.PreparedStatementHandle.getParserForType()
static com.google.protobuf.Parser<UserProtos.PreparedStatementHandle>
UserProtos.PreparedStatementHandle.parser()
SchemaUserProtos.PreparedStatementHandle.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.PreparedStatementHandle.MessageSchema.isInitialized
(UserProtos.PreparedStatementHandle message) void
SchemaUserProtos.PreparedStatementHandle.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.PreparedStatementHandle message) UserProtos.PreparedStatementHandle.Builder.mergeFrom
(UserProtos.PreparedStatementHandle other) UserProtos.RunQuery.Builder.mergePreparedStatementHandle
(UserProtos.PreparedStatementHandle value) Input for query type PREPARED_STATEMENT.UserProtos.PreparedStatement.Builder.mergeServerHandle
(UserProtos.PreparedStatementHandle value) In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatementHandle.newBuilder
(UserProtos.PreparedStatementHandle prototype) UserProtos.RunQuery.Builder.setPreparedStatementHandle
(UserProtos.PreparedStatementHandle value) Input for query type PREPARED_STATEMENT.UserProtos.PreparedStatement.Builder.setServerHandle
(UserProtos.PreparedStatementHandle value) In order to execute the prepared statement, clients need to submit this object in RunQuery message.void
SchemaUserProtos.PreparedStatementHandle.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.PreparedStatementHandle message)