Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::DropDatabase

Syntax

void DropDatabase(const CTString& Name)

Parameters

  • Name [in] the database name to be dropped

Description

Drops a database from the session, but does not delete the data and index files.

Return

None.

See also

DeleteDatabase(), CreateDatabase(), AddDatabase()

TOCIndex