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 TypeMethodDescriptionvoid
PGConnection.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 TypeMethodDescriptionvoid
QueryExecutor.setAutoSave
(AutoSave autoSave) void
QueryExecutorBase.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
Methods in org.postgresql.jdbc that return AutoSaveModifier and TypeMethodDescriptionPgConnection.getAutosave()
static AutoSave
static AutoSave
Returns 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