pub trait HasStatementCache { }Expand description
A Database that maintains a client-side cache of prepared statements.
Implementors§
impl HasStatementCache for Any
Available on (crate features
postgres or mysql or mssql or sqlite or odbc) and crate feature any only.impl HasStatementCache for MySql
Available on crate feature
mysql only.impl HasStatementCache for Odbc
Available on crate feature
odbc only.impl HasStatementCache for Postgres
Available on crate feature
postgres only.impl HasStatementCache for Sqlite
Available on crate feature
sqlite only.