代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
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/15944/599163
java superpettrackerdatabasehelper.java
package com.androidbook.SuperPetTracker;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.androidbook.
www.eeworm.com/read/17199/723469
java dbopenhelper.java
package com.wangjialin.service;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DBOpenHelper extend
www.eeworm.com/read/331534/3407876
svn-base makefile.svn-base
#
# Makefile
#
# $Id: //poco/1.3/Data/SQLite/testsuite/Makefile#1 $
#
# Makefile for Poco SQLite testsuite
#
include $(POCO_BASE)/build/rules/global
objects = SQLiteTestSuite Driver \
SQLiteTest
t
www.eeworm.com/read/358128/3002979
sql sample.sql
-- SQLite schema for permission administration
-- usage: sqlite /tmp/user.db < sample.sql
CREATE TABLE auth (
username VARCHAR(50) NOT NULL, -- username
password VARCHAR(50) NOT NULL -- password
)
www.eeworm.com/read/341513/12080808
h sqlitedb.h
#ifndef SQLITE3
#define SQLITE3
#include "sqlite3.h"
#include
#include
#include
using namespace std;
//此类用来对查询结果进行相关的操作例如取得函数列数和对应行列的结果
class ResultInfo