Nebula
Loading...
Searching...
No Matches
MemDb::TableCreateInfo Struct Reference

#include <table.h>

Detailed Description

information for creating a table

Public Attributes

Util::String name
 name to be given to the table
 
AttributeId const * attributeIds
 array of attributes the table should initially have
 
SizeT numAttributes
 number of columns
 

Member Data Documentation

◆ attributeIds

AttributeId const* MemDb::TableCreateInfo::attributeIds

array of attributes the table should initially have

◆ name

Util::String MemDb::TableCreateInfo::name

name to be given to the table

◆ numAttributes

SizeT MemDb::TableCreateInfo::numAttributes

number of columns


The documentation for this struct was generated from the following file: