Struct akita::UpdateWrapper[][src]

pub struct UpdateWrapper {
    pub param_name_seq: AtomicI32,
    pub sql_set: Vec<String>,
    pub sql_select: Option<String>,
    pub sql_comment: Option<String>,
    pub sql_first: Option<String>,
    pub last_sql: Option<String>,
    pub expression: MergeSegments,
}

Fields

param_name_seq: AtomicI32

必要度量

sql_set: Vec<String>

SQL set字段

sql_select: Option<String>

SQL查询字段

sql_comment: Option<String>

SQL注释

sql_first: Option<String>

SQL起始语句

last_sql: Option<String>

SQL结束语句

expression: MergeSegments

Implementations

Trait Implementations

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 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.