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 ResourceLock
AbstractBlobClob.lock
protected final ResourceLock
PgStatement.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.