Class Service.PrepareAndExecuteRequest

    • Field Detail

      • CONNECTION_ID_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
      • SQL_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor SQL_DESCRIPTOR
      • MAX_ROWS_TOTAL_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor MAX_ROWS_TOTAL_DESCRIPTOR
      • FIRST_FRAME_MAX_SIZE_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor FIRST_FRAME_MAX_SIZE_DESCRIPTOR
      • connectionId

        public final java.lang.String connectionId
      • sql

        public final java.lang.String sql
      • maxRowCount

        public final long maxRowCount
      • maxRowsInFirstFrame

        public final int maxRowsInFirstFrame
      • statementId

        public final int statementId
    • Constructor Detail

      • PrepareAndExecuteRequest

        PrepareAndExecuteRequest()
      • PrepareAndExecuteRequest

        public PrepareAndExecuteRequest​(java.lang.String connectionId,
                                        int statementId,
                                        java.lang.String sql,
                                        long maxRowCount)
      • PrepareAndExecuteRequest

        public PrepareAndExecuteRequest​(java.lang.String connectionId,
                                        int statementId,
                                        java.lang.String sql,
                                        long maxRowCount,
                                        int maxRowsInFirstFrame)