Home
last modified time | relevance | path

Searched refs:SQLite3 (Results 1 – 25 of 2467) sorted by relevance

12345678910>>...99

/dports/databases/php80-sqlite3/php-8.0.15/ext/sqlite3/
H A Dsqlite3_arginfo.h153 ZEND_METHOD(SQLite3, open);
154 ZEND_METHOD(SQLite3, close);
155 ZEND_METHOD(SQLite3, version);
160 ZEND_METHOD(SQLite3, changes);
161 ZEND_METHOD(SQLite3, busyTimeout);
166 ZEND_METHOD(SQLite3, backup);
169 ZEND_METHOD(SQLite3, prepare);
170 ZEND_METHOD(SQLite3, exec);
171 ZEND_METHOD(SQLite3, query);
172 ZEND_METHOD(SQLite3, querySingle);
[all …]
/dports/lang/php80/php-8.0.15/ext/sqlite3/
H A Dsqlite3_arginfo.h153 ZEND_METHOD(SQLite3, open);
154 ZEND_METHOD(SQLite3, close);
155 ZEND_METHOD(SQLite3, version);
160 ZEND_METHOD(SQLite3, changes);
161 ZEND_METHOD(SQLite3, busyTimeout);
166 ZEND_METHOD(SQLite3, backup);
169 ZEND_METHOD(SQLite3, prepare);
170 ZEND_METHOD(SQLite3, exec);
171 ZEND_METHOD(SQLite3, query);
172 ZEND_METHOD(SQLite3, querySingle);
[all …]
/dports/www/mod_php80/php-8.0.15/ext/sqlite3/
H A Dsqlite3_arginfo.h153 ZEND_METHOD(SQLite3, open);
154 ZEND_METHOD(SQLite3, close);
155 ZEND_METHOD(SQLite3, version);
160 ZEND_METHOD(SQLite3, changes);
161 ZEND_METHOD(SQLite3, busyTimeout);
166 ZEND_METHOD(SQLite3, backup);
169 ZEND_METHOD(SQLite3, prepare);
170 ZEND_METHOD(SQLite3, exec);
171 ZEND_METHOD(SQLite3, query);
172 ZEND_METHOD(SQLite3, querySingle);
[all …]
/dports/lang/php81/php-8.1.1/ext/sqlite3/
H A Dsqlite3_arginfo.h168 ZEND_METHOD(SQLite3, open);
169 ZEND_METHOD(SQLite3, close);
170 ZEND_METHOD(SQLite3, version);
175 ZEND_METHOD(SQLite3, changes);
176 ZEND_METHOD(SQLite3, busyTimeout);
181 ZEND_METHOD(SQLite3, backup);
184 ZEND_METHOD(SQLite3, prepare);
185 ZEND_METHOD(SQLite3, exec);
186 ZEND_METHOD(SQLite3, query);
187 ZEND_METHOD(SQLite3, querySingle);
[all …]
/dports/databases/php81-sqlite3/php-8.1.1/ext/sqlite3/
H A Dsqlite3_arginfo.h168 ZEND_METHOD(SQLite3, open);
169 ZEND_METHOD(SQLite3, close);
170 ZEND_METHOD(SQLite3, version);
175 ZEND_METHOD(SQLite3, changes);
176 ZEND_METHOD(SQLite3, busyTimeout);
181 ZEND_METHOD(SQLite3, backup);
184 ZEND_METHOD(SQLite3, prepare);
185 ZEND_METHOD(SQLite3, exec);
186 ZEND_METHOD(SQLite3, query);
187 ZEND_METHOD(SQLite3, querySingle);
[all …]
/dports/www/mod_php81/php-8.1.1/ext/sqlite3/
H A Dsqlite3_arginfo.h168 ZEND_METHOD(SQLite3, open);
169 ZEND_METHOD(SQLite3, close);
170 ZEND_METHOD(SQLite3, version);
175 ZEND_METHOD(SQLite3, changes);
176 ZEND_METHOD(SQLite3, busyTimeout);
181 ZEND_METHOD(SQLite3, backup);
184 ZEND_METHOD(SQLite3, prepare);
185 ZEND_METHOD(SQLite3, exec);
186 ZEND_METHOD(SQLite3, query);
187 ZEND_METHOD(SQLite3, querySingle);
[all …]
/dports/audio/mixxx/mixxx-2.3.0/cmake/modules/
H A DFindSQLite3.cmake10 Finds the SQLite3 library.
17 ``SQLite3::SQLite3``
18 The SQLite3 library
30 Libraries needed to link to SQLite3.
42 The path to the SQLite3 library.
55 DOC "SQLite3 include directory")
61 DOC "SQLite3 library"
67 SQLite3
78 if(NOT TARGET SQLite3::SQLite3)
79 add_library(SQLite3::SQLite3 UNKNOWN IMPORTED)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/cmake/modules/
H A DFindSqlite3.cmake4 # Finds the SQLite3 library
8 # SQLITE3_FOUND - system has SQLite3
9 # SQLITE3_INCLUDE_DIRS - the SQLite3 include directory
10 # SQLITE3_LIBRARIES - the SQLite3 libraries
14 # SQLite3::SQLite3 - The SQLite3 library
36 if(NOT TARGET SQLite3::SQLite3)
37 add_library(SQLite3::SQLite3 UNKNOWN IMPORTED)
38 set_target_properties(SQLite3::SQLite3 PROPERTIES
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrator/
H A Dsqlite_dialect.go13 type SQLite3 struct { struct
18 d := SQLite3{}
25 func (db *SQLite3) SupportEngine() bool { argument
29 func (db *SQLite3) Quote(name string) string { argument
33 func (db *SQLite3) AutoIncrStr() string { argument
37 func (db *SQLite3) BooleanStr(value bool) string { argument
44 func (db *SQLite3) DateTimeFunc(value string) string { argument
48 func (db *SQLite3) SQLType(c *Column) string { argument
87 func (db *SQLite3) CleanDB() error { argument
93 func (db *SQLite3) TruncateDBTables() error { argument
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/transaction/
H A DSwdb.cpp65 conn = std::make_shared<SQLite3>(path); in Swdb()
76 conn = std::make_shared<SQLite3>(":memory:"); in Swdb()
89 conn = std::make_shared<SQLite3>(path); in Swdb()
92 } catch (SQLite3::Error & ex) { in Swdb()
100 conn = std::make_shared<SQLite3>(path); in Swdb()
103 } catch (SQLite3::Error & ex) { in Swdb()
121 } catch (SQLite3::Error & ex) { in Swdb()
132 } catch (SQLite3::Error & ex) { in Swdb()
318 SQLite3::Query query(*conn, sql); in getRPMRepo()
349 SQLite3::Statement query(*conn, sql); in getLastTransaction()
[all …]
H A DRPMItem.cpp67 SQLite3::Statement query(*conn.get(), sql); in dbSelect()
90 SQLite3::Statement query(*conn.get(), sql); in dbInsert()
144 SQLite3::Query query(*conn.get(), sql); in getTransactionItems()
184 SQLite3::Statement query(*conn.get(), sql); in dbSelectOrInsert()
187 SQLite3::Statement::StepResult result = query.step(); in dbSelectOrInsert()
189 if (result == SQLite3::Statement::StepResult::ROW) { in dbSelectOrInsert()
240 SQLite3::Query query(*conn, sql); in getTransactionItem()
280 SQLite3::Query query(*conn, sql); in resolveTransactionItemReason()
301 SQLite3::Query arch_query(*conn, arch_sql); in resolveTransactionItemReason()
309 SQLite3::Query query(*conn, sql); in resolveTransactionItemReason()
[all …]
H A DCompsGroupItem.cpp138 SQLite3::Query query(*conn.get(), sql); in dbSelect()
166 SQLite3::Statement query(*conn.get(), sql); in dbInsert()
226 SQLite3::Query query(*conn, sql); in getTransactionItem()
258 conn = std::make_shared<SQLite3>(conn->getPath()); in getTransactionItemsByPattern()
260 SQLite3::Query query(*conn, sql); in getTransactionItemsByPattern()
298 SQLite3::Query query(*conn.get(), sql); in getTransactionItems()
337 SQLite3::Query query(*conn.get(), sql); in loadPackages()
402 SQLite3::Statement query(*getGroup().conn.get(), sql); in dbInsert()
421 SQLite3::Statement query(*getGroup().conn.get(), sql); in dbUpdate()
443 SQLite3::Statement::StepResult result = query.step(); in dbSelectOrInsert()
[all …]
H A DCompsEnvironmentItem.cpp69 SQLite3::Query query(*conn.get(), sql); in dbSelect()
98 SQLite3::Statement query(*conn.get(), sql); in dbInsert()
158 SQLite3::Query query(*conn, sql); in getTransactionItem()
160 if (query.step() == SQLite3::Statement::StepResult::ROW) { in getTransactionItem()
191 conn = std::make_shared<SQLite3>(conn->getPath()); in getTransactionItemsByPattern()
193 SQLite3::Query query(*conn, sql); in getTransactionItemsByPattern()
197 while (query.step() == SQLite3::Statement::StepResult::ROW) { in getTransactionItemsByPattern()
231 SQLite3::Query query(*conn.get(), sql); in getTransactionItems()
234 while (query.step() == SQLite3::Statement::StepResult::ROW) { in getTransactionItems()
286 SQLite3::Query query(*conn.get(), sql); in loadGroups()
[all …]
/dports/lang/php73/php-7.3.33/ext/sqlite3/tests/
H A Dsqlite3_query_error.phpt2 SQLite3::query parameters
11 $db = new SQLite3(':memory:');
12 echo 'Testing SQLite3 query without parameters' . PHP_EOL;
15 echo 'Testing SQLite3 query with one array parameter' . PHP_EOL;
18 echo 'Testing SQLite3 qeury with empty string parameter' . PHP_EOL;
24 Testing SQLite3 query without parameters
26 Warning: SQLite3::query() expects exactly 1 parameter, 0 given in %s on line %d
27 Testing SQLite3 query with one array parameter
29 Warning: SQLite3::query() expects parameter 1 to be string, array given in %s on line %d
30 Testing SQLite3 qeury with empty string parameter
H A Dsqlite3_querysingle_error.phpt2 SQLite3::query parameters
10 $db = new SQLite3(':memory:');
11 echo 'Testing SQLite3 querySingle without parameters' . PHP_EOL;
14 echo 'Testing SQLite3 querySingle with one array parameter' . PHP_EOL;
17 echo 'Testing SQLite3 qeurySingle with empty string parameter' . PHP_EOL;
23 Testing SQLite3 querySingle without parameters
25 Warning: SQLite3::querySingle() expects at least 1 parameter, 0 given in %s on line %d
26 Testing SQLite3 querySingle with one array parameter
28 Warning: SQLite3::querySingle() expects parameter 1 to be string, array given in %s on line %d
29 Testing SQLite3 qeurySingle with empty string parameter
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/tests/
H A Dsqlite3_query_error.phpt2 SQLite3::query parameters
11 $db = new SQLite3(':memory:');
12 echo 'Testing SQLite3 query without parameters' . PHP_EOL;
15 echo 'Testing SQLite3 query with one array parameter' . PHP_EOL;
18 echo 'Testing SQLite3 qeury with empty string parameter' . PHP_EOL;
24 Testing SQLite3 query without parameters
26 Warning: SQLite3::query() expects exactly 1 parameter, 0 given in %s on line %d
27 Testing SQLite3 query with one array parameter
29 Warning: SQLite3::query() expects parameter 1 to be string, array given in %s on line %d
30 Testing SQLite3 qeury with empty string parameter
H A Dsqlite3_querysingle_error.phpt2 SQLite3::query parameters
10 $db = new SQLite3(':memory:');
11 echo 'Testing SQLite3 querySingle without parameters' . PHP_EOL;
14 echo 'Testing SQLite3 querySingle with one array parameter' . PHP_EOL;
17 echo 'Testing SQLite3 qeurySingle with empty string parameter' . PHP_EOL;
23 Testing SQLite3 querySingle without parameters
25 Warning: SQLite3::querySingle() expects at least 1 parameter, 0 given in %s on line %d
26 Testing SQLite3 querySingle with one array parameter
28 Warning: SQLite3::querySingle() expects parameter 1 to be string, array given in %s on line %d
29 Testing SQLite3 qeurySingle with empty string parameter
/dports/www/mod_php73/php-7.3.33/ext/sqlite3/tests/
H A Dsqlite3_querysingle_error.phpt2 SQLite3::query parameters
10 $db = new SQLite3(':memory:');
11 echo 'Testing SQLite3 querySingle without parameters' . PHP_EOL;
14 echo 'Testing SQLite3 querySingle with one array parameter' . PHP_EOL;
17 echo 'Testing SQLite3 qeurySingle with empty string parameter' . PHP_EOL;
23 Testing SQLite3 querySingle without parameters
25 Warning: SQLite3::querySingle() expects at least 1 parameter, 0 given in %s on line %d
26 Testing SQLite3 querySingle with one array parameter
28 Warning: SQLite3::querySingle() expects parameter 1 to be string, array given in %s on line %d
29 Testing SQLite3 qeurySingle with empty string parameter
H A Dsqlite3_query_error.phpt2 SQLite3::query parameters
11 $db = new SQLite3(':memory:');
12 echo 'Testing SQLite3 query without parameters' . PHP_EOL;
15 echo 'Testing SQLite3 query with one array parameter' . PHP_EOL;
18 echo 'Testing SQLite3 qeury with empty string parameter' . PHP_EOL;
24 Testing SQLite3 query without parameters
26 Warning: SQLite3::query() expects exactly 1 parameter, 0 given in %s on line %d
27 Testing SQLite3 query with one array parameter
29 Warning: SQLite3::query() expects parameter 1 to be string, array given in %s on line %d
30 Testing SQLite3 qeury with empty string parameter
/dports/sysutils/libdnf/libdnf-0.64.0/bindings/swig/
H A Dutils.i20 %shared_ptr(SQLite3)
21 %nocopyctor SQLite3;
25 class SQLite3 {
27 SQLite3(const SQLite3 &) = delete;
28 SQLite3 & operator=(const SQLite3 &) = delete;
29 SQLite3(const char *dbPath);
/dports/ftp/wzdftpd/wzdftpd-0.8.3/cmake/
H A DFindSQLite3.cmake1 # - Find SQLite3
25 $ENV{ProgramFiles}/SQLite3/include
26 $ENV{SystemDrive}/SQLite3/include
27 $ENV{ProgramFiles}/SQLite3
28 $ENV{SystemDrive}/SQLite3
39 $ENV{ProgramFiles}/SQLite3/lib
40 $ENV{SystemDrive}/SQLite3/lib
41 $ENV{ProgramFiles}/SQLite3
42 $ENV{SystemDrive}/SQLite3
47 message(STATUS "Found SQLite3: ${SQLITE3_INCLUDE_DIR}, ${SQLITE3_LIBRARIES}")
[all …]
/dports/databases/soci/soci-4.0.1/docs/backends/
H A Dsqlite3.md1 # SQLite3 Backend Reference
9 The SOCI SQLite3 backend is supported for use with SQLite3 >= 3.1
13 |SQLite3|OS|Compiler|
34 The SOCI SQLite3 backend requires SQLite3's `libsqlite3` client library.
38 To establish a connection to the SQLite3 database, create a Session object using the `SQLite3` back…
76 |SQLite3 Data Type|SOCI Data Type|`row::get<T>` specializations|
124 Nested statements are not supported by SQLite3 backend.
128 Stored procedures are not supported by SQLite3 backend
134 The SQLite3 backend provides the following concrete classes for navite API access:
144 ### SQLite3 result code support
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/utils/sqlite3/
H A DSqlite3.hpp36 class SQLite3 { class
62 class Error : public SQLite3::Error {
65 SQLite3::Error(stmt.db, code, msg) in Error()
77 Statement(SQLite3 &db, const char *sql) in Statement()
279 SQLite3 &db;
286 Query(SQLite3 &db, const char *sql) in Query()
326 SQLite3(const SQLite3 &) = delete;
327 SQLite3 &operator=(const SQLite3 &) = delete;
329 SQLite3(const std::string &dbPath) in SQLite3() function in SQLite3
336 ~SQLite3() { close(); } in ~SQLite3()
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/cmake/sqlite/
H A DFindSQLite3.cmake1 # - Find SQLite3
2 # Find the native SQLite3 includes and libraries
5 # SQLite3_LIBRARIES - List of libraries when using SQLite3.
6 # SQLite3_FOUND - True if SQLite3 found.
36 find_package_handle_standard_args (SQLite3
47 if (NOT TARGET SQLite::SQLite3)
48 add_library (SQLite::SQLite3 UNKNOWN IMPORTED)
49 set_target_properties (SQLite::SQLite3 PROPERTIES
/dports/databases/php81-sqlite3/php-8.1.1/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt2 SQLite3 open_basedir checks
15 $db = new SQLite3($directory . $file);
22 $db = new SQLite3('../bad' . $file);
31 object(SQLite3)#%d (0) {
36 Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the all…
39 #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')

12345678910>>...99