Lines Matching refs:sqlite3_bind_text
3656 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3901 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3908 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3913 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3986 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));