代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/358419/10189471
h db.h
#include "StdAfx.h"
#include "CppSQLite3.h"
ItemList *DBGetItemById(int id,sqlite3 *db);
void DBUpdateChannel(int channelID,ItemList *items,sqlite3 *db);
void DBDeleteItem(DirNode *parent,My
www.eeworm.com/read/156228/11817373
mesgscript
-- ******************************************************************************
-- mesgScript: Script for creating mesg table
-- Usage:
-- $ sqlite3 msgdatabase < mesgScript
--
-- Note:
www.eeworm.com/read/257319/11934207
h php_sqlite3.h
#ifndef PHP_SQLITE3_H
#define PHP_SQLITE3_H 1
#define PHP_SQLITE3_VERSION "1.0"
#define PHP_SQLITE3_EXTNAME "SQLITE3"
//#include
#include
PHP_MINIT_FUNCTION(sqlite3);
PHP
www.eeworm.com/read/474523/6811571
def sqlite3.def
LIBRARY sqlite3odbc.dll
EXPORTS
ConfigDSN
LibMain
SQLAllocConnect
SQLAllocEnv
SQLAllocHandle
SQLAllocStmt
SQLBindCol
SQLBindParam
SQLBindParameter
SQLBrowseConnectW
SQLBulkOperations
SQ
www.eeworm.com/read/156228/11817308
examscript
-- *******************************************************************
-- examScript: Script for creating exam table
-- Usage:
-- $ sqlite3 examdatabase < examScript
--
-- Note: The trigge
www.eeworm.com/read/156228/11817344
logscript
-- ******************************************************************************
-- logScript: Script for creating log table and related triggers
-- Usage:
-- $ sqlite3 msgdatabase < logScri
www.eeworm.com/read/156228/11817370
examlog
-- *******************************************************************
-- examLog: Script for creating log table and related triggers
-- Usage:
-- $ sqlite3 examdatabase < examLOG
--
--
--
www.eeworm.com/read/156228/11817381
logscriptafter
-- ******************************************************************************
-- logScriptAFTER: Script for creating log table and related triggers
-- Usage:
-- $ sqlite3 msgdatabase < lo
www.eeworm.com/read/358419/10189472
h global.h
#ifndef _H_GLOBAL
#define _H_GLOBAL
#include "StdAfx.h"
#include "sqlite3.h"
extern sqlite3 *db;
extern sqlite3 *channelDB;
BOOL getImageDir(char *path,int &length);
CBitmap* getImage(c
www.eeworm.com/read/358419/10189385
cpp db.cpp
#include "StdAfx.h"
#include "db.h"
#include
CCriticalSection critical_section;
sqlite3 *db;
sqlite3 *channelDB;
char* gszFile;
//根据频道id获取频道内所有的项
ItemList* DBGetItemById(int id