代码搜索:SQLITE

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

代码结果 6,284
www.eeworm.com/read/10764/189778

project .project

ex08_2_SQLite com.android.ide.ecl
www.eeworm.com/read/15944/599014

java pettrackentry.java

package com.androidbook.PetTracker; import android.content.ContentValues; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import an
www.eeworm.com/read/15944/599164

java superpetlist.java

package com.androidbook.SuperPetTracker; import android.app.AlertDialog; import android.content.DialogInterface; import android.database.sqlite.SQLiteQueryBuilder; import android.os.Bundle; imp
www.eeworm.com/read/493646/1164518

py db.py

# -- coding: utf-8 """ db.py - Provides HarvestManDbManager class which takes care of creating and managing the user's crawl database. The crawl database is an sqlite database created as $HOME/.harves
www.eeworm.com/read/489503/1223250

php db.php

www.eeworm.com/read/334125/3372860

c base160.c

/* base160 code used by ldb_sqlite3 Copyright (C) 2004 Derrell Lipman This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/331534/3407845

all-wcprops

K 25 svn:wc:ra_dav:version-url V 76 /svnroot/poco/!svn/ver/420/poco/branches/poco-1.3.2/Data/SQLite/include/Poco END
www.eeworm.com/read/331534/3408089

svn-base makefile.svn-base

# # Makefile # # $Id: //poco/1.3/Data/ODBC/testsuite/Makefile#1 $ # # Makefile for Poco SQLite testsuite # include $(POCO_BASE)/build/rules/global ifeq ($(OSNAME),Darwin) SYSLIBS += -liodbc -liodbci
www.eeworm.com/read/308494/3713537

c fulltext.c

/* The author disclaims copyright to this source code. * * This is an SQLite module implementing full-text search. */ #include #if !defined(__APPLE__) #include #else #include
www.eeworm.com/read/280962/4121178

py pool.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from testlib import * from sqlalchemy.pool import QueuePool from sqlalchemy.databases import sqlite class QueuePoolTest(TestBase