代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/280962/4121150
py single.py
from sqlalchemy import *
from sqlalchemy.orm import *
metadata = MetaData('sqlite://')
metadata.bind.echo = 'debug'
# a table to store companies
companies = Table('companies', metadata,
Column('
www.eeworm.com/read/302164/13840165
cs main.cs
using System;
using System.Windows.Forms;
using Microsoft.WindowsMobile.PocketOutlook;
using Microsoft.WindowsMobile.PocketOutlook.MessageInterception;
using System.Data.SQLite;
using NotifyClie
www.eeworm.com/read/493236/6399026
java mysqlchar.java
package sqlite;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.sql.*;
public class MysqlChar {
String sGet,driver ;
void test(){
try {
www.eeworm.com/read/331534/3407885
svn-base sqlitetest.h.svn-base
//
// SQLiteTest.h
//
// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTest.h#3 $
//
// Definition of the SQLiteTest class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering
www.eeworm.com/read/331534/3407887
svn-base sqlitetestsuite.cpp.svn-base
//
// SQLiteTestSuite.cpp
//
// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp#2 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
/
www.eeworm.com/read/331534/3407889
h sqlitetest.h
//
// SQLiteTest.h
//
// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTest.h#3 $
//
// Definition of the SQLiteTest class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering
www.eeworm.com/read/331534/3407890
cpp sqlitetestsuite.cpp
//
// SQLiteTestSuite.cpp
//
// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp#2 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
/
www.eeworm.com/read/361804/2942993
cpp sqlitedatabase.cpp
/* AscentEmu By SOI */
#include "DatabaseEnv.h"
#include "../CrashHandler.h"
#include "../NGLog.h"
#if defined(ENABLE_DATABASE_SQLITE)
#include "SQLiteDatabase.h"
SQLiteDatabase::~SQLit
www.eeworm.com/read/156227/5612062
h quicklitedatabaseextras.h
/*
* QuickLiteDatabaseExtras.h
* A lightweight Cocoa wrapper for SQLite
*
* Written by Tito Ciuro (20-May-2004)
Copyright (c) 2004, Tito Ciuro
All rights reserved.
Redistribution and use