Interface Responses.ResultSetResponseOrBuilder

    • 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;
      • getOwnStatement

        boolean getOwnStatement()
        bool own_statement = 3;
      • hasSignature

        boolean hasSignature()
        .Signature signature = 4;
      • hasFirstFrame

        boolean hasFirstFrame()
        .Frame first_frame = 5;
      • getFirstFrame

        Common.Frame getFirstFrame()
        .Frame first_frame = 5;
      • getUpdateCount

        long getUpdateCount()
         -1 for normal result sets, else this response contains a dummy result set
         
        uint64 update_count = 6;
      • hasMetadata

        boolean hasMetadata()
         with no signature nor other data.
         
        .RpcMetadata metadata = 7;
      • getMetadata

        Responses.RpcMetadata getMetadata()
         with no signature nor other data.
         
        .RpcMetadata metadata = 7;