SqliteDialect in oxide_sql_sqlite - Rust

Struct SqliteDialect 

Source

pub struct SqliteDialect;
Expand description

SQLite dialect.

Source§
Source§
Source§
Source§
Source§

Returns the name of the dialect.

Source§

Returns the identifier quote character (e.g., " for standard SQL, ` for MySQL).

Source§

Returns whether the dialect supports RETURNING clause.

Source§

Returns whether the dialect supports UPSERT (ON CONFLICT).

§

Returns the string escape character.

§

Returns the parameter placeholder style.

§

Returns whether the dialect supports LIMIT with OFFSET.

§

Quotes an identifier if necessary.

Source§

§
§
§
§
§
§