Re-exports§
pub use cache::IgniteCache;pub use client::IgniteClient;pub use error::IgniteError;pub use error::Result;pub use pool::IgniteClientConfig;pub use query::Column;pub use query::QueryResult;pub use query::Row;pub use query::UpdateResult;pub use stream::QueryStream;pub use transaction::Transaction;
Modules§
- affinity
- Partition awareness / affinity routing.
- cache
- client
- discovery
- Server endpoint discovery — a port of Java
ClientClusterDiscovery. - error
- pool
- query
- stream
- transaction
Enums§
- Column
Type - The SQL type of a value returned by Ignite, inferred from the 1-byte wire type-tag that accompanies each encoded value.
- Ignite
Value - Rust representation of a typed Ignite binary value.
- Protocol
Error - Statement
Type - TxConcurrency
- TxIsolation