Uses of Class
org.postgresql.jdbc.ResourceLock
Packages that use ResourceLock
-
Uses of ResourceLock in org.postgresql.core
Fields in org.postgresql.core declared as ResourceLock -
Uses of ResourceLock in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResourceLockModifier and TypeFieldDescriptionprotected final ResourceLockAbstractBlobClob.lockprotected final ResourceLockPgStatement.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.