[][src]Module aerospike::operations

Functions used to create database operations used in the client's operate() method.

Re-exports

pub use self::maps::MapOrder;
pub use self::maps::MapPolicy;
pub use self::maps::MapReturnType;
pub use self::maps::MapWriteMode;
pub use self::scalar::*;

Modules

lists

List bin operations. Create list operations used by the client's operate() method.

maps

Unique key map bin operations. Create map operations used by the client's operate() method.

scalar

String/number bin operations. Create operations used by the client's operate() method.

Structs

Operation

Database operation definition. This data type is used in the client's operate() method.