代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/318168/13484492
def sqlitecommand.def
; PSPad clip definition file for SQLite 3.0.8 command line interface
; SQLite command line tool is "looped back" as a "compiler".
; author: Arpad Horvath
; last revision: 2004.12.16
;
[Macro defi
www.eeworm.com/read/274660/6288469
h keywordhash.h
/***** This file contains automatically generated code ******
**
** The code in this file has been automatically generated by
**
** $Header: /sqlite/sqlite/tool/mkkeywordhash.c,v 1.31 2007/07/30 1
www.eeworm.com/read/481567/6643645
h keywordhash.h
/***** This file contains automatically generated code ******
**
** The code in this file has been automatically generated by
**
** $Header: /sqlite/sqlite/tool/mkkeywordhash.c,v 1.31 2007/07/30 1
www.eeworm.com/read/459490/1569236
tracinstall
= Trac Installation Guide for 0.11 =
[[TracGuideToc]]
Trac is written in the Python programming language and needs a database, [http://sqlite.org/ SQLite], [http://www.postgresql.org/ PostgreSQL], o
www.eeworm.com/read/179153/5309424
t 02-newdb.t
use Test;
BEGIN { plan(tests => 1) }
require DBIx::SQLite::Simple;
my $db = DBIx::SQLite::Simple->new(db => 'test-file.db');
ok(1);
www.eeworm.com/read/361182/2951312
cs unsafenativemethods.cs
namespace Imps.Client.Data
{
using System;
using System.Runtime.InteropServices;
internal sealed class UnsafeNativeMethods
{
private const string SQLITE_DLL = "SQLite.
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/377683/9265703
readme
This directory contains an SQLite extension that implements a virtual
table type that allows users to create, query and manipulate r-tree[1]
data structures inside of SQLite databases. Users create
www.eeworm.com/read/336715/3348308
dpr exsqllogger.dpr
library ExSQLLogger;
uses
ComServ,
ExSQLLogger_TLB in 'ExSQLLogger_TLB.pas',
SQLPlugin in 'SQLPlugin.pas' {SQLLogger: CoClass},
SQLiteTable in 'SQLiteTable.pas',
SQLite in 'SQLite.pa