代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/435917/7781218
test utf16.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/143387/12880073
test utf16.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/158283/11628334
test utf16.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/157653/11677524
test utf16.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/173349/9661811
test utf16.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/205013/15330045
test exclusive3.test
# 2007 March 26
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourse
www.eeworm.com/read/205013/15330122
test utf16.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/257319/11934191
m4 config.m4
PHP_ARG_WITH(sqlite3, for sqlite3 support,
[ --with-sqlite3[=DIR] Include sqlite3 support.])
if test "$PHP_SQLITE3" != "no";
then
PHP_NEW_EXTENSION(sqlite3, php_sqlite3.c, $ext_shared)
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/275731/4172042
hpp sqlite3.hpp
/* LiteSQL
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
/** \file sqlite3.hpp
* SQLite3 SQLite3::Result SQLite3::Cursor */
#ifndef _litesql_sqlite3_hpp
#define _litesql