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 AutoSavePGConnection. getAutosave()Connection configuration regarding automatic per-query savepoints.Methods in org.postgresql with parameters of type AutoSave Modifier and Type Method Description voidPGConnection. setAutosave(AutoSave autoSave)Configures if connection should use automatic savepoints. -
Uses of AutoSave in org.postgresql.core
Fields in org.postgresql.core declared as AutoSave Modifier and Type Field Description private AutoSaveQueryExecutorBase. autoSaveMethods in org.postgresql.core that return AutoSave Modifier and Type Method Description AutoSaveQueryExecutor. getAutoSave()AutoSaveQueryExecutorBase. getAutoSave()Methods in org.postgresql.core with parameters of type AutoSave Modifier and Type Method Description voidQueryExecutor. setAutoSave(AutoSave autoSave)voidQueryExecutorBase. 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 AutoSaveBaseDataSource. getAutosave()Methods in org.postgresql.ds.common with parameters of type AutoSave Modifier and Type Method Description voidBaseDataSource. setAutosave(AutoSave autoSave) -
Uses of AutoSave in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return AutoSave Modifier and Type Method Description AutoSavePgConnection. getAutosave()static AutoSaveAutoSave. of(java.lang.String value)static AutoSaveAutoSave. 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 voidPgConnection. setAutosave(AutoSave autoSave)
-