database/driver.bi

Summary
database/driver.bi
LicenseCopyright © 2007-2011, FreeBASIC Extended Library Development Group
ext.database
Enumerations
StatusCodeDatabase dependant status codes are mapped to their logical equivalent in this enumeration.
Types
DatabaseDriverA group of function pointers to enable access to a database.

License

Copyright © 2007-2011, FreeBASIC Extended Library Development Group

Distributed under the FreeBASIC Extended Library Group license.  See accompanying file LICENSE.txt or copy at http://code.google.com/p/fb-extended-lib/wiki/License

ext.database

Summary
Enumerations
StatusCodeDatabase dependant status codes are mapped to their logical equivalent in this enumeration.
Types
DatabaseDriverA group of function pointers to enable access to a database.

Enumerations

StatusCode

Database dependant status codes are mapped to their logical equivalent in this enumeration.

Types

DatabaseDriver

type DatabaseDriver

A group of function pointers to enable access to a database.

To see how to write a DatabaseDriver see the file src/modules/database/drivers/sqlite3.bas.

type DatabaseDriver
A group of function pointers to enable access to a database.