SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::DB::Types::MngrColumn Namespace Reference

Enumerations

enum  State : uint8_t {
  NOTSET = 0,
  OK = 1,
  LOADING = 2,
  DELETED = 3
}
 

Enumeration Type Documentation

◆ State

Enumerator
NOTSET 
OK 
LOADING 
DELETED 

Definition at line 16 of file MngrColumnState.h.