Home
last modified time | relevance | path

Searched refs:OSQLTable (Results 1 – 21 of 21) sorted by relevance

/aoo41x/main/dbaccess/source/core/api/
H A DOptimisticSet.hxx84 …:uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable) throw(…
86 …wSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thr…
87 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
88 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DBookmarkSet.hxx60 …:uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable) throw(…
62 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
63 …wSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thr…
64 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DWrappedResultSet.hxx61 …:uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable) throw(…
63 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
64 …wSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thr…
65 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DKeySet.hxx104 connectivity::OSQLTable m_xTable; // reference to our table
155 OKeySet(const connectivity::OSQLTable& _xTable,
221 …:uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable) throw(…
223 …wSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thr…
224 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
225 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DStaticSet.hxx78 …::uno::Sequence< ::com::sun::star::uno::Any >& rows,const connectivity::OSQLTable& _xTable ) throw…
80 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
81 …wSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thro…
82 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DWrappedResultSet.cxx98 …ResultSet::deleteRows( const Sequence< Any >& rows ,const connectivity::OSQLTable& /*_xTable*/) th… in deleteRows() argument
109 …ResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& /*_xTable*/ ) t… in insertRow() argument
125 …SetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& /*_xTable*/ ) … in updateRow() argument
139 …ltSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTable& /*_xTable*/ ) … in deleteRow() argument
H A DBookmarkSet.cxx102 …okmarkSet::deleteRows( const Sequence< Any >& rows ,const connectivity::OSQLTable& /*_xTable*/) th… in deleteRows() argument
113 void SAL_CALL OBookmarkSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable&… in insertRow() argument
138 …SetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& /*_xTable*/ ) … in updateRow() argument
163 …rkSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTable& /*_xTable*/ ) … in deleteRow() argument
H A DCacheSet.hxx97 ,const connectivity::OSQLTable& _xTable
158 …::uno::Sequence< ::com::sun::star::uno::Any >& rows,const connectivity::OSQLTable& _xTable ) throw…
160 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
161 …wSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) throw…
162 …virtual void SAL_CALL deleteRow( const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTa…
H A DStaticSet.cxx328 …OStaticSet::deleteRows( const Sequence< Any >& rows,const connectivity::OSQLTable& _xTable ) throw… in deleteRows()
342 void SAL_CALL OStaticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _… in insertRow()
355 …SetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thro… in updateRow()
361 void SAL_CALL OStaticSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _… in deleteRow()
H A DCacheSet.cxx200 void SAL_CALL OCacheSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _x… in insertRow()
263 ,const connectivity::OSQLTable& _xTable in fillParameters()
348 …SetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thro… in updateRow()
396 void SAL_CALL OCacheSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _x… in deleteRow()
H A DOptimisticSet.cxx172 …icSet::deleteRows( const Sequence< Any >& /*rows*/ ,const connectivity::OSQLTable& /*_xTable*/) th… in deleteRows() argument
178 …SetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& /*_xTable*/ ) … in updateRow() argument
266 void SAL_CALL OptimisticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable in insertRow() argument
377 void SAL_CALL OptimisticSet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable&… in deleteRow() argument
H A DKeySet.cxx148 OKeySet::OKeySet(const connectivity::OSQLTable& _xTable, in DBG_NAME()
330 connectivity::OSQLTable xSelColSup(xSelectTables->getByName(*pIter),uno::UNO_QUERY); in construct()
443 …L OKeySet::deleteRows( const Sequence< Any >& rows ,const connectivity::OSQLTable& _xTable) throw(… in deleteRows()
531 …SetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) thro… in updateRow()
710 void SAL_CALL OKeySet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa… in insertRow()
993 void SAL_CALL OKeySet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTab… in deleteRow()
H A DRowSetCache.hxx139 connectivity::OSQLTable m_aUpdateTable; // used for updates/deletes and inserts
/aoo41x/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx121 …(::vos::ORef<OSQLColumns>& _rColumns,const ::rtl::OUString& _rTableAlias,const OSQLTable& _rTable);
312 OSQLTable impl_createTableObject(
317 OSQLTable impl_locateRecordSource(
327 void impl_getQueryParameterColumns( const OSQLTable& _rQuery );
H A DCommonTools.hxx64 typedef ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> OSQLTable; typedef
66 DECLARE_STL_MAP(::rtl::OUString,OSQLTable,comphelper::UStringMixLess, OSQLTables);
/aoo41x/main/connectivity/source/parse/
H A Dsqliterator.cxx320 void OSQLParseTreeIterator::impl_getQueryParameterColumns( const OSQLTable& _rQuery ) in impl_getQueryParameterColumns()
369 OSQLTable OSQLParseTreeIterator::impl_locateRecordSource( const ::rtl::OUString& _rComposedName ) in impl_locateRecordSource()
375 return OSQLTable(); in impl_locateRecordSource()
378 OSQLTable aReturn; in impl_locateRecordSource()
476 OSQLTable aTable = impl_locateRecordSource( aComposedName ); in traverseOneTableName()
1666 OSQLTable OSQLParseTreeIterator::impl_createTableObject( const ::rtl::OUString& rTableName, in impl_createTableObject()
1675 OSQLTable aReturnTable = new OTable( in impl_createTableObject()
1687 …s(::vos::ORef<OSQLColumns>& _rColumns,const ::rtl::OUString& _rTableAlias,const OSQLTable& _rTable) in appendColumns()
/aoo41x/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx522 …tatement::describeColumn(OSQLParseNode* _pParameter,OSQLParseNode* _pNode,const OSQLTable& _xTable) in describeColumn()
553 OSQLTable xTable = xTabs.begin()->second; in describeParameter()
H A DFResultSet.cxx1382 OSQLTable xTable = xTabs.begin()->second; in OpenImpl()
1817 void OResultSet::doTableSpecials(const OSQLTable& _xTable) in doTableSpecials()
/aoo41x/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx70 void describeColumn(OSQLParseNode* _pParameter,OSQLParseNode* _pNode,const OSQLTable& _xTable);
H A DFResultSet.hxx300 virtual void doTableSpecials(const OSQLTable& _xTable);
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2098 OSQLTable xTable = aIter->second; in InitFromParseNodeImpl()

Completed in 122 milliseconds