Module func

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§

FuncArgMod
FunctionCall
Function call.

Enums§

Func
Known SQL functions.

Type Aliases§

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