CTTable::SetDataDefaultExtentSize
Syntax
void SetDataDefaultExtentSize(const NINT size)
Parameters
Description
Sets the c-tree data file default extent size. Each time the data file needs to be extended, it will use this value to extent the file. If not changed by SetDataDefaultExtentSize(), this value is 8192 bytes.
Return
None.
See also
GetDataDefaultExtentSize(), SetIndexDefaultExtentSize()