代码搜索:sqlite3

找到约 267 项符合「sqlite3」的源代码

代码结果 267
www.eeworm.com/read/347985/11619911

txt zj5.txt

int sqlite3_key(sqlite3 *db, const void *pKey, int nKey) { return sqlite3_key_interop(db, pKey, nKey); } int sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey) { return sqli
www.eeworm.com/read/411577/2185942

py pysqlite.py

# -*- coding:utf-8 -*- # file: PySqlite.py # import sqlite3 # 导入sqlite3模块 con = sqlite3.connect('python') # 连接到数据库 cur = con.cursor() # 获得数据库游标 cur.execute('insert int
www.eeworm.com/read/334331/12609910

c hello.c

#include #include #include #include #include #include #include sqlite3 *db; sqlite3 *db2; char *zErrMsg = 0;
www.eeworm.com/read/341513/12080808

h sqlitedb.h

#ifndef SQLITE3 #define SQLITE3 #include "sqlite3.h" #include #include #include using namespace std; //此类用来对查询结果进行相关的操作例如取得函数列数和对应行列的结果 class ResultInfo
www.eeworm.com/read/427763/8922750

cpp cppsqlite3u.cpp

//////////////////////////////////////////////////////////////////////////////// // CppSQLite3U is a C++ unicode wrapper around the SQLite3 embedded database library. // // Copyright (c) 2006 Tyus
www.eeworm.com/read/427763/8922780

h cppsqlite3u.h

//////////////////////////////////////////////////////////////////////////////// // CppSQLite3U is a C++ unicode wrapper around the SQLite3 embedded database library. // // Copyright (c) 2006 Tyus
www.eeworm.com/read/427034/8984266

cpp cppsqlite3u.cpp

//////////////////////////////////////////////////////////////////////////////// // CppSQLite3U is a C++ unicode wrapper around the SQLite3 embedded database library. // // Copyright (c) 2006 Tyus
www.eeworm.com/read/427034/8984270

h cppsqlite3u.h

//////////////////////////////////////////////////////////////////////////////// // CppSQLite3U is a C++ unicode wrapper around the SQLite3 embedded database library. // // Copyright (c) 2006 Tyus
www.eeworm.com/read/419834/10834532

cpp cppsqlite3u.cpp

//////////////////////////////////////////////////////////////////////////////// // CppSQLite3U is a C++ unicode wrapper around the SQLite3 embedded database library. // // Copyright (c) 2006 Tyus
www.eeworm.com/read/419834/10834556

h cppsqlite3u.h

//////////////////////////////////////////////////////////////////////////////// // CppSQLite3U is a C++ unicode wrapper around the SQLite3 embedded database library. // // Copyright (c) 2006 Tyus