cake/query/epilog

Allows appending aribtrary text to the end of the generated SQL query. This is useful for adding adapter specific modifiers such as FOR UPDATE, for example, see https://www.postgresql.org/docs/current/explicit-locking.html#LOCKING-TABLES

Functions

pub fn epilog(epilog eplg: String) -> Epilog
pub fn no_epilog() -> Epilog
Search Document