接口的使用
com.mysql.cj.CancelQueryTask
-
使用CancelQueryTask的程序包 程序包 说明 com.mysql.cj com.mysql.cj.jdbc -
-
com.mysql.cj中CancelQueryTask的使用
实现CancelQueryTask的com.mysql.cj中的类 修饰符和类型 类 说明 classCancelQueryTaskImplThread 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.返回CancelQueryTask的com.mysql.cj中的方法 修饰符和类型 方法 说明 CancelQueryTaskAbstractQuery. startQueryTimer(Query stmtToCancel, int timeout)CancelQueryTaskQuery. startQueryTimer(Query stmtToCancel, int timeout)参数类型为CancelQueryTask的com.mysql.cj中的方法 修饰符和类型 方法 说明 voidAbstractQuery. stopQueryTimer(CancelQueryTask timeoutTask, boolean rethrowCancelReason, boolean checkCancelTimeout)voidQuery. stopQueryTimer(CancelQueryTask timeoutTask, boolean rethrowCancelReason, boolean checkCancelTimeout) -
com.mysql.cj.jdbc中CancelQueryTask的使用
返回CancelQueryTask的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 CancelQueryTaskStatementImpl. startQueryTimer(Query stmtToCancel, int timeout)参数类型为CancelQueryTask的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 voidStatementImpl. stopQueryTimer(CancelQueryTask timeoutTask, boolean rethrowCancelReason, boolean checkCancelTimeout)
-