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 result set.
|
com.google.protobuf.ByteString |
getParameterSchema()
If the query provided contained parameters, parameter_schema contains the
schema of the expected parameters.
|
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, hasOneofcom.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 result set. It should be an IPC-encapsulated Schema, as described in Schema.fbs. For some queries, the schema of the results may depend on the schema of the parameters. The server should provide its best guess as to the schema at this point. Clients must not assume that this schema, if provided, will be accurate.
bytes dataset_schema = 2;com.google.protobuf.ByteString getParameterSchema()
If the query provided contained parameters, parameter_schema contains the schema of the expected parameters. It should be an IPC-encapsulated Schema, as described in Schema.fbs.
bytes parameter_schema = 3;Copyright © 2024 The Apache Software Foundation. All rights reserved.