Lines Matching refs:Any

62 …erence< XResultSet >& _xResultSet,sal_Int32 _nType,const std::vector< std::vector< Any > >& _rRows)  in lcl_setRows_throw()
65 Sequence< Any > aArgs(2); in lcl_setRows_throw()
68 Sequence< Sequence< Any > > aRows(_rRows.size()); in lcl_setRows_throw()
70 std::vector< std::vector< Any > >::const_iterator aIter = _rRows.begin(); in lcl_setRows_throw()
71 Sequence< Any > * pRowsIter = aRows.getArray(); in lcl_setRows_throw()
72 Sequence< Any > * pRowsEnd = pRowsIter + aRows.getLength(); in lcl_setRows_throw()
75 Sequence<Any> aSeq(&(*aIter->begin()),aIter->size()); in lcl_setRows_throw()
1503 std::vector< std::vector< Any > > rRows; in getTableTypes()
1508 std::vector< Any > aRow(1); in getTableTypes()
1526 std::vector< std::vector< Any > > rRows; in getTypeInfo()
1531 std::vector< Any > aRow(1); in getTypeInfo()
1569 std::vector< std::vector< Any > > rRows; in getCatalogs()
1577 std::vector< Any > aRow(1); in getCatalogs()
1604 std::vector< std::vector< Any > > rRows; in getSchemas()
1612 std::vector< Any > aRow(1); in getSchemas()
1641 const Any& catalog, in getColumnPrivileges()
1649 std::vector< std::vector< Any > > rRows; in getColumnPrivileges()
1662 std::vector< Any > aRow(1); in getColumnPrivileges()
1684 const Any& catalog, in getColumns()
1692 std::vector< std::vector< Any > > rRows; in getColumns()
1707 std::vector< Any > aRow(1); in getColumns()
1733 const Any& catalog, in getTables()
1745 std::vector< std::vector< Any > > rRows; in getTables()
1766 std::vector< Any > aRow(1); in getTables()
1795 const Any& /* catalog */, in getProcedureColumns() argument
1810 const Any& catalog, in getProcedures()
1817 std::vector< std::vector< Any > > rRows; in getProcedures()
1833 std::vector< Any > aRow(1); in getProcedures()
1855 const Any& /* catalog */, in getVersionColumns() argument
1862 std::vector< std::vector< Any > > rRows; in getVersionColumns()
1871 const Any& catalog , in getExportedKeys()
1878 std::vector< std::vector< Any > > rRows; in getExportedKeys()
1889 std::vector< Any > aRow(1); in getExportedKeys()
1911 const Any& catalog, in getImportedKeys()
1919 std::vector< std::vector< Any > > rRows; in getImportedKeys()
1931 std::vector< Any > aRow(1); in getImportedKeys()
1953 const Any& catalog, in getPrimaryKeys()
1960 std::vector< std::vector< Any > > rRows; in getPrimaryKeys()
1972 std::vector< Any > aRow(1); in getPrimaryKeys()
1994 const Any& catalog, in getIndexInfo()
2003 std::vector< std::vector< Any > > rRows; in getIndexInfo()
2015 std::vector< Any > aRow(1); in getIndexInfo()
2037 const Any& catalog, in getBestRowIdentifier()
2046 std::vector< std::vector< Any > > rRows; in getBestRowIdentifier()
2058 std::vector< Any > aRow(1); in getBestRowIdentifier()
2080 const Any& catalog, in getTablePrivileges()
2087 std::vector< std::vector< Any > > rRows; in getTablePrivileges()
2099 Any userName; userName <<= getUserName(); in getTablePrivileges()
2101 std::vector< Any > aRow; in getTablePrivileges()
2106 aRow.push_back(Any()); // GRANTOR in getTablePrivileges()
2109 … aRow.push_back(Any()); // IS_GRANTABLE in getTablePrivileges()
2119 std::vector< Any > aRow(1); in getTablePrivileges()
2142 const Any& primaryCatalog, in getCrossReference()
2145 const Any& foreignCatalog, in getCrossReference()
2152 std::vector< std::vector< Any > > rRows; in getCrossReference()
2167 std::vector< Any > aRow(1); in getCrossReference()
2189 const Any& /* catalog */, in getUDTs() argument