Uses of Class
org.postgresql.jdbc.AutoSave
-
Packages that use AutoSave Package Description org.postgresql org.postgresql.core org.postgresql.ds.common org.postgresql.jdbc -
-
Uses of AutoSave in org.postgresql
Methods in org.postgresql that return AutoSave Modifier and Type Method Description AutoSave
PGConnection. getAutosave()
Connection configuration regarding automatic per-query savepoints.Methods in org.postgresql with parameters of type AutoSave Modifier and Type Method Description void
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 AutoSave Modifier and Type Method Description AutoSave
QueryExecutor. getAutoSave()
AutoSave
QueryExecutorBase. getAutoSave()
Methods in org.postgresql.core with parameters of type AutoSave Modifier and Type Method Description void
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 AutoSave Modifier and Type Method Description AutoSave
BaseDataSource. getAutosave()
Methods in org.postgresql.ds.common with parameters of type AutoSave Modifier and Type Method Description void
BaseDataSource. setAutosave(AutoSave autoSave)
-
Uses of AutoSave in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return AutoSave Modifier and Type Method Description AutoSave
PgConnection. getAutosave()
static AutoSave
AutoSave. of(java.lang.String value)
static AutoSave
AutoSave. valueOf(java.lang.String name)
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 Modifier and Type Method Description void
PgConnection. setAutosave(AutoSave autoSave)
-