Struct rbatis::sql::template::SqlTemplates[][src]

pub struct SqlTemplates {
Show 26 fields pub where: Keywords, pub and: Keywords, pub or: Keywords, pub in: Keywords, pub having: Keywords, pub order_by: Keywords, pub group_by: Keywords, pub asc: Keywords, pub desc: Keywords, pub between: Keywords, pub not: Keywords, pub like: Keywords, pub is: Keywords, pub null: Keywords, pub insert_into: Keywords, pub values: Keywords, pub limit: Keywords, pub set: Keywords, pub update: Keywords, pub select: Keywords, pub delete_from: Keywords, pub from: Keywords, pub as: Keywords, pub offset: Keywords, pub rows_fetch_next: Keywords, pub rows_only: Keywords,
}
Expand description

Most of the SQL keywords used by the rbatis

Fields

where: Keywordsand: Keywordsor: Keywordsin: Keywordshaving: Keywordsorder_by: Keywordsgroup_by: Keywordsasc: Keywordsdesc: Keywordsbetween: Keywordsnot: Keywordslike: Keywordsis: Keywordsnull: Keywordsinsert_into: Keywordsvalues: Keywordslimit: Keywordsset: Keywordsupdate: Keywordsselect: Keywordsdelete_from: Keywordsfrom: Keywordsas: Keywordsoffset: Keywordsrows_fetch_next: Keywordsrows_only: Keywords

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.