MySQLaux 0.6 is free software from Langensoft written by Thomas Langen.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MySQLaux::Table Class Reference

A table is a sequence of Rows. More...

#include <Table.h>

Inheritance diagram for MySQLaux::Table

Inheritance graph
[legend]
List of all members.

Public Methods

 Table (MYSQL_RES &result, GarbageCollector &gc) throw (MissingFeature)
 Constructor. More...

 Table (GarbageCollector &gc)
 Constructor. More...


Detailed Description

A table is a sequence of Rows.

Usually created as a result of Database::query().

Definition at line 40 of file Table.h.


Constructor & Destructor Documentation

MySQLaux::Table::Table ( MYSQL_RES & result,
GarbageCollector & gc ) throw (MissingFeature)
 

Constructor.

Parameters:
result   raw data, normally the result of a SELECT query
gc   garbage collector

MySQLaux::Table::Table ( GarbageCollector & gc )
 

Constructor.

Creates empty table (to be filled later)

Parameters:
gc   garbage collector


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 11:20:17 2001 for MySQLaux by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001