Struct StorageType

struct StorageType

Encapsulates an enumeration of table storage type strings.

StorageType

Public Static Attributes

constexpr char const *FOREIGN_TABLE = "FOREIGN_TABLE"
constexpr char const *LOCAL_TABLE = "LOCAL_TABLE"