public class AggregateResult
extends Object
-
Method Summary
boolean
int
int
boolean
True if all rows have been processed.
-
Method Details
-
-
-
isOk
public boolean isOk()
True if all rows have been processed.
-
getCount
public int getCount()
-
getReason
@Nullable
public String getReason()
-
-
-