Home
last modified time | relevance | path

Searched refs:i_sSQL (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/dbaccess/source/core/api/
H A DKeySet.hxx149 …tRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStr…
150 …void executeInsert( const ORowSetRow& _rInsertRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStr…
H A DOptimisticSet.hxx66 …void executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStri…
H A DKeySet.cxx644 …tRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,const ::rtl::OUString& i_sSQL,const ::rtl::OUStr… in executeUpdate() argument
647 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeUpdate()
755 void OKeySet::executeInsert( const ORowSetRow& _rInsertRow,const ::rtl::OUString& i_sSQL,const ::rt… in executeInsert() argument
758 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeInsert()
H A DOptimisticSet.cxx423 void OptimisticSet::executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUString& i_sSQL,const… in executeDelete() argument
428 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeDelete()

Completed in 31 milliseconds