Interface UserProtos.PreparedStatementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.PreparedStatement, UserProtos.PreparedStatement.Builder
Enclosing class:
UserProtos

public static interface UserProtos.PreparedStatementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getColumnsList

      repeated .exec.user.ResultColumnMetadata columns = 1;
    • getColumns

      UserProtos.ResultColumnMetadata getColumns(int index)
      repeated .exec.user.ResultColumnMetadata columns = 1;
    • getColumnsCount

      int getColumnsCount()
      repeated .exec.user.ResultColumnMetadata columns = 1;
    • getColumnsOrBuilderList

      List<? extends UserProtos.ResultColumnMetadataOrBuilder> getColumnsOrBuilderList()
      repeated .exec.user.ResultColumnMetadata columns = 1;
    • getColumnsOrBuilder

      UserProtos.ResultColumnMetadataOrBuilder getColumnsOrBuilder(int index)
      repeated .exec.user.ResultColumnMetadata columns = 1;
    • hasServerHandle

      boolean hasServerHandle()
       In order to execute the prepared statement,
       clients need to submit this object in RunQuery message.
       
      optional .exec.user.PreparedStatementHandle server_handle = 2;
      Returns:
      Whether the serverHandle field is set.
    • getServerHandle

       In order to execute the prepared statement,
       clients need to submit this object in RunQuery message.
       
      optional .exec.user.PreparedStatementHandle server_handle = 2;
      Returns:
      The serverHandle.
    • getServerHandleOrBuilder

       In order to execute the prepared statement,
       clients need to submit this object in RunQuery message.
       
      optional .exec.user.PreparedStatementHandle server_handle = 2;