Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetOwner

Declaration

CTString CTTable::GetOwner() const

Description

Retrieves the table owner.

Return Values

If the table owner was not previously set by SetOwner(), GetOwner() returns an empty string. GetOwner() returns the table owner or empty string if no table owner is set.

See Also

SetOwner()

TOCIndex