代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/403922/11500534
html sqlite3.version.html
Returns the SQLite3 library version as a string constant and as a number
www.eeworm.com/read/361696/10039130
cpp main.cpp
#include
#include
#include "sqlite3.h"
#define _DEBUG_
int main( void )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc;
rc = sqlite3_open("zieckey.db", &db); /
www.eeworm.com/read/437676/7743112
c~ sql_insert.c~
#include
#include "sqlite3.h" /* orignal is */
int sql_instert (char daxia[12] , char ke[12] , char jiaoshi[12] ,char riqi[12]){
sqlite3 *db = NULL;
char *zErrMsg = 0
www.eeworm.com/read/437676/7743115
c~ test.c~
#include
#include
#include
#include "sqlite3.h"
int main (void)
{
int i;
char **temp;
int nrow,ncolumn;
char sql_cmd[100];
sqlite3 *db=NULL;
char *
www.eeworm.com/read/437676/7743131
c sql_insert.c
#include
#include "sqlite3.h" /* orignal is */
int sql_instert (char daxia[12] , char ke[12] , char jiaoshi[12] ,char riqi[12]){
sqlite3 *db = NULL;
char *zErrMsg = 0
www.eeworm.com/read/437676/7743134
c~ sql_insert.c~
#include
#include "sqlite3.h" /* orignal is */
int sql_instert (char jioashi[10] , char riqi[16] , ){
sqlite3 *db = NULL;
char *zErrMsg = 0 , sql_cmd[100];
int rc;
www.eeworm.com/read/437676/7743141
c test.c
#include
#include
#include
#include "sqlite3.h"
int main (void)
{
int i;
char **temp;
int nrow,ncolumn;
char sql_cmd[100];
sqlite3 *db=NULL;
char *
www.eeworm.com/read/403922/11506009
html sqlite3.construct.html
Instantiates an SQLite3 object and opens an SQLite 3 database
www.eeworm.com/read/334125/3372782
sh test-sqlite3.sh
#!/bin/sh
LDB_URL="sqlite3://sqltest.ldb"
export LDB_URL
rm -f sqltest.ldb
if [ -z "$LDBDIR" ]; then
LDBDIR=`dirname $0`/..
export LDBDIR
fi
PATH=bin:$PATH
export PATH
LDB_SPECIALS=0
exp
www.eeworm.com/read/377683/9265723
tcl viewrtree.tcl
load ./libsqlite3.dylib
#package require sqlite3
source [file join [file dirname $argv0] rtree_util.tcl]
wm title . "SQLite r-tree viewer"
if {[llength $argv]!=1} {
puts stderr "Usage: $argv0