Uses of Class
org.postgresql.largeobject.LargeObjectManager
-
Packages that use LargeObjectManager Package Description org.postgresql org.postgresql.jdbc -
-
Uses of LargeObjectManager in org.postgresql
Methods in org.postgresql that return LargeObjectManager Modifier and Type Method Description LargeObjectManager
PGConnection. getLargeObjectAPI()
This returns the LargeObject API for the current connection. -
Uses of LargeObjectManager in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as LargeObjectManager Modifier and Type Field Description private LargeObjectManager
PgConnection. largeobject
Methods in org.postgresql.jdbc that return LargeObjectManager Modifier and Type Method Description LargeObjectManager
PgConnection. getLargeObjectAPI()
-