Module diesel::backend::sql_dialect::default_keyword_for_insert
source · Expand description
This module contains all reusable options to configure
SqlDialect::InsertWithDefaultKeyword
Structs§
- Indicates that a backend does not support
DEFAULT
value expressions0forINSERT INTO
statements - Indicates that a backend support
DEFAULT
value expressions forINSERT INTO
statements based on the ISO SQL standard
Traits§
- A marker trait indicating if a
DEFAULT
like expression is supported as part ofINSERT INTO
clauses to indicate that a default value should be inserted at a specific position