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 TypeMethodDescriptionvoidQueryExecutor.setPreferQueryMode(PreferQueryMode mode) voidQueryExecutorBase.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 TypeMethodDescriptionvoidBaseDataSource.setPreferQueryMode(PreferQueryMode preferQueryMode) -
Uses of PreferQueryMode in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PreferQueryModeModifier and TypeMethodDescriptionPgConnection.getPreferQueryMode()static PreferQueryModestatic PreferQueryModeReturns 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.