Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::CloseAll

Syntax

void CloseAll( )

Parameters

This method has no parameters.

Description

Closes all active tables associated with the database. To close one specific table, the method CTTable::Close() may be used.

Return

None.

Example


pDatabase->CloseAll();

pSession->DisconnectAll();

pSession->Logout();


See also

CTTable::Close()

TOCIndex