database/ drivers/ sqlite3driver.bi

Summary
database/ drivers/ sqlite3driver.bi
LicenseCopyright © 2009, FreeBASIC Extended Library Development Group
ext. database
Functions
newSQLite3DriverReturns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.

License

Copyright © 2009, 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
Functions
newSQLite3DriverReturns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.

Functions

newSQLite3Driver

declare function newSQLite3Driver() as DatabaseDriver ptr

Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.

declare function newSQLite3Driver() as DatabaseDriver ptr
Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.
type DatabaseDriver
A group of function pointers to enable access to a database.