Go to the first, previous, next, last section, table of contents.


Low-level socket interface to SQL/ODBC databases

Author(s): Jose Morales.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.11#155 (2004/1/7, 20:9:58 CET)

This library provides a low-level interface to MySQL using the MySQL C API and the Ciao foreign interface to C.

Usage and interface (mysql_client)

Documentation on exports (mysql_client)

PREDICATE: mysql_connect/5:

No further documentation available for this predicate.

REGTYPE: dbconnection/1:
dbconnection(_1) :-
        address(_1).

Usage: dbconnection(H)

PREDICATE: mysql_query/3:

No further documentation available for this predicate.

PREDICATE: mysql_query_one_tuple/3:

No further documentation available for this predicate.

REGTYPE: dbqueryconnection/1:
dbqueryconnection(_1) :-
        address(_1).

Usage: dbqueryconnection(H)

PREDICATE: mysql_free_query_connection/1:

No further documentation available for this predicate.

PREDICATE: mysql_fetch/2:

No further documentation available for this predicate.

PREDICATE: mysql_get_tables/2:

No further documentation available for this predicate.

PREDICATE: mysql_table_types/3:

No further documentation available for this predicate.

PREDICATE: mysql_disconnect/1:

No further documentation available for this predicate.


Go to the first, previous, next, last section, table of contents.