Uses of Class
org.postgresql.util.LazyCleaner
-
Packages that use LazyCleaner Package Description org.postgresql.util -
-
Uses of LazyCleaner in org.postgresql.util
Fields in org.postgresql.util declared as LazyCleaner Modifier and Type Field Description private static LazyCleaner
LazyCleaner. instance
Methods in org.postgresql.util that return LazyCleaner Modifier and Type Method Description static LazyCleaner
LazyCleaner. getInstance()
Returns a default cleaner instance.
-