Lines Matching refs:pCols
1235 ADOColumns* pCols = NULL; in get_Columns() local
1236 pInterface->get_Columns(&pCols); in get_Columns()
1238 aCols.setWithOutAddRef(pCols); in get_Columns()
1303 ADOColumns* pCols = NULL; in get_Columns() local
1304 pInterface->get_Columns(&pCols); in get_Columns()
1306 aCols.setWithOutAddRef(pCols); in get_Columns()
1391 ADOColumns* pCols = NULL; in get_Columns() local
1392 pInterface->get_Columns(&pCols); in get_Columns()
1394 aCols.setWithOutAddRef(pCols); in get_Columns()
1401 ADOIndexes* pCols = NULL; in get_Indexes() local
1402 pInterface->get_Indexes(&pCols); in get_Indexes()
1404 aRet.setWithOutAddRef(pCols); in get_Indexes()
1411 ADOKeys* pCols = NULL; in get_Keys() local
1412 pInterface->get_Keys(&pCols); in get_Keys()
1414 aRet.setWithOutAddRef(pCols); in get_Keys()