Home
last modified time | relevance | path

Searched defs:xPrep (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/dbaccess/source/core/api/
H A DCacheSet.cxx230 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in insertRow() local
375 … Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in updateRow() local
443 … Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in deleteRow() local
H A DOptimisticSet.cxx346 …Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(sQuery.makeStringAndClear())… in insertRow() local
428 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeDelete() local
725 …Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(sQuery.makeStringAndClear())… in fillMissingValues() local
H A DKeySet.cxx490 … Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in deleteRows() local
647 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeUpdate() local
758 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeInsert() local
1067 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in deleteRow() local

Completed in 35 milliseconds