Uses of Class
org.postgresql.jdbc.ResourceLock
-
Packages that use ResourceLock Package Description org.postgresql org.postgresql.core org.postgresql.ds org.postgresql.hostchooser org.postgresql.jdbc org.postgresql.largeobject org.postgresql.ssl org.postgresql.util -
-
Uses of ResourceLock in org.postgresql
Fields in org.postgresql declared as ResourceLock Modifier and Type Field Description private ResourceLock
Driver.ConnectThread. lock
private ResourceLock
Driver. lock
-
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.ds
Fields in org.postgresql.ds declared as ResourceLock Modifier and Type Field Description private ResourceLock
PGPoolingDataSource. lock
Deprecated. -
Uses of ResourceLock in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as ResourceLock Modifier and Type Field Description private static ResourceLock
GlobalHostStatusTracker. 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
private ResourceLock
PgArray. lock
private ResourceLock
PgConnection. lock
private ResourceLock
PgConnectionCleaningAction. lock
private ResourceLock
PgResultSet. lock
private ResourceLock
PgSQLXML. lock
protected ResourceLock
PgStatement. lock
private ResourceLock
TimestampUtils. lock
private ResourceLock
TypeInfoCache. 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.(package private) ResourceLock
PgConnection. obtainLock()
Obtain the connection lock and return it.Constructors in org.postgresql.jdbc with parameters of type ResourceLock Constructor Description PgConnectionCleaningAction(ResourceLock lock, java.lang.Throwable openStackTrace, java.io.Closeable queryExecutorCloseAction)
-
Uses of ResourceLock in org.postgresql.largeobject
Fields in org.postgresql.largeobject declared as ResourceLock Modifier and Type Field Description private ResourceLock
BlobInputStream. lock
-
Uses of ResourceLock in org.postgresql.ssl
Fields in org.postgresql.ssl declared as ResourceLock Modifier and Type Field Description private ResourceLock
PKCS12KeyManager. lock
-
Uses of ResourceLock in org.postgresql.util
Fields in org.postgresql.util declared as ResourceLock Modifier and Type Field Description private ResourceLock
LogWriterHandler. lock
private ResourceLock
LruCache. lock
private ResourceLock
SharedTimer. lock
-