Package xyz.block.ftl.query.v1
Interface ExecuteQueryRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ExecuteQueryRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDatabaseName()Name of the database to querystring database_name = 1;abstract ByteStringgetDatabaseNameBytes()Name of the database to querystring database_name = 1;abstract StringgetRawSql()string raw_sql = 2;abstract ByteStringgetRawSqlBytes()string raw_sql = 2;abstract intgetCommandTypeValue().xyz.block.ftl.query.v1.CommandType command_type = 3;abstract CommandTypegetCommandType().xyz.block.ftl.query.v1.CommandType command_type = 3;abstract StringgetParametersJson()JSON array of parameter values in orderstring parameters_json = 4;abstract ByteStringgetParametersJsonBytes()JSON array of parameter values in orderstring parameters_json = 4;abstract List<ResultColumn>getResultColumnsList()Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;abstract ResultColumngetResultColumns(int index)Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;abstract intgetResultColumnsCount()Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;abstract List<out ResultColumnOrBuilder>getResultColumnsOrBuilderList()Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;abstract ResultColumnOrBuildergetResultColumnsOrBuilder(int index)Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;abstract booleanhasTransactionId()optional string transaction_id = 6;abstract StringgetTransactionId()optional string transaction_id = 6;abstract ByteStringgetTransactionIdBytes()optional string transaction_id = 6;abstract booleanhasBatchSize()Default 100 if not setoptional int32 batch_size = 7;abstract intgetBatchSize()Default 100 if not setoptional int32 batch_size = 7;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDatabaseName
abstract String getDatabaseName()
Name of the database to querystring database_name = 1;- Returns:
The databaseName.
-
getDatabaseNameBytes
abstract ByteString getDatabaseNameBytes()
Name of the database to querystring database_name = 1;- Returns:
The bytes for databaseName.
-
getRawSqlBytes
abstract ByteString getRawSqlBytes()
string raw_sql = 2;- Returns:
The bytes for rawSql.
-
getCommandTypeValue
abstract int getCommandTypeValue()
.xyz.block.ftl.query.v1.CommandType command_type = 3;- Returns:
The enum numeric value on the wire for commandType.
-
getCommandType
abstract CommandType getCommandType()
.xyz.block.ftl.query.v1.CommandType command_type = 3;- Returns:
The commandType.
-
getParametersJson
abstract String getParametersJson()
JSON array of parameter values in orderstring parameters_json = 4;- Returns:
The parametersJson.
-
getParametersJsonBytes
abstract ByteString getParametersJsonBytes()
JSON array of parameter values in orderstring parameters_json = 4;- Returns:
The bytes for parametersJson.
-
getResultColumnsList
abstract List<ResultColumn> getResultColumnsList()
Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;
-
getResultColumns
abstract ResultColumn getResultColumns(int index)
Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;
-
getResultColumnsCount
abstract int getResultColumnsCount()
Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;
-
getResultColumnsOrBuilderList
abstract List<out ResultColumnOrBuilder> getResultColumnsOrBuilderList()
Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;
-
getResultColumnsOrBuilder
abstract ResultColumnOrBuilder getResultColumnsOrBuilder(int index)
Column names to scan for the result typerepeated .xyz.block.ftl.query.v1.ResultColumn result_columns = 5;
-
hasTransactionId
abstract boolean hasTransactionId()
optional string transaction_id = 6;- Returns:
Whether the transactionId field is set.
-
getTransactionId
abstract String getTransactionId()
optional string transaction_id = 6;- Returns:
The transactionId.
-
getTransactionIdBytes
abstract ByteString getTransactionIdBytes()
optional string transaction_id = 6;- Returns:
The bytes for transactionId.
-
hasBatchSize
abstract boolean hasBatchSize()
Default 100 if not setoptional int32 batch_size = 7;- Returns:
Whether the batchSize field is set.
-
getBatchSize
abstract int getBatchSize()
Default 100 if not setoptional int32 batch_size = 7;- Returns:
The batchSize.
-
-
-
-