Package com.gpudb

Class GPUdbBase.GetRecordsJsonResponse

    • Constructor Detail

      • GetRecordsJsonResponse

        public GetRecordsJsonResponse()
      • GetRecordsJsonResponse

        public GetRecordsJsonResponse​(int totalRecords,
                                      boolean hasMoreRecords,
                                      String jsonRecords)
        All argument constructor
        Parameters:
        totalRecords - - Total number of records returned
        hasMoreRecords - - Whether there are more records available or not
        jsonRecords - - Records as a JSON array string
    • Method Detail

      • getTotalRecords

        public int getTotalRecords()
      • hasMoreRecords

        public boolean hasMoreRecords()
      • getJsonRecords

        public String getJsonRecords()