Struct rsfbclient_core::NamedParams [−][src]
pub struct NamedParams {
pub sql: String,
// some fields omitted
}Expand description
Named params implementation.
Works on top of firebird positional parameters (?)
Fields
sql: StringImplementations
Parse the sql statement and return a structure representing the named parameters found