Trait bmbp_rdbc_sql::RdbcSQL

source ·
pub trait RdbcSQL {
    // Provided methods
    fn build_sql(&self, database_type: DatabaseType) -> (String, Vec<RdbcValue>) { ... }
    fn build_script(
        &self,
        database_type: DatabaseType,
    ) -> (String, HashMap<String, RdbcValue>) { ... }
}
Expand description

RdbcSQLParser 语句解析器

Provided Methods§

source

fn build_sql(&self, database_type: DatabaseType) -> (String, Vec<RdbcValue>)

source

fn build_script( &self, database_type: DatabaseType, ) -> (String, HashMap<String, RdbcValue>)

Implementors§