代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/205013/15329841
tcl tclinstaller.tcl
# This script attempts to install SQLite3 so that it can be used
# by TCL. Invoke this script with single argument which is the
# version number of SQLite. Example:
#
# tclsh tclinstaller.tcl 3.0
www.eeworm.com/read/308494/3713541
h fts1.h
#include "sqlite3.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
int sqlite3Fts1Init(sqlite3 *db);
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */
www.eeworm.com/read/394837/8205292
cpp sqlite_test.cpp
#include
#include
#include
#include "sqlite3.h"
using namespace std;
sqlite3* pDB;
int createTable()
{
char* errMsg;
std::string dropTab="drop table test
www.eeworm.com/read/291050/8443668
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Sqlite3工作平台.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/446006/7586849
py listing13-1.py
import sqlite3
def convert(value):
if value.startswith('~'):
return value.strip('~')
if not value:
value = '0'
return float(value)
conn = sqlite3.connect('food.db')
curs
www.eeworm.com/read/199943/5074510
sqlite readme.sqlite
SQLITE3 DATABASE DRIVER FOR BOGOFILTER
======================================
$Id: README.sqlite,v 1.6 2005/12/26 02:01:23 m-a Exp $
This document only applies if you want to use bogofilter with SQL