Searched refs:lcl_setRows_throw (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_databasemetadata.cxx | 62 void lcl_setRows_throw(const Reference< XResultSet >& _xResultSet,sal_Int32 _nType,const std::vecto… in lcl_setRows_throw() function 1513 lcl_setRows_throw(xResultSet, 5 ,rRows); in getTableTypes() 1556 lcl_setRows_throw(xResultSet, 14, rRows); in getTypeInfo() 1591 lcl_setRows_throw(xResultSet, 0, rRows); in getCatalogs() 1633 lcl_setRows_throw(xResultSet, 1, rRows); in getSchemas() 1676 lcl_setRows_throw(xResultSet, 2, rRows); in getColumnPrivileges() 1725 lcl_setRows_throw(xResultSet, 3, rRows); in getColumns() 1787 lcl_setRows_throw(xResultSet, 4, rRows); in getTables() 1847 lcl_setRows_throw(xResultSet, 7,rRows); in getProcedures() 1863 lcl_setRows_throw(xResultSet, 16,rRows); in getVersionColumns() [all …]
|