Home
last modified time | relevance | path

Searched refs:zImpCols (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c228031 char *zImpCols = 0; /* String to return via *pzImposterCols */ local
228087 zImpCols = sqlite3_mprintf("%z%s\"rbu_imp_%d%w\" %s COLLATE %Q",
228088 zImpCols, zCom, nBind, zCol, zType, zCollate
228093 if( zRet==0 || zImpPK==0 || zImpCols==0 || zWhere==0 ) rc = SQLITE_NOMEM;
228104 sqlite3_free(zImpCols);
228108 zImpCols = 0;
228114 *pzImposterCols = zImpCols;