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 ResourceLockDriver.ConnectThread.lockprivate final ResourceLockDriver.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 ResourceLockAbstractBlobClob.lockprivate final ResourceLockPgArray.lockprivate final ResourceLockPgConnection.lockprivate final ResourceLockPgConnectionCleaningAction.lockprivate final ResourceLockPgResultSet.lockprivate final ResourceLockPgSQLXML.lockprotected final ResourceLockPgStatement.lockprivate final ResourceLockTimestampUtils.lockprivate final ResourceLockTypeInfoCache.lockMethods 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 ResourceLockPgConnection.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 ResourceLockBlobInputStream.lockprivate final ResourceLockBlobOutputStream.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 ResourceLockLogWriterHandler.lockprivate final ResourceLockLruCache.lockprivate final ResourceLockSharedTimer.lock