Class StatementImpl.CancelTask

java.lang.Object
java.util.TimerTask
com.mysql.jdbc.StatementImpl.CancelTask
All Implemented Interfaces:
Runnable
Enclosing class:
StatementImpl

class StatementImpl.CancelTask extends TimerTask
Thread used to implement query timeouts...Eventually we could be more efficient and have one thread with timers, but this is a straightforward and simple way to implement a feature that isn't used all that often.