Struct DBObjectKey

struct DBObjectKey

Public Functions

bool operator<(const DBObjectKey &key) const
bool operator==(const DBObjectKey &key) const

Public Members

int32_t permissionType = -1
int32_t dbId = -1
int32_t objectId = -1

Public Static Functions

DBObjectKey fromString(const std::vector<std::string> &key, const DBObjectType &type)

Public Static Attributes

const size_t N_COLUMNS = 3