Package org.apache.calcite.avatica.proto
Interface Requests.PrepareAndExecuteBatchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.PrepareAndExecuteBatchRequest,Requests.PrepareAndExecuteBatchRequest.Builder
- Enclosing class:
- Requests
public static interface Requests.PrepareAndExecuteBatchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConnectionId()string connection_id = 1;com.google.protobuf.ByteStringgetConnectionIdBytes()string connection_id = 1;java.lang.StringgetSqlCommands(int index)repeated string sql_commands = 3;com.google.protobuf.ByteStringgetSqlCommandsBytes(int index)repeated string sql_commands = 3;intgetSqlCommandsCount()repeated string sql_commands = 3;java.util.List<java.lang.String>getSqlCommandsList()repeated string sql_commands = 3;intgetStatementId()uint32 statement_id = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnectionId
java.lang.String getConnectionId()
string connection_id = 1;
-
getConnectionIdBytes
com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;
-
getStatementId
int getStatementId()
uint32 statement_id = 2;
-
getSqlCommandsList
java.util.List<java.lang.String> getSqlCommandsList()
repeated string sql_commands = 3;
-
getSqlCommandsCount
int getSqlCommandsCount()
repeated string sql_commands = 3;
-
getSqlCommands
java.lang.String getSqlCommands(int index)
repeated string sql_commands = 3;
-
getSqlCommandsBytes
com.google.protobuf.ByteString getSqlCommandsBytes(int index)
repeated string sql_commands = 3;
-
-