Lines Matching refs:rRows

1503 	std::vector< std::vector< Any > > rRows;  in getTableTypes()  local
1510 rRows.push_back(aRow); in getTableTypes()
1513 lcl_setRows_throw(xResultSet, 5 ,rRows); in getTableTypes()
1526 std::vector< std::vector< Any > > rRows; in getTypeInfo() local
1552 rRows.push_back(aRow); in getTypeInfo()
1556 lcl_setRows_throw(xResultSet, 14, rRows); in getTypeInfo()
1569 std::vector< std::vector< Any > > rRows; in getCatalogs() local
1581 rRows.push_back(aRow); in getCatalogs()
1591 lcl_setRows_throw(xResultSet, 0, rRows); in getCatalogs()
1604 std::vector< std::vector< Any > > rRows; in getSchemas() local
1622 rRows.push_back(aRow); in getSchemas()
1633 lcl_setRows_throw(xResultSet, 1, rRows); in getSchemas()
1649 std::vector< std::vector< Any > > rRows; in getColumnPrivileges() local
1666 rRows.push_back(aRow); in getColumnPrivileges()
1676 lcl_setRows_throw(xResultSet, 2, rRows); in getColumnPrivileges()
1692 std::vector< std::vector< Any > > rRows; in getColumns() local
1716 rRows.push_back(aRow); in getColumns()
1725 lcl_setRows_throw(xResultSet, 3, rRows); in getColumns()
1745 std::vector< std::vector< Any > > rRows; in getTables() local
1776 rRows.push_back(aRow); in getTables()
1787 lcl_setRows_throw(xResultSet, 4, rRows); in getTables()
1817 std::vector< std::vector< Any > > rRows; in getProcedures() local
1837 rRows.push_back(aRow); in getProcedures()
1847 lcl_setRows_throw(xResultSet, 7,rRows); in getProcedures()
1862 std::vector< std::vector< Any > > rRows; in getVersionColumns() local
1863 lcl_setRows_throw(xResultSet, 16,rRows); in getVersionColumns()
1878 std::vector< std::vector< Any > > rRows; in getExportedKeys() local
1893 rRows.push_back(aRow); in getExportedKeys()
1903 lcl_setRows_throw(xResultSet, 8, rRows); in getExportedKeys()
1919 std::vector< std::vector< Any > > rRows; in getImportedKeys() local
1935 rRows.push_back(aRow); in getImportedKeys()
1945 lcl_setRows_throw(xResultSet,9,rRows); in getImportedKeys()
1960 std::vector< std::vector< Any > > rRows; in getPrimaryKeys() local
1976 rRows.push_back(aRow); in getPrimaryKeys()
1986 lcl_setRows_throw(xResultSet, 10, rRows); in getPrimaryKeys()
2003 std::vector< std::vector< Any > > rRows; in getIndexInfo() local
2019 rRows.push_back(aRow); in getIndexInfo()
2029 lcl_setRows_throw(xResultSet, 11, rRows); in getIndexInfo()
2046 std::vector< std::vector< Any > > rRows; in getBestRowIdentifier() local
2062 rRows.push_back(aRow); in getBestRowIdentifier()
2072 lcl_setRows_throw(xResultSet, 15, rRows); in getBestRowIdentifier()
2087 std::vector< std::vector< Any > > rRows; in getTablePrivileges() local
2111 rRows.push_back(aRow); in getTablePrivileges()
2123 rRows.push_back(aRow); in getTablePrivileges()
2134 lcl_setRows_throw(xResultSet,12,rRows); in getTablePrivileges()
2152 std::vector< std::vector< Any > > rRows; in getCrossReference() local
2171 rRows.push_back(aRow); in getCrossReference()
2181 lcl_setRows_throw(xResultSet,13,rRows); in getCrossReference()