Interface SqlApi

All Known Subinterfaces:
SqlApiClient

public interface SqlApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<SQLResultSetPaging>
    search(@Valid SQLSearchRequest queryBody)
     
  • Method Details

    • search

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