Class Service.PrepareRequest

    • 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
      • connectionId

        public final java.lang.String connectionId
      • sql

        public final java.lang.String sql
      • maxRowCount

        public final long maxRowCount
    • Constructor Detail

      • PrepareRequest

        PrepareRequest()
      • PrepareRequest

        public PrepareRequest​(java.lang.String connectionId,
                              java.lang.String sql,
                              long maxRowCount)