Skip to main content

PgFunction

Type Alias PgFunction 

Source
pub type PgFunction = PgFunc;
๐Ÿ‘ŽDeprecated since 1.0.0:

use PgFunc instead

Available on crate feature backend-postgres only.
Expand description

Type alias of PgFunc for compatibility. Previously, PgFunc is a namespace for building FunctionCall.

Aliased Typeยง

pub enum PgFunction {
Show 27 variants ToTsquery, ToTsvector, PhrasetoTsquery, PlaintoTsquery, WebsearchToTsquery, TsRank, TsRankCd, StartsWith, GenRandomUUID, JsonBuildObject, JsonAgg, ArrayAgg, DateTrunc, Any, Some, All, AdvisoryLock, AdvisoryLockShared, TryAdvisoryLock, TryAdvisoryLockShared, AdvisoryUnlock, AdvisoryUnlockShared, AdvisoryUnlockAll, AdvisoryXactLock, AdvisoryXactLockShared, TryAdvisoryXactLock, TryAdvisoryXactLockShared,
}

Variantsยง

ยง

ToTsquery

ยง

ToTsvector

ยง

PhrasetoTsquery

ยง

PlaintoTsquery

ยง

WebsearchToTsquery

ยง

TsRank

ยง

TsRankCd

ยง

StartsWith

ยง

GenRandomUUID

ยง

JsonBuildObject

ยง

JsonAgg

ยง

ArrayAgg

ยง

DateTrunc

ยง

Any

ยง

Some

ยง

All

ยง

AdvisoryLock

ยง

AdvisoryLockShared

ยง

TryAdvisoryLock

ยง

TryAdvisoryLockShared

ยง

AdvisoryUnlock

ยง

AdvisoryUnlockShared

ยง

AdvisoryUnlockAll

ยง

AdvisoryXactLock

ยง

AdvisoryXactLockShared

ยง

TryAdvisoryXactLock

ยง

TryAdvisoryXactLockShared