Uses of Class
org.postgresql.jdbc.ResourceLock
-
Packages that use ResourceLock Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of ResourceLock in org.postgresql.core
Fields in org.postgresql.core declared as ResourceLock Modifier and Type Field Description protected ResourceLock
QueryExecutorBase. lock
-
Uses of ResourceLock in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResourceLock Modifier and Type Field Description protected ResourceLock
AbstractBlobClob. lock
protected ResourceLock
PgStatement. lock
Methods in org.postgresql.jdbc that return ResourceLock Modifier and Type Method Description ResourceLock
ResourceLock. obtain()
Obtain a lock and return the ResourceLock for use in try-with-resources block.
-