Uses of Class
org.apache.drill.exec.proto.UserProtos.PreparedStatementHandle
Packages that use 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
Methods in org.apache.drill.exec.client with parameters of type UserProtos.PreparedStatementHandleModifier and TypeMethodDescriptionDrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle) Execute the given prepared statement and return the results.voidDrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle, UserResultsListener resultsListener) Execute the given prepared statement. -
Uses of UserProtos.PreparedStatementHandle in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.PreparedStatementHandleModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.PreparedStatementHandle> UserProtos.PreparedStatementHandle.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.PreparedStatementHandleModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.PreparedStatementHandleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.PreparedStatementHandle> UserProtos.PreparedStatementHandle.getParserForType()static com.google.protobuf.Parser<UserProtos.PreparedStatementHandle> UserProtos.PreparedStatementHandle.parser()SchemaUserProtos.PreparedStatementHandle.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.PreparedStatementHandleModifier and TypeMethodDescriptionbooleanSchemaUserProtos.PreparedStatementHandle.MessageSchema.isInitialized(UserProtos.PreparedStatementHandle message) voidSchemaUserProtos.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.voidSchemaUserProtos.PreparedStatementHandle.MessageSchema.writeTo(io.protostuff.Output output, UserProtos.PreparedStatementHandle message)