public static interface FlightSql.ActionCreatePreparedStatementResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getDatasetSchema()
If a result set generating query was provided, dataset_schema contains the
schema of the dataset as described in Schema.fbs::Schema, it is serialized as an IPC message.
|
com.google.protobuf.ByteString |
getParameterSchema()
If the query provided contained parameters, parameter_schema contains the
schema of the expected parameters as described in Schema.fbs::Schema, it is serialized as an IPC message.
|
com.google.protobuf.ByteString |
getPreparedStatementHandle()
Opaque handle for the prepared statement on the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPreparedStatementHandle()
Opaque handle for the prepared statement on the server.
bytes prepared_statement_handle = 1;
com.google.protobuf.ByteString getDatasetSchema()
If a result set generating query was provided, dataset_schema contains the schema of the dataset as described in Schema.fbs::Schema, it is serialized as an IPC message.
bytes dataset_schema = 2;
com.google.protobuf.ByteString getParameterSchema()
If the query provided contained parameters, parameter_schema contains the schema of the expected parameters as described in Schema.fbs::Schema, it is serialized as an IPC message.
bytes parameter_schema = 3;
Copyright © 2023 The Apache Software Foundation. All rights reserved.