Interface QueryResult
public interface QueryResult
QueryResult
- Since:
- 1.0.0.2
- Author:
- creatorfromhell
-
Method Summary
Modifier and TypeMethodDescriptionboolean
success()
Returns whether the operation was successful.
-
Method Details
-
success
boolean success()Returns whether the operation was successful.- Returns:
- true if the operation was successful, false otherwise
-