Uses of Enum
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
Methods 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 type with the specified name.static AutoSave[]
AutoSave.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.postgresql.jdbc with parameters of type AutoSave