Uses of Class
org.postgresql.jdbc.PreferQueryMode
-
Packages that use PreferQueryMode Package Description org.postgresql org.postgresql.core org.postgresql.ds.common org.postgresql.jdbc -
-
Uses of PreferQueryMode in org.postgresql
Methods in org.postgresql that return PreferQueryMode Modifier and Type Method Description PreferQueryModePGConnection. getPreferQueryMode()Returns the query mode for this connection. -
Uses of PreferQueryMode in org.postgresql.core
Fields in org.postgresql.core declared as PreferQueryMode Modifier and Type Field Description private PreferQueryModeQueryExecutorBase. preferQueryModeMethods in org.postgresql.core that return PreferQueryMode Modifier and Type Method Description PreferQueryModeQueryExecutor. getPreferQueryMode()PreferQueryModeQueryExecutorBase. getPreferQueryMode()Methods in org.postgresql.core with parameters of type PreferQueryMode Modifier and Type Method Description voidQueryExecutor. setPreferQueryMode(PreferQueryMode mode)voidQueryExecutorBase. setPreferQueryMode(PreferQueryMode mode) -
Uses of PreferQueryMode in org.postgresql.ds.common
Methods in org.postgresql.ds.common that return PreferQueryMode Modifier and Type Method Description PreferQueryModeBaseDataSource. getPreferQueryMode()Methods in org.postgresql.ds.common with parameters of type PreferQueryMode Modifier and Type Method Description voidBaseDataSource. setPreferQueryMode(PreferQueryMode preferQueryMode) -
Uses of PreferQueryMode in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PreferQueryMode Modifier and Type Method Description PreferQueryModePgConnection. getPreferQueryMode()static PreferQueryModePreferQueryMode. of(java.lang.String mode)static PreferQueryModePreferQueryMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreferQueryMode[]PreferQueryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-