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) PgServerThreadPgServer.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) voidPgServer.remove(PgServerThread t) Remove a thread from the list.