Trait rbatis_core::convert::StmtConvert [−][src]
pub trait StmtConvert {
fn stmt_convert(&self, index: usize) -> String;
}Expand description
the stmt replace str convert
Required methods
fn stmt_convert(&self, index: usize) -> String[src]