Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTIndex::GetNullFlag

Syntax

CTBOOL GetNullFlag( ) const

Parameters

This method has no parameters.

Description

Retrieves the null flag.

Return

GetNullFlag() returns YES if the null flag is set, and NO otherwise

See also

SetNullFlag(), GetEmptyChar()

TOCIndex