File sq/mysql_driver.h

  $Revision: 1.22 $

SQL module (sq) - MySQL implementation of SQL driver.
Status: NOT REVUED, NOT TESTED

Included Files


Preprocessor definitions

#define READ_MYSQL_DRIVER

#define SQL_RECORDS 0

#define SQL_MATCHES

#define SQL_DUPLICATES 1

#define SQL_WARNINGS 2

#define SQ_connection_t MYSQL

#define SQ_result_set_t MYSQL_RES

#define SQ_row_t MYSQL_ROW

#define SQ_get_max_id( conn, id, table )

#define SQ_get_min_id( conn, id, table )


Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()

Local Function getlogin_r()

static int getlogin_r ( char* __name, int __len )
Included from: /usr/include/unistd.h
Calls: __posix_getlogin_r()

Local Function ttyname_r()

static int ttyname_r ( int __fildes, char* __buf, size_t __size )
Included from: /usr/include/unistd.h
Calls: __posix_ttyname_r()