Uses of Enum
org.postgresql.jdbc.PreferQueryMode
Packages that use PreferQueryMode
-
Uses of PreferQueryMode in org.postgresql
Methods in org.postgresql that return PreferQueryModeModifier and TypeMethodDescriptionPGConnection.getPreferQueryMode()
Returns the query mode for this connection. -
Uses of PreferQueryMode in org.postgresql.core
Methods in org.postgresql.core that return PreferQueryModeModifier and TypeMethodDescriptionQueryExecutor.getPreferQueryMode()
QueryExecutorBase.getPreferQueryMode()
-
Uses of PreferQueryMode in org.postgresql.ds.common
Methods in org.postgresql.ds.common that return PreferQueryModeMethods in org.postgresql.ds.common with parameters of type PreferQueryModeModifier and TypeMethodDescriptionvoid
BaseDataSource.setPreferQueryMode
(PreferQueryMode preferQueryMode) -
Uses of PreferQueryMode in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PreferQueryModeModifier and TypeMethodDescriptionPgConnection.getPreferQueryMode()
static PreferQueryMode
static PreferQueryMode
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.