Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::CTDatabase

Syntax

CTDatabase(const CTSession& Handle)

CTDatabase(const CTSession* Handle)

Parameters

  • Handle [in] the CTSession object, or a pointer to the CTSession object, to which the CTDatabase object is to be created or connected.

Description

This is the constructor for the CTDatabase class.

See also

~CTDatabase(), CTSession()

TOCIndex