Searched refs:sqlite3_column_decltype (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile82 sqlite3_column_decltype.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h420 #define sqlite3_column_decltype sqlite3_api->column_decltype macro
H A Dsqlite3.h4900 SQLITE_API const char *sqlite3_column_decltype(sqlite3_stmt*,int);
H A Dshell.c19934 oputf("%-36s %s\n", z, sqlite3_column_decltype(pStmt, i));
H A Dsqlite3.c5213 SQLITE_API const char *sqlite3_column_decltype(sqlite3_stmt*,int);
91427 SQLITE_API const char *sqlite3_column_decltype(sqlite3_stmt *pStmt, int N){ function
135892 #define sqlite3_column_decltype macro
136249 # define sqlite3_column_decltype macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d879 const (char)* sqlite3_column_decltype(sqlite3_stmt*,int);

Completed in 686 milliseconds