database/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext. | |
Functions | |
newSQLite3Driver | Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database. |
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
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. Connect string is filename of database to open.
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