代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/167562/5457047
readme
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.htm
www.eeworm.com/read/339446/3305953
readme
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.htm
www.eeworm.com/read/339446/3305960
readme
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.htm
www.eeworm.com/read/331534/3407842
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 71
/svnroot/poco/!svn/ver/420/poco/branches/poco-1.3.2/Data/SQLite/include
END
www.eeworm.com/read/331534/3407886
svn-base sqlitetest.cpp.svn-base
//
// SQLiteTest.cpp
//
// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTest.cpp#3 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Perm
www.eeworm.com/read/331534/3407893
cpp sqlitetest.cpp
//
// SQLiteTest.cpp
//
// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTest.cpp#3 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Perm
www.eeworm.com/read/331534/3408082
makefile
#
# Makefile
#
# $Id: //poco/1.3/Data/ODBC/testsuite/Makefile#1 $
#
# Makefile for Poco SQLite testsuite
#
include $(POCO_BASE)/build/rules/global
ifeq ($(OSNAME),Darwin)
SYSLIBS += -liod
www.eeworm.com/read/280962/4121152
py polymorph.py
from sqlalchemy import *
from sqlalchemy.orm import *
import sets
# this example illustrates a polymorphic load of two classes
metadata = MetaData('sqlite://')
metadata.bind.echo = True
# a table t
www.eeworm.com/read/422060/2045560
tcl speedtest.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt