public interface CancelableQuery
Typically holds a representation of the PreparedStatement to perform the actual cancel.
void
cancel()
void cancel()
For JDBC this translates to calling cancel on the PreparedStatement.
Copyright © 2014. All Rights Reserved.