Lines Matching refs:aRows
81 static ODatabaseMetaDataResultSet::ORows aRows; in impl_getTypeInfo_throw() local
82 if(aRows.empty()) in impl_getTypeInfo_throw()
86 aRows.reserve(6); in impl_getTypeInfo_throw()
110 aRows.push_back(aRow); in impl_getTypeInfo_throw()
117 aRows.push_back(aRow); in impl_getTypeInfo_throw()
124 aRows.push_back(aRow); in impl_getTypeInfo_throw()
131 aRows.push_back(aRow); in impl_getTypeInfo_throw()
138 aRows.push_back(aRow); in impl_getTypeInfo_throw()
145 aRows.push_back(aRow); in impl_getTypeInfo_throw()
148 pResult->setRows(aRows); in impl_getTypeInfo_throw()
170 ODatabaseMetaDataResultSet::ORows aRows; in getColumns() local
237 aRows.push_back(aRow); in getColumns()
245 pResult->setRows(aRows); in getColumns()
437 ODatabaseMetaDataResultSet::ORows aRows; in getTables() local
449 aRows.push_back(aRow); in getTables()
474 aRows.push_back(aRow); in getTables()
480 pResult->setRows(aRows); in getTables()