Enum sea_query::func::PgFunction
source · pub enum PgFunction {
ToTsquery,
ToTsvector,
PhrasetoTsquery,
PlaintoTsquery,
WebsearchToTsquery,
TsRank,
TsRankCd,
StartsWith,
GetRandomUUID,
Any,
Some,
All,
}
Available on crate feature
backend-postgres
only.Expand description
Functions
Variants§
ToTsquery
ToTsvector
PhrasetoTsquery
PlaintoTsquery
WebsearchToTsquery
TsRank
TsRankCd
StartsWith
GetRandomUUID
Any
Some
All
Trait Implementations§
source§impl Clone for PgFunction
impl Clone for PgFunction
source§fn clone(&self) -> PgFunction
fn clone(&self) -> PgFunction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more