Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

File: [Platon] / tucniak / db / tdb_table.h (download)

Revision 1.1.1.1 (vendor branch), Fri Nov 11 16:08:26 2005 UTC (18 years, 5 months ago) by koli


Changes since 1.1: +0 -0 lines

Initial import

/* char *tdb_table_fill (*T_DB, *T_MATRIX, char *SQL) {{{ *********************/
int tdb_table_fill(T_DB *tdb, T_MATRIX *tdb_table, char *SQL_select);
/*
    RETURN 
        (number) of rows filled into T_MATRIX
    -inserts new lt_row's to GList lt_table according to SQL_select command
    -doesn't remove old data, so if there are any old data they will remain
    in the begining of TABLE 
    (this could be also caerefuly used as a UNION SQL command)
/* }}} */

/* char *tdb_table_free (*T_MATRIX) {{{ **************************************/
int tdb_table_free (T_MATRIX *tdb_table);
/*
    -removes data from T_MATRIX (memory clean up)
    -on succes returns 0
/* }}} */

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top