Skip to main content

HasStatementCache

Trait HasStatementCache 

Source
pub trait HasStatementCache { }
Expand description

A Database that maintains a client-side cache of prepared statements.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl HasStatementCache for Any

Available on crate feature any and (crate features mssql or mysql or odbc or postgres or sqlite) only.
Source§

impl HasStatementCache for MySql

Available on crate feature mysql only.
Source§

impl HasStatementCache for Odbc

Available on crate feature odbc only.
Source§

impl HasStatementCache for Postgres

Available on crate feature postgres only.
Source§

impl HasStatementCache for Sqlite

Available on crate feature sqlite only.