Function pgbatis::update

source ·
pub async fn update<T>(
    p: T,
    wrapper: Wrapper<'_>,
    prefix: Option<String>,
    suffix: Option<String>
) -> Result<u64, Error>
where T: Parameters,
Expand description

执行更新操作,执行update操作