代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/247283/12668752
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.12 2003/06/29 16:11:13 drh Exp $}
puts {
SQLite Virtual Machine Opcodes
www.eeworm.com/read/247283/12668788
tcl lang.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: lang.tcl,v 1.67 2004/04/23 17:04:45 drh Exp $}
puts {
Query Language Understood By SQLite
www.eeworm.com/read/324802/13243925
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.12 2003/06/29 16:11:13 drh Exp $}
puts {
SQLite Virtual Machine Opcodes
www.eeworm.com/read/324802/13243978
tcl lang.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: lang.tcl,v 1.65 2003/07/20 01:16:48 drh Exp $}
puts {
Query Language Understood By SQLite
www.eeworm.com/read/179153/5309426
pm db.pm
#
# $Id: DB.pm,v 1.1.2.11 2006/06/11 18:59:05 gomor Exp $
#
package Net::SinFP::DB;
use strict;
use warnings;
require DBIx::SQLite::Simple;
our @ISA = qw(DBIx::SQLite::Simple);
our @AS = qw(
passi
www.eeworm.com/read/179153/5309431
pm os.pm
#
# $Id: Os.pm,v 1.1.2.13.2.2 2006/06/08 18:55:42 gomor Exp $
#
package Net::SinFP::DB::Os;
use strict;
use warnings;
require DBIx::SQLite::Simple::Table;
our @ISA = qw(DBIx::SQLite::Simple::Table);
www.eeworm.com/read/156228/11817308
examscript
-- *******************************************************************
-- examScript: Script for creating exam table
-- Usage:
-- $ sqlite3 examdatabase < examScript
--
-- Note: The trigge
www.eeworm.com/read/156228/11817344
logscript
-- ******************************************************************************
-- logScript: Script for creating log table and related triggers
-- Usage:
-- $ sqlite3 msgdatabase < logScri
www.eeworm.com/read/156228/11817370
examlog
-- *******************************************************************
-- examLog: Script for creating log table and related triggers
-- Usage:
-- $ sqlite3 examdatabase < examLOG
--
--
--
www.eeworm.com/read/156228/11817381
logscriptafter
-- ******************************************************************************
-- logScriptAFTER: Script for creating log table and related triggers
-- Usage:
-- $ sqlite3 msgdatabase < lo