Uses of Class
org.h2.util.Task
-
Packages that use Task Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.util Internal utility classes. -
-
Uses of Task in org.h2.jdbc
Fields in org.h2.jdbc declared as Task Modifier and Type Field Description private Task
JdbcLob.LobPipedOutputStream. task
Constructors in org.h2.jdbc with parameters of type Task Constructor Description LobPipedOutputStream(java.io.PipedInputStream snk, Task task)
-
Uses of Task in org.h2.util
Methods in org.h2.util that return Task Modifier and Type Method Description Task
Task. execute()
Start the thread.Task
Task. execute(java.lang.String threadName)
Start the thread.
-