Uses of Class
org.postgresql.jdbc.ResourceLock
Packages that use ResourceLock
Package
Description
-
Uses of ResourceLock in org.postgresql
Fields in org.postgresql declared as ResourceLockModifier and TypeFieldDescriptionprivate final ResourceLock
Driver.ConnectThread.lock
private final ResourceLock
Driver.lock
-
Uses of ResourceLock in org.postgresql.core
Fields in org.postgresql.core declared as ResourceLock -
Uses of ResourceLock in org.postgresql.ds
Fields in org.postgresql.ds declared as ResourceLock -
Uses of ResourceLock in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as ResourceLock -
Uses of ResourceLock in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResourceLockModifier and TypeFieldDescriptionprotected final ResourceLock
AbstractBlobClob.lock
private final ResourceLock
PgArray.lock
private final ResourceLock
PgConnection.lock
private final ResourceLock
PgConnectionCleaningAction.lock
private final ResourceLock
PgResultSet.lock
private final ResourceLock
PgSQLXML.lock
protected final ResourceLock
PgStatement.lock
private final ResourceLock
TimestampUtils.lock
private final ResourceLock
TypeInfoCache.lock
Methods in org.postgresql.jdbc that return ResourceLockModifier and TypeMethodDescriptionResourceLock.obtain()
Obtain a lock and return the ResourceLock for use in try-with-resources block.(package private) final ResourceLock
PgConnection.obtainLock()
Obtain the connection lock and return it.Constructors in org.postgresql.jdbc with parameters of type ResourceLockModifierConstructorDescription(package private)
PgConnectionCleaningAction
(ResourceLock lock, Throwable openStackTrace, Closeable queryExecutorCloseAction) -
Uses of ResourceLock in org.postgresql.largeobject
Fields in org.postgresql.largeobject declared as ResourceLockModifier and TypeFieldDescriptionprivate final ResourceLock
BlobInputStream.lock
private final ResourceLock
BlobOutputStream.lock
-
Uses of ResourceLock in org.postgresql.ssl
Fields in org.postgresql.ssl declared as ResourceLock -
Uses of ResourceLock in org.postgresql.util
Fields in org.postgresql.util declared as ResourceLockModifier and TypeFieldDescriptionprivate final ResourceLock
LogWriterHandler.lock
private final ResourceLock
LruCache.lock
private final ResourceLock
SharedTimer.lock