Uses of Enum Class
org.postgresql.jdbc.AutoSave
Packages that use AutoSave
-
Uses of AutoSave in org.postgresql
Methods in org.postgresql that return AutoSaveModifier and TypeMethodDescriptionPGConnection.getAutosave()Connection configuration regarding automatic per-query savepoints.Methods in org.postgresql with parameters of type AutoSaveModifier and TypeMethodDescriptionvoidPGConnection.setAutosave(AutoSave autoSave) Configures if connection should use automatic savepoints. -
Uses of AutoSave in org.postgresql.core
Fields in org.postgresql.core declared as AutoSaveMethods in org.postgresql.core that return AutoSaveMethods in org.postgresql.core with parameters of type AutoSaveModifier and TypeMethodDescriptionvoidQueryExecutor.setAutoSave(AutoSave autoSave) voidQueryExecutorBase.setAutoSave(AutoSave autoSave) -
Uses of AutoSave in org.postgresql.ds.common
Methods in org.postgresql.ds.common that return AutoSaveMethods in org.postgresql.ds.common with parameters of type AutoSave -
Uses of AutoSave in org.postgresql.jdbc
Subclasses with type arguments of type AutoSave in org.postgresql.jdbcMethods in org.postgresql.jdbc that return AutoSaveModifier and TypeMethodDescriptionPgConnection.getAutosave()static AutoSavestatic AutoSaveReturns the enum constant of this class with the specified name.static AutoSave[]AutoSave.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.jdbc with parameters of type AutoSave