代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/167562/5459000
h qsql_sqlite2.h
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtSql module of the Qt To
www.eeworm.com/read/167562/5459001
cpp qsql_sqlite2.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtSql module of the Qt To
www.eeworm.com/read/339446/3302881
h qsql_sqlite2.h
#include "../../src/sql/drivers/sqlite2/qsql_sqlite2.h"
www.eeworm.com/read/339446/3304790
h qsql_sqlite2.h
#include "../../src/sql/drivers/sqlite2/qsql_sqlite2.h"
www.eeworm.com/read/339446/3308610
h qsql_sqlite2.h
/****************************************************************************
**
** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
**
** This file is part of the QtSql module of the Qt To
www.eeworm.com/read/339446/3308611
cpp qsql_sqlite2.cpp
/****************************************************************************
**
** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
**
** This file is part of the QtSql module of the Qt To
www.eeworm.com/read/334125/3372734
m4 sqlite3.m4
########################################################
# Compile with SQLITE3 support?
SQLITE3_LIBS=""
with_sqlite3_support=no
AC_MSG_CHECKING([for SQLITE3 support])
AC_ARG_WITH(sqlite3,
AS_HELP_S
www.eeworm.com/read/334125/3372782
sh test-sqlite3.sh
#!/bin/sh
LDB_URL="sqlite3://sqltest.ldb"
export LDB_URL
rm -f sqltest.ldb
if [ -z "$LDBDIR" ]; then
LDBDIR=`dirname $0`/..
export LDBDIR
fi
PATH=bin:$PATH
export PATH
LDB_SPECIALS=0
exp