Lines Matching refs:xRef

100 	Reference< XResultSet > xRef = pResult;  in impl_getTypeInfo_throw()  local
101 return xRef; in impl_getTypeInfo_throw()
113 Reference< XResultSet > xRef; in getCatalogs() local
117 xRef = pResult; in getCatalogs()
119 return xRef; in getCatalogs()
136 Reference< XResultSet > xRef; in getSchemas() local
140 xRef = pResult; in getSchemas()
141 return xRef; in getSchemas()
151 Reference< XResultSet > xRef; in getColumnPrivileges() local
155 xRef = pResult; in getColumnPrivileges()
156 return xRef; in getColumnPrivileges()
166 Reference< XResultSet > xRef; in getColumns() local
170 xRef = pResult; in getColumns()
172 return xRef; in getColumns()
182 Reference< XResultSet > xRef; in getTables() local
186 xRef = pResult; in getTables()
188 return xRef; in getTables()
198 Reference< XResultSet > xRef; in getProcedureColumns() local
202 xRef = pResult; in getProcedureColumns()
204 return xRef; in getProcedureColumns()
215 Reference< XResultSet > xRef; in getProcedures() local
219 xRef = pResult; in getProcedures()
221 return xRef; in getProcedures()
291 Reference< XResultSet > xRef; in getExportedKeys() local
294 xRef = pResult; in getExportedKeys()
296 return xRef; in getExportedKeys()
305 Reference< XResultSet > xRef; in getImportedKeys() local
309 xRef = pResult; in getImportedKeys()
311 return xRef; in getImportedKeys()
320 Reference< XResultSet > xRef; in getPrimaryKeys() local
324 xRef = pResult; in getPrimaryKeys()
326 return xRef; in getPrimaryKeys()
336 Reference< XResultSet > xRef; in getIndexInfo() local
340 xRef = pResult; in getIndexInfo()
342 return xRef; in getIndexInfo()
348 Reference< XResultSet > xRef; in getTablePrivileges() local
358 xRef = pResult; in getTablePrivileges()
363 xRef = pResult; in getTablePrivileges()
395 return xRef; in getTablePrivileges()
406 Reference< XResultSet > xRef; in getCrossReference() local
410 xRef = pResult; in getCrossReference()
412 return xRef; in getCrossReference()