Defines | Typedefs | Enumerations

db_cap.h File Reference

Data structures that represents capabilities in the database. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

Typedefs

Enumerations


Detailed Description

This file defines data structures that represents certain database capabilities. It also provides some macros for convenient access to this values.

Definition in file db_cap.h.


Enumeration Type Documentation

enum db_cap
Enumerator:
DB_CAP_QUERY 

driver can perform queries

DB_CAP_RAW_QUERY 

driver can perform raw queries

DB_CAP_INSERT 

driver can insert data

DB_CAP_DELETE 

driver can delete data

DB_CAP_UPDATE 

driver can update data

DB_CAP_REPLACE 

driver can replace (also known as INSERT OR UPDATE) data

DB_CAP_FETCH 

driver supports fetch result queries

DB_CAP_LAST_INSERTED_ID 

driver can return the ID of the last insert operation

DB_CAP_INSERT_UPDATE 

driver can insert data into database & update on duplicate

DB_CAP_INSERT_DELAYED 

driver can do insert delayed

DB_CAP_AFFECTED_ROWS 

driver can return number of rows affected by the last query

Definition at line 41 of file db_cap.h.