代码搜索:SQLITE

找到约 6,284 项符合「SQLITE」的源代码

代码结果 6,284
www.eeworm.com/read/418028/10967282

h sqlite3ext.h

/* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness fo
www.eeworm.com/read/445796/7590032

def sqlite3crypt.def

EXPORTS sqlite3_aggregate_context sqlite3_aggregate_count sqlite3_auto_extension sqlite3_backup_finish sqlite3_backup_init sqlite3_backup_pagecount sqlite3_backup_remaining sqlite3_backup_step sqlite3
www.eeworm.com/read/445796/7590040

h sqlite3ext.h

/* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness fo
www.eeworm.com/read/445796/7590046

rc sqlite3odbc.rc

#include #include #include "resource3.h" #include "sqlite3.h" ///////////////////////////////////////////////////////////////////////////// // // Dialog // DRIVERCO
www.eeworm.com/read/445796/7590048

def sqlite3odbc.def

SQLBulkOperations SQLDataSourcesW SQLDriversW SQLBrowseConnectW SQLPutData SQLBindParameter SQLBindParam SQLNumParams SQLParamData SQLDescribeParam SQLSetParam SQLParamOptions SQLTablePriv
www.eeworm.com/read/445796/7590049

c sqlite3odbc.c

/** * @file sqlite3odbc.c * SQLite3 ODBC Driver main module. * * $Id: sqlite3odbc.c,v 1.81 2008/09/13 06:22:13 chw Exp chw $ * * Copyright (c) 2004-2008 Christian Werner
www.eeworm.com/read/445796/7590051

h sqlite3odbc.h

#ifndef _SQLITE3ODBC_H #define _SQLITE3ODBC_H /** * @mainpage * @section readme README * @verbinclude README * @section changelog ChangeLog * @verbinclude ChangeLog * @section copying
www.eeworm.com/read/445796/7590055

pas sqlite3types.pas

Unit SQLite3Types; Interface Const SQLITE_OK = 0; // Successful result SQLITE_ERROR = 1; // SQL error or missing database SQLITE_INTERNAL = 2;