Uses of Class
org.h2.server.pg.PgServerThread
Packages that use PgServerThread
-
Uses of PgServerThread in org.h2.server.pg
Fields in org.h2.server.pg with type parameters of type PgServerThreadMethods in org.h2.server.pg that return PgServerThreadModifier and TypeMethodDescription(package private) PgServerThread
PgServer.getThread
(int processId) Get the thread with the given process id.Methods in org.h2.server.pg with parameters of type PgServerThreadModifier and TypeMethodDescription(package private) void
PgServer.remove
(PgServerThread t) Remove a thread from the list.