代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/339446/3302814
pro sqlite.pro
SOURCES = sqlite.cpp
CONFIG -= qt dylib
mac:CONFIG -= app_bundle
LIBS += -lsqlite3
www.eeworm.com/read/339446/3305954
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/339446/3305961
pro sqlite.pro
TARGET = qsqlite
HEADERS = ../../../sql/drivers/sqlite/qsql_sqlite.h
SOURCES = smain.cpp \
../../../sql/drivers/sqlite/qsql_sqlite.cpp
!system-sqlite:!contains( LIBS, .*sqlite.* ) {
CONFI
www.eeworm.com/read/336715/3348307
pas sqlite.pas
unit SQLite;
{
Simplified interface for SQLite.
Created by Pablo Pissanetzky (pablo@myhtpc.net)
based on SQLite.pas by Ben Hochstrasser (bhoc@surfeu.ch)
}
interface
const
SQLITE_
www.eeworm.com/read/331534/3407867
h sqlite.h
//
// SQLite.h
//
// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/SQLite.h#2 $
//
// Library: SQLite
// Package: SQLIte
// Module: SQLite
//
// Basic definitions for the Poco SQLite
www.eeworm.com/read/331534/3407896
vmsbuild sqlite.vmsbuild
#
# SQLite.vmsbuild
#
# $Id: //poco/1.3/Data/SQLite/SQLite.vmsbuild#1 $
#
LIB=PocoSQLite
Binder
Extractor
SessionImpl
SessionInstantiator
SQLiteException
StatementImpl
Utility
alter
anal
www.eeworm.com/read/313224/3645055
pm sqlite.pm
# $Id: SQLite.pm,v 1.53 2006/09/07 23:24:27 matt Exp $
package DBD::SQLite;
use strict;
use DBI;
use vars qw($err $errstr $state $drh $VERSION @ISA);
$VERSION = '1.13';
use DynaLoader();
@ISA = ('D
www.eeworm.com/read/296298/3906716
cpp sqlite.cpp
#include
#include
#include
#include
#include
#include
#include "svnqt/client.hpp"
#include "svnqt/svnqttypes.hpp"