pub type InsertOrIgnoreStatement<T, U, Ret = NoReturningClause> = InsertStatement<T, U, InsertOrIgnore, Ret>;
Expand description

Represents a complete INSERT OR IGNORE statement.

Aliased Type§

struct InsertOrIgnoreStatement<T, U, Ret = NoReturningClause> { /* private fields */ }