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 ResourceLockDriver.ConnectThread. lockprivate ResourceLockDriver. lock -
Uses of ResourceLock in org.postgresql.core
Fields in org.postgresql.core declared as ResourceLock Modifier and Type Field Description protected ResourceLockQueryExecutorBase. lock -
Uses of ResourceLock in org.postgresql.ds
Fields in org.postgresql.ds declared as ResourceLock Modifier and Type Field Description private ResourceLockPGPoolingDataSource. lockDeprecated. -
Uses of ResourceLock in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as ResourceLock Modifier and Type Field Description private static ResourceLockGlobalHostStatusTracker. lock -
Uses of ResourceLock in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ResourceLock Modifier and Type Field Description protected ResourceLockAbstractBlobClob. lockprivate ResourceLockPgArray. lockprivate ResourceLockPgConnection. lockprivate ResourceLockPgConnectionCleaningAction. lockprivate ResourceLockPgResultSet. lockprivate ResourceLockPgSQLXML. lockprotected ResourceLockPgStatement. lockprivate ResourceLockTimestampUtils. lockprivate ResourceLockTypeInfoCache. lockMethods in org.postgresql.jdbc that return ResourceLock Modifier and Type Method Description ResourceLockResourceLock. obtain()Obtain a lock and return the ResourceLock for use in try-with-resources block.(package private) ResourceLockPgConnection. 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 ResourceLockBlobInputStream. lock -
Uses of ResourceLock in org.postgresql.ssl
Fields in org.postgresql.ssl declared as ResourceLock Modifier and Type Field Description private ResourceLockPKCS12KeyManager. lock -
Uses of ResourceLock in org.postgresql.util
Fields in org.postgresql.util declared as ResourceLock Modifier and Type Field Description private ResourceLockLogWriterHandler. lockprivate ResourceLockLruCache. lockprivate ResourceLockSharedTimer. lock
-