Package | Description |
---|---|
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.clear() |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.clearQuery()
The SQL syntax.
|
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.clearTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
|
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.clone() |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.mergeFrom(FlightSql.CommandStatementQuery other) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.mergeFrom(com.google.protobuf.Message other) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.newBuilder() |
static FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.newBuilder(FlightSql.CommandStatementQuery prototype) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.newBuilderForType() |
protected FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.setQuery(String value)
The SQL syntax.
|
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.setQueryBytes(com.google.protobuf.ByteString value)
The SQL syntax.
|
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.setTransactionId(com.google.protobuf.ByteString value)
Include the query as part of this transaction (if unset, the query is auto-committed).
|
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlightSql.CommandStatementQuery.Builder |
FlightSql.CommandStatementQuery.toBuilder() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.