pub struct NamedParams {
    pub sql: String,
    /* private fields */
}
Expand description

Named params implementation.

Works on top of firebird positional parameters (?)

Fields

sql: String

Implementations

Parse the sql statement and return a structure representing the named parameters found

Returns the sql as is, disabling named parameter function

Re-sort/convert the parameters, applying the named params support

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.