OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_stmt_readonly
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
185
sqlite3_stmt_readonly
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
600
#define
sqlite3_stmt_readonly
sqlite3_api->stmt_readonly
macro
sqlite3.h
4689
** ^The
sqlite3_stmt_readonly
(X) interface returns true (non-zero) if
4704
** directly,
sqlite3_stmt_readonly
() would still return true.)^
4707
** [SAVEPOINT], and [RELEASE] cause
sqlite3_stmt_readonly
() to return true,
4711
**
sqlite3_stmt_readonly
() to return true since, while those statements
4714
** ^The
sqlite3_stmt_readonly
() interface returns true for [BEGIN] since
4717
**
sqlite3_stmt_readonly
() returns false for those commands.
4723
** makes it a no-op, but the
sqlite3_stmt_readonly
() result would still
4726
**
sqlite3_stmt_readonly
() still returns false for such a statement.
4729
** statement, then
sqlite3_stmt_readonly
(X) returns the same value as
4732
SQLITE_API int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt)
[
all
...]
shell.c
5118
if( !
sqlite3_stmt_readonly
(pStmt) ){
5544
if( !
sqlite3_stmt_readonly
(pStmt) ){
[
all
...]
sqlite3.c
5010
** ^The
sqlite3_stmt_readonly
(X) interface returns true (non-zero) if
5025
** directly,
sqlite3_stmt_readonly
() would still return true.)^
5028
** [SAVEPOINT], and [RELEASE] cause
sqlite3_stmt_readonly
() to return true,
5032
**
sqlite3_stmt_readonly
() to return true since, while those statements
5035
** ^The
sqlite3_stmt_readonly
() interface returns true for [BEGIN] since
5038
**
sqlite3_stmt_readonly
() returns false for those commands.
5044
** makes it a no-op, but the
sqlite3_stmt_readonly
() result would still
5047
**
sqlite3_stmt_readonly
() still returns false for such a statement.
5050
** statement, then
sqlite3_stmt_readonly
(X) returns the same value as
5053
SQLITE_API int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt)
95551
SQLITE_API int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt){
function
142820
#define
sqlite3_stmt_readonly
macro
[
all
...]
Completed in 141 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026