Expand description

This module contains all reusable options to configure SqlDialect::InsertWithDefaultKeyword

Structs§

  • Indicates that a backend does not support DEFAULT value expressions0for INSERT INTO statements
  • Indicates that a backend support DEFAULT value expressions for INSERT INTO statements based on the ISO SQL standard

Traits§

  • A marker trait indicating if a DEFAULT like expression is supported as part of INSERT INTO clauses to indicate that a default value should be inserted at a specific position