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 PreferQueryMode
PGConnection. getPreferQueryMode()
Returns the query mode for this connection. -
Uses of PreferQueryMode in org.postgresql.core
Methods in org.postgresql.core that return PreferQueryMode Modifier and Type Method Description PreferQueryMode
QueryExecutor. getPreferQueryMode()
PreferQueryMode
QueryExecutorBase. getPreferQueryMode()
-
Uses of PreferQueryMode in org.postgresql.ds.common
Methods in org.postgresql.ds.common that return PreferQueryMode Modifier and Type Method Description PreferQueryMode
BaseDataSource. getPreferQueryMode()
Methods in org.postgresql.ds.common with parameters of type PreferQueryMode Modifier and Type Method Description void
BaseDataSource. setPreferQueryMode(PreferQueryMode preferQueryMode)
-
Uses of PreferQueryMode in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PreferQueryMode Modifier and Type Method Description PreferQueryMode
PgConnection. getPreferQueryMode()
static PreferQueryMode
PreferQueryMode. of(java.lang.String mode)
static PreferQueryMode
PreferQueryMode. 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.
-