代码搜索:SQLITE

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

代码结果 6,284
www.eeworm.com/read/445796/7590056

pas sqlite3inifile.pas

Unit SQLite3IniFile; Interface Uses Classes, IniFiles, SQLite3IniFileDb; Type TSQLite3IniFile = Class(TCustomIniFile) Private FDb: TSQLite3IniFileDb; Public Constructo
www.eeworm.com/read/445796/7590057

pas sqlite3inifiledb.pas

Unit SQLite3IniFileDb; {$I SQLite.inc} Interface Uses SysUtils, Classes, SQLite3Lib, Sqlite3Types; Const DEFAULT_LIST_ITEM_NAME = 'Item'; Type ESQLite3IniFileDb = Class(Exception
www.eeworm.com/read/445796/7590063

pas sqlite3lib.pas

Unit SQLite3Lib; Interface {$I Sqlite.inc} Uses Sqlite3Types; Var SQLite3_DllName: AnsiString = 'Sqlite3.dll'; SQLite3_DllHandle: THandle; {$IFDEF UseSQLiteCrypt} SQLite3_Ke
www.eeworm.com/read/445796/7590208

inc sqlite3obj.inc

Const __Days: Array[0..12 - 1] Of integer = ( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ); __YDays: Array[0..13 - 1] Of integer = ( 0, 31, 59, 90, 120, 151, 181, 212, 243,
www.eeworm.com/read/445796/7590209

inc sqlite3obj.inc

Const __Days: Array[0..12 - 1] Of integer = ( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ); __YDays: Array[0..13 - 1] Of integer = ( 0, 31, 59, 90, 120, 151, 181, 212, 243,
www.eeworm.com/read/443644/7629627

h sqlite3ext.h

/* ** 2006 June 7 ** ** 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 fo
www.eeworm.com/read/439363/7711510

h session_sqlite_storage.h

#ifndef SESSION_SQLITE_STORAGE_H #define SESSION_SQLITE_STORAGE_H #include #include #include #include #include "session_storage.h" #in
www.eeworm.com/read/439363/7711516

cpp session_sqlite_storage.cpp

#include "session_sid.h" #include "global_config.h" #include "session_sqlite_storage.h" #include "cppcms_error.h" #include "posix_mutex.h" #include #include #include #
www.eeworm.com/read/297009/8065874

h sqlite3ext.h

/* ** 2006 June 7 ** ** 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 fo