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,
}