poul / com.sophoun.query / QueryBuilder / execute
abstract fun execute():
Unit
Execute the query builder. Result wills callback:
onResult(List<T>)
: after all mappedonError(Exception)
: when something happens during executiononCompleted()
: after all process completed (even error happen)