代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/136865/5841288
readme
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.htm
www.eeworm.com/read/136815/5855980
readme
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.htm
www.eeworm.com/read/158283/11627511
tcl speedtest.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/158283/11627552
tcl speedtest2.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/157653/11676543
tcl speedtest.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/157653/11676584
tcl speedtest2.tcl
#!/usr/bin/tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
#
# Run a test
#
set cnt 1
proc runtest {title} {
global cnt
www.eeworm.com/read/211881/15171718
py isql.py
import sqlite
class isql:
def __init__(self):
self.database=None
def dbConnect(self,directory,db):
if self.database!=None:
self.database.close()
# op
www.eeworm.com/read/15944/599084
java mediapettracker.java
package com.androidbook.MediaPetTracker;
import android.app.Activity;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
public class MediaPetTracker extends Activity {
www.eeworm.com/read/15944/599166
java superpettrackentry.java
package com.androidbook.SuperPetTracker;
import android.content.ContentValues;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteQueryBuilder;
www.eeworm.com/read/167562/5457040
readme
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.htm