Searched refs:zDbName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h759 ** interrogated. The zDbName parameter is ignored.
4634 const char *zDbName, /* Database name or NULL */
5550 ** ^If the second parameter (zDbName) does not match the name of any
5555 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
5560 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c1312 ** interrogated. The zDbName parameter is ignored.
5187 const char *zDbName, /* Database name or NULL */
6103 ** ^If the second parameter (zDbName) does not match the name of any
6108 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
6113 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
81131 const char *zDbName = pParse->db->aDb[iDb].zName; local
112670 sqlite3_table_column_metadata( sqlite3 *db, const char *zDbName, const char *zTableName, const char *zColumnName, char const **pzDataType, char const **pzCollSeq, int *pNotNull, int *pPrimaryKey, int *pAutoinc ) argument
112807 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) argument
[all...]

Completed in 516 milliseconds