Uses of Enum Class
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
Fields in org.postgresql.core declared as PreferQueryModeMethods in org.postgresql.core that return PreferQueryModeModifier and TypeMethodDescriptionQueryExecutor.getPreferQueryMode()
QueryExecutorBase.getPreferQueryMode()
Methods in org.postgresql.core with parameters of type PreferQueryModeModifier and TypeMethodDescriptionvoid
QueryExecutor.setPreferQueryMode
(PreferQueryMode mode) void
QueryExecutorBase.setPreferQueryMode
(PreferQueryMode mode) -
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 class with the specified name.static PreferQueryMode[]
PreferQueryMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.