Uses of Class
org.apache.drill.exec.proto.UserProtos.CreatePreparedStatementResp
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.CreatePreparedStatementResp in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionDrillClient.createPreparedStatement
(String query) Create a prepared statement for given thequery
. -
Uses of UserProtos.CreatePreparedStatementResp in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.CreatePreparedStatementResp>
UserProtos.CreatePreparedStatementResp.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.CreatePreparedStatementResp.Builder.build()
UserProtos.CreatePreparedStatementResp.Builder.buildPartial()
UserProtos.CreatePreparedStatementResp.getDefaultInstance()
UserProtos.CreatePreparedStatementResp.Builder.getDefaultInstanceForType()
UserProtos.CreatePreparedStatementResp.getDefaultInstanceForType()
SchemaUserProtos.CreatePreparedStatementResp.MessageSchema.newMessage()
UserProtos.CreatePreparedStatementResp.parseDelimitedFrom
(InputStream input) UserProtos.CreatePreparedStatementResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementResp.parseFrom
(byte[] data) UserProtos.CreatePreparedStatementResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementResp.parseFrom
(com.google.protobuf.ByteString data) UserProtos.CreatePreparedStatementResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementResp.parseFrom
(com.google.protobuf.CodedInputStream input) UserProtos.CreatePreparedStatementResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementResp.parseFrom
(InputStream input) UserProtos.CreatePreparedStatementResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementResp.parseFrom
(ByteBuffer data) UserProtos.CreatePreparedStatementResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.CreatePreparedStatementResp>
UserProtos.CreatePreparedStatementResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.CreatePreparedStatementResp>
UserProtos.CreatePreparedStatementResp.parser()
SchemaUserProtos.CreatePreparedStatementResp.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.CreatePreparedStatementResp.MessageSchema.isInitialized
(UserProtos.CreatePreparedStatementResp message) void
SchemaUserProtos.CreatePreparedStatementResp.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.CreatePreparedStatementResp message) UserProtos.CreatePreparedStatementResp.Builder.mergeFrom
(UserProtos.CreatePreparedStatementResp other) UserProtos.CreatePreparedStatementResp.newBuilder
(UserProtos.CreatePreparedStatementResp prototype) void
SchemaUserProtos.CreatePreparedStatementResp.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.CreatePreparedStatementResp message)