memo_database_data Struct Reference
[memo_database]

Used to retrieve data from the database. More...

#include <database.h>


Data Fields

int cols
 Number of columns.
void *** data
 A two dimensional array with the data.
int * data_types
 An array containing information about columns' data types.
int rows
 Number of rows.


Detailed Description

Used to retrieve data from the database.

It represents a table.


Field Documentation

Number of columns.

A two dimensional array with the data.

It contains either integers or char* converted to void*.

An array containing information about columns' data types.

It's values belong to memo_database_data_types. Each field of this array tells what kind of data is stored in the respective column of data table.

Number of rows.


The documentation for this struct was generated from the following file:

Generated on Sun Feb 22 01:45:40 2009 for memo by  doxygen 1.5.7.1