Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::CTTable

Syntax

CTTable(const CTDatabase& Handle)

CTTable(const CTDatabase* Handle)

CTTable(const CTSession& Handle)

CTTable(const CTSession* Handle)

Parameters

  • Handle [In] Is the database or session object. When the CTTable(const CTDatabase& Handle) or the CTTable(const CTDatabase* Handle) prototype is used, Handle is a database object or pointer to a database object. When the CTTable(const CTSession& Handle) or the CTTable(const CTSession* Handle) prototype is used, Handle is a session object or pointer to a session object. The CTTable object being created is a child of the CTDatabase or CTSession object.

Description

This is the constructor for the CTTable class.

See also

~CTTable()

TOCIndex