Uses of Class
org.h2.server.pg.PgServerThread
-
Packages that use PgServerThread Package Description org.h2.server.pg PostgreSQL server implementation of this database. -
-
Uses of PgServerThread in org.h2.server.pg
Fields in org.h2.server.pg with type parameters of type PgServerThread Modifier and Type Field Description private java.util.Set<PgServerThread>
PgServer. running
Methods in org.h2.server.pg that return PgServerThread Modifier and Type Method Description (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 PgServerThread Modifier and Type Method Description (package private) void
PgServer. remove(PgServerThread t)
Remove a thread from the list.
-