Lines Matching refs:aCatalog
269 Any aCatalog; in refreshColumns() local
271 aCatalog <<= m_CatalogName; in refreshColumns()
274 aCatalog, in refreshColumns()
327 Any aCatalog; in refreshPrimaryKeys() local
329 aCatalog <<= m_CatalogName; in refreshPrimaryKeys()
330 Reference< XResultSet > xResult = getMetaData()->getPrimaryKeys(aCatalog,m_SchemaName,m_Name); in refreshPrimaryKeys()
356 Any aCatalog; in refreshForgeinKeys() local
358 aCatalog <<= m_CatalogName; in refreshForgeinKeys()
359 Reference< XResultSet > xResult = getMetaData()->getImportedKeys(aCatalog,m_SchemaName,m_Name); in refreshForgeinKeys()
443 Any aCatalog; in refreshIndexes() local
445 aCatalog <<= m_CatalogName; in refreshIndexes()
446 …Reference< XResultSet > xResult = getMetaData()->getIndexInfo(aCatalog,m_SchemaName,m_Name,sal_Fal… in refreshIndexes()