Module func
Expand description
For calling built-in SQL functions.
Re-exports§
pub use crate::extension::mssql::MsFunc;pub use crate::extension::mssql::MsFunction;pub use crate::extension::postgres::PgFunc;
Structs§
- Func
ArgMod - Function
Call - Function call.
Enums§
- Func
- Known SQL functions.
Type Aliases§
- Function
Deprecated - Type alias of
Funcfor compatibility. Previously,Funcis a namespace for buildingFunctionCall.