代码搜索:SQLITE

找到约 6,284 项符合「SQLITE」的源代码

代码结果 6,284
www.eeworm.com/read/156228/11817321

createimgtable

#!/bin/bash # # Quick code to create imagedata # database="test3.db" r=`sqlite3 ${database} ".tables imagedata"`; if [ ${r:-'nope'} = "imagedata" ] then echo "imagedata Table exists" else sqlite3
www.eeworm.com/read/211881/15171739

py isql2.py

##import gadfly import sqlite import odbc import win32com.client import _sqlite import pywintypes ##import adodbapi ##from pyPgSQL import PgSQL class MyError(Exception): def __init__(self
www.eeworm.com/read/10764/189688

java dbadapter.java

package com.iceskysl.iTracks; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; public c
www.eeworm.com/read/248230/4470601

php example1.php

www.eeworm.com/read/248230/4470604

php example2.php

www.eeworm.com/read/179153/5309421

t 03-id-type-table.t

use Test; BEGIN { plan(tests => 1) } package TPub; require DBIx::SQLite::Simple::Table; require Class::Gomor::Array; our @ISA = qw(DBIx::SQLite::Simple::Table Class::Gomor::Array); our @AS = qw(
www.eeworm.com/read/179153/5309423

t 04-entry-type-table.t

use Test; BEGIN { plan(tests => 1) } package TBeer; require DBIx::SQLite::Simple::Table; require Class::Gomor::Array; our @ISA = qw(DBIx::SQLite::Simple::Table Class::Gomor::Array); our @AS = qw(
www.eeworm.com/read/331534/3407827

makefile

# # Makefile # # $Id: //poco/1.3/Data/SQLite/Makefile#3 $ # # Makefile for Poco SQLite # include $(POCO_BASE)/build/rules/global SYSFLAGS += -DTHREADSAFE -DNO_TCL -DSQLITE_DISABLE_LFS o
www.eeworm.com/read/331534/3407883

svn-base driver.cpp.svn-base

// // Driver.cpp // // $Id: //poco/1.3/Data/SQLite/testsuite/src/Driver.cpp#2 $ // // Console-based test driver for Poco SQLite. // // Copyright (c) 2006, Applied Informatics Software Engineeri
www.eeworm.com/read/331534/3407891

cpp driver.cpp

// // Driver.cpp // // $Id: //poco/1.3/Data/SQLite/testsuite/src/Driver.cpp#2 $ // // Console-based test driver for Poco SQLite. // // Copyright (c) 2006, Applied Informatics Software Engineeri