database/ drivers/ sqlite3driver.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
ext. database | |
Functions | |
newSQLite3Driver | Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database. |
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
Functions | |
newSQLite3Driver | 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.
Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.
declare function newSQLite3Driver() as DatabaseDriver ptr
A group of function pointers to enable access to a database.
type DatabaseDriver