Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DKeySet.hxx104 connectivity::OSQLTable m_xTable; // reference to our table
155 OKeySet(const connectivity::OSQLTable& _xTable,
221 …::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable);
223 … ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable );
224 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
225 …al void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable );
H A DBookmarkSet.hxx60 …::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable);
62 …al void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable );
63 … ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable );
64 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DWrappedResultSet.hxx61 …::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable);
63 …al void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable );
64 … ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable );
65 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DStaticSet.hxx78 …::star::uno::Sequence< ::com::sun::star::uno::Any >& rows,const connectivity::OSQLTable& _xTable );
80 …al void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable );
81 …t ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable );
82 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
H A DCacheSet.hxx76 ,const connectivity::OSQLTable& _xTable
137 …ar::uno::Sequence< ::com::sun::star::uno::Any >& rows,const connectivity::OSQLTable& _xTable ) = 0;
139 …al void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable );
140 …RowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) = 0;
141 …oid SAL_CALL deleteRow( const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable& _xTable ) = 0;
H A DOptimisticSet.hxx84 …::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ,const connectivity::OSQLTable& _xTable);
86 … ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable );
87 …virtual void SAL_CALL deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTab…
88 …al void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable );
H A DWrappedResultSet.cxx98 …ppedResultSet::deleteRows( const Sequence< Any >& rows ,const connectivity::OSQLTable& /*_xTable*/) in deleteRows() argument
109 …pedResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& /*_xTable*/ ) in insertRow() argument
125 …owSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& /*_xTable*/ ) in updateRow() argument
139 …sultSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTable& /*_xTable*/ ) in deleteRow() argument
H A DBookmarkSet.cxx92 … OBookmarkSet::deleteRows( const Sequence< Any >& rows ,const connectivity::OSQLTable& /*_xTable*/) in deleteRows() argument
103 void SAL_CALL OBookmarkSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable&… in insertRow() argument
128 …owSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& /*_xTable*/ ) in updateRow() argument
153 …markSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OSQLTable& /*_xTable*/ ) in deleteRow() argument
H A DStaticSet.cxx328 …L_CALL OStaticSet::deleteRows( const Sequence< Any >& rows,const connectivity::OSQLTable& _xTable ) in deleteRows()
342 void SAL_CALL OStaticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _… in insertRow()
355 …t ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) 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 …t ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) in updateRow()
396 void SAL_CALL OCacheSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _x… in deleteRow()
H A DOptimisticSet.cxx172 …misticSet::deleteRows( const Sequence< Any >& /*rows*/ ,const connectivity::OSQLTable& /*_xTable*/) in deleteRows() argument
178 …owSetRow& _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 … SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows ,const connectivity::OSQLTable& _xTable) in deleteRows()
531 …t ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const connectivity::OSQLTable& _xTable ) 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
/trunk/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);
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx321 void OSQLParseTreeIterator::impl_getQueryParameterColumns( const OSQLTable& _rQuery ) in impl_getQueryParameterColumns()
370 OSQLTable OSQLParseTreeIterator::impl_locateRecordSource( const ::rtl::OUString& _rComposedName ) in impl_locateRecordSource()
376 return OSQLTable(); in impl_locateRecordSource()
379 OSQLTable aReturn; in impl_locateRecordSource()
477 OSQLTable aTable = impl_locateRecordSource( aComposedName ); in traverseOneTableName()
1667 OSQLTable OSQLParseTreeIterator::impl_createTableObject( const ::rtl::OUString& rTableName, in impl_createTableObject()
1676 OSQLTable aReturnTable = new OTable( in impl_createTableObject()
1688 …s(::vos::ORef<OSQLColumns>& _rColumns,const ::rtl::OUString& _rTableAlias,const OSQLTable& _rTable) in appendColumns()
/trunk/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()
/trunk/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);
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2098 OSQLTable xTable = aIter->second; in InitFromParseNodeImpl()