Home
last modified time | relevance | path

Searched refs:prepareCall (Results 1 – 25 of 32) sorted by relevance

12

/aoo42x/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx80 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareCall( const ::rtl::OUString& sql… in prepareCall() function in dbaccess::OSharedConnection
86 return m_xConnection->prepareCall(sql); in prepareCall()
H A Dconnection.cxx171 Reference< XPreparedStatement > OConnection::prepareCall(const rtl::OUString& sql) throw( SQLExcep… in prepareCall() function in dbaccess::OConnection
178 Reference< XPreparedStatement > xMasterStatement = m_xMasterConnection->prepareCall(sql); in prepareCall()
H A DSharedConnection.hxx147 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java144 public synchronized XPreparedStatement prepareCall(String arg0) throws SQLException { in prepareCall() method in PostgresqlConnection
146 …PostgresqlPreparedStatement pgStatement = new PostgresqlPreparedStatement(impl.prepareCall(arg0), … in prepareCall()
/aoo42x/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx79 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareCall( const ::rtl::OUString… in prepareCall() function in OConnectionWeakWrapper
85 return m_xConnection->prepareCall(sql); in prepareCall()
H A DZConnectionWrapper.hxx62 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java53 jdbcStatement = connection.getJDBCConnection().prepareCall( in createStatement()
56 jdbcStatement = connection.getJDBCConnection().prepareCall(sqlStatement); in createStatement()
/aoo42x/main/connectivity/source/inc/dbase/
H A DDConnection.hxx49 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx125 Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareCall( const ::rtl::OUString& /*sq… in prepareCall() function in ODbaseConnection
/aoo42x/main/connectivity/source/inc/flat/
H A DEConnection.hxx64 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/source/inc/calc/
H A DCConnection.hxx66 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl162 <code>prepareCall</code>
179 XPreparedStatement prepareCall([in]string sql) raises (SQLException);
/aoo42x/main/connectivity/source/drivers/flat/
H A DEConnection.cxx174 Reference< XPreparedStatement > SAL_CALL OFlatConnection::prepareCall( const ::rtl::OUString& /*sql… in prepareCall() function in OFlatConnection
/aoo42x/main/mysqlc/source/
H A Dmysqlc_connection.hxx162 my_XPreparedStatementRef SAL_CALL prepareCall(const OUString& sql)
/aoo42x/main/connectivity/source/drivers/calc/
H A DCConnection.cxx280 Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareCall( const ::rtl::OUString& /*sql… in prepareCall() function in OCalcConnection
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx196 Reference< XPreparedStatement > SAL_CALL OEvoabConnection::prepareCall( const ::rtl::OUString& /*sq… in prepareCall() function in OEvoabConnection
H A DNConnection.hxx94 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx93 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
H A DMacabConnection.cxx103 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareCall( const ::rtl::OUString& ) thr… in prepareCall() function in MacabConnection
/aoo42x/main/connectivity/source/inc/java/sql/
H A DConnection.hxx123 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.hxx112 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
H A DSConnection.cxx155 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& _sSql ) t… in prepareCall() function in OConnection
/aoo42x/main/connectivity/source/inc/ado/
H A DAConnection.hxx100 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/source/inc/odbc/
H A DOConnection.hxx112 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/aoo42x/main/connectivity/source/inc/file/
H A DFConnection.hxx103 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…

Completed in 75 milliseconds

12