Re-exports§
pub use conn::ConnectionInfo;
Modules§
Macros§
- params
- let name = d; let age = 4; params!{a => 1, b => 2, c => name } —> generate Params::NamedParams{“a” : 1, “b”: 2, “c”: “d”} params!{ name, age } —> generate Params::QuestionParams{ vec![“d”, 4] }
Structs§
- Client
- Connection
- Decimal
Size - Field
- Insert
Cursor - Interval
- Query
Cursor - Row
- RowIterator
- RowStats
Iterator - Schema
- Server
Stats