execute abstract method

  1. @override
SyncResultSet execute()
override

Executes this query.

Returns a ResultSet that iterates over Result rows one at a time. You can run the query any number of times, and you can have multiple ResultSets active at once.

The results come from a snapshot of the database taken at the moment execute is called, so they will not reflect any changes made to the database afterwards.

Implementation

@override
SyncResultSet execute();