Home
last modified time | relevance | path

Searched refs:prepareStatement (Results 26 – 50 of 56) sorted by relevance

123

/aoo42x/main/connectivity/source/drivers/calc/
H A DCConnection.cxx263 Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement() function in OCalcConnection
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx183 Reference< XPreparedStatement > SAL_CALL OEvoabConnection::prepareStatement( const ::rtl::OUString&… in prepareStatement() function in OEvoabConnection
H A DNConnection.hxx93 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx92 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
H A DMacabConnection.cxx91 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement() function in MacabConnection
/aoo42x/main/connectivity/source/inc/java/sql/
H A DConnection.hxx122 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.hxx111 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
H A DSConnection.cxx139 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& _sSq… in prepareStatement() function in OConnection
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx214 Reference< XPreparedStatement > SAL_CALL OAdabasConnection::prepareStatement( const ::rtl::OUString… in prepareStatement() function in OAdabasConnection
/aoo42x/main/connectivity/source/inc/ado/
H A DAConnection.hxx99 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/aoo42x/main/connectivity/source/inc/odbc/
H A DOConnection.hxx111 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
H A DOPreparedStatement.hxx96 void prepareStatement();
/aoo42x/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx146 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
H A Dconnection.hxx168 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/aoo42x/main/connectivity/source/inc/file/
H A DFConnection.hxx102 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/aoo42x/main/dbaccess/source/core/api/
H A Dquery.cxx214 … xPreparedStatement.set( m_xConnection->prepareStatement( m_sCommand ), UNO_QUERY_THROW ); in IMPLEMENT_FORWARD_XINTERFACE3()
/aoo42x/main/connectivity/source/drivers/file/
H A DFConnection.cxx234 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement() function in OConnection
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DPreparedStatement.idl77 pstmt = con.prepareStatement("UPDATE EMPLOYEES SET SALARY = ? WHERE ID = ?")
/aoo42x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx285 m_xConnection->prepareStatement( getSelectStatement() ), in getPreparedSelectStatement()
372 m_xStatement.set( m_xConnection->prepareStatement( getSelectStatement() ), UNO_SET_THROW ); in impl_ensureStatement_throw()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java283 public synchronized XPreparedStatement prepareStatement(String sql) throws SQLException { in prepareStatement() method in JavaSQLConnection
/aoo42x/main/connectivity/source/drivers/ado/
H A DAConnection.cxx181 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement() function in OConnection
/aoo42x/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx612 xStatement = xConnection->prepareStatement(sObjectName); in initContext()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx290 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement() function in OConnection
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx498 Reference< XPreparedStatement > SAL_CALL java_sql_Connection::prepareStatement( const ::rtl::OUStri… in prepareStatement() function in java_sql_Connection
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java242 … final XPreparedStatement prep = connection.prepareStatement("INSERT INTO \"TEST1\" values (?,?)"); in createStruture()

Completed in 100 milliseconds

123