public static interface FlightSql.ActionBeginSavepointRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name for the savepoint.
|
com.google.protobuf.ByteString |
getNameBytes()
Name for the savepoint.
|
com.google.protobuf.ByteString |
getTransactionId()
The transaction to which a savepoint belongs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getTransactionId()
The transaction to which a savepoint belongs.
bytes transaction_id = 1;String getName()
Name for the savepoint.
string name = 2;com.google.protobuf.ByteString getNameBytes()
Name for the savepoint.
string name = 2;Copyright © 2024 The Apache Software Foundation. All rights reserved.