代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/205898/5014236
pm sqlite.pm
# Copyright 2001-2005 Six Apart.
# SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS
#
# $Id: sqlite.pm 10391 2005-03-16 00:19:42Z bchoate $
package MT::ObjectDriver::DBI::sqlite;
use strict;
use F
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
www.eeworm.com/read/179153/5309841
pm sqlite.pm
# $Id: SQLite.pm,v 1.52 2006/04/10 01:50:05 matt Exp $
package DBD::SQLite;
use strict;
use DBI;
use vars qw($err $errstr $state $drh $VERSION @ISA);
$VERSION = '1.12';
use DynaLoader();
@ISA = ('D
www.eeworm.com/read/179153/5309856
dbtest sqlite.dbtest
# Hej, Emacs, give us -*- perl -*- mode here!
#
# $Id: SQLite.dbtest,v 1.1 2002/02/19 17:19:57 matt Exp $
#
# database specific definitions for a 'CSV' database
# This function generates a mappi
www.eeworm.com/read/167562/5457041
pro sqlite.pro
TARGET = qsqlite2
HEADERS = ../../../sql/drivers/sqlite2/qsql_sqlite2.h
SOURCES = smain.cpp \
../../../sql/drivers/sqlite2/qsql_sqlite2.cpp
!contains(LIBS, .*sqlite.*):LIBS *= -lsqlite
inclu
www.eeworm.com/read/167562/5457048
pro sqlite.pro
TARGET = qsqlite
HEADERS = ../../../sql/drivers/sqlite/qsql_sqlite.h
SOURCES = smain.cpp \
../../../sql/drivers/sqlite/qsql_sqlite.cpp
!contains( LIBS, .*sqlite.* ) {
CONFIG(release, debu
www.eeworm.com/read/343875/3215431
cpp sqlite.cpp
#ifndef CONNECTION_H
#define CONNECTION_H
#include
#include
#include
#include
#include
#include
#include
#incl