OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_column_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
443
#define
sqlite3_column_type
sqlite3_api->column_type
macro
sqlite3.c
5707
** <tr><td><b>
sqlite3_column_type
</b><td>→<td>Default
5740
** ^The
sqlite3_column_type
() routine returns the
5744
** The return value of
sqlite3_column_type
() can be used to decide which
5746
** The value returned by
sqlite3_column_type
() is only meaningful if no
5748
** After a type conversion, the result of calling
sqlite3_column_type
()
5750
** versions of SQLite may change the behavior of
sqlite3_column_type
()
5908
SQLITE_API int
sqlite3_column_type
(sqlite3_stmt*, int iCol);
94965
SQLITE_API int
sqlite3_column_type
(sqlite3_stmt *pStmt, int i){
function
142663
#define
sqlite3_column_type
macro
[
all
...]
Completed in 66 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026