Lines Matching refs:table_info
133651 /* table_info reuses 8 */
134158 {/* zName: */ "table_info",
135407 ** PRAGMA table_info(<table>)
209988 ** }else if( "PRAGMA table_info()" lists one or more "pk" columns ){
210005 ** 3) PRAGMA table_info = ?
210056 sqlite3_mprintf("PRAGMA table_info=%Q",zTab)
210198 sqlite3_mprintf("PRAGMA table_info(%Q)", pIter->zTbl)
216550 zPragma = sqlite3_mprintf("PRAGMA '%q'.table_info('%q')", zDb, zThis);