Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 451 Bytes

File metadata and controls

11 lines (7 loc) · 451 Bytes

poul / com.sophoun.query / QueryBuilder / execute

execute

abstract fun execute(): Unit

Execute the query builder. Result wills callback:

  • onResult(List<T>): after all mapped
  • onError(Exception): when something happens during execution
  • onCompleted(): after all process completed (even error happen)