Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::DeleteDatabase

Syntax

void DeleteDatabase(const CTString& Name)

Parameters

  • Name [in] the database name to be deleted

Description

Drops a database from the session and deletes the data and index files.

Return

None.

See also

CreateDatabase(), DropDatabase(), AddDatabase()

TOCIndex