Lines Matching refs:aRows
74 static ODatabaseMetaDataResultSet::ORows aRows; in impl_getTypeInfo_throw() local
75 if(aRows.empty()) in impl_getTypeInfo_throw()
99 aRows.push_back(aRow); in impl_getTypeInfo_throw()
105 aRows.push_back(aRow); in impl_getTypeInfo_throw()
113 aRows.push_back(aRow); in impl_getTypeInfo_throw()
120 aRows.push_back(aRow); in impl_getTypeInfo_throw()
127 aRows.push_back(aRow); in impl_getTypeInfo_throw()
134 aRows.push_back(aRow); in impl_getTypeInfo_throw()
140 aRows.push_back(aRow); in impl_getTypeInfo_throw()
146 aRows.push_back(aRow); in impl_getTypeInfo_throw()
152 aRows.push_back(aRow); in impl_getTypeInfo_throw()
158 aRows.push_back(aRow); in impl_getTypeInfo_throw()
161 pResult->setRows(aRows); in impl_getTypeInfo_throw()
180 ODatabaseMetaDataResultSet::ORows aRows; in getColumns() local
242 aRows.push_back(aRow); in getColumns()
250 pResult->setRows(aRows); in getColumns()