Interface SqlApi

  • All Known Subinterfaces:
    SqlApiClient

    public interface SqlApi
    • Method Detail

      • search

        @RequestMapping(value="/sql",
                        produces="application/json",
                        consumes="application/json",
                        method=POST)
        org.springframework.http.ResponseEntity<SQLResultSetPaging> search​(@Valid @RequestBody
                                                                           @Valid SQLSearchRequest queryBody)