Home
last modified time | relevance | path

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

12

/trunk/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()
H A DJavaSQLConnection.java272 public synchronized XPreparedStatement prepareCall(String sql) throws SQLException { in prepareCall() method in JavaSQLConnection
/trunk/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()
/trunk/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…
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx193 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& sql ) thr… in prepareCall() function in OConnection
/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx280 Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareCall( const ::rtl::OUString& /*sql… in prepareCall() function in OCalcConnection
/trunk/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx125 Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareCall( const ::rtl::OUString& /*sq… in prepareCall() function in ODbaseConnection
/trunk/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…
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx247 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& /*sql*/ )… in prepareCall() function in OConnection
/trunk/main/connectivity/source/drivers/flat/
H A DEConnection.cxx174 Reference< XPreparedStatement > SAL_CALL OFlatConnection::prepareCall( const ::rtl::OUString& /*sql… in prepareCall() function in OFlatConnection
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx516 Reference< XPreparedStatement > SAL_CALL java_sql_Connection::prepareCall( const ::rtl::OUString& s… in prepareCall() function in java_sql_Connection
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx103 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareCall( const ::rtl::OUString& ) thr… in prepareCall() function in MacabConnection
H A DMacabConnection.hxx93 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx300 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& /*sql*/ )… in prepareCall() function in OConnection
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx100 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/inc/calc/
H A DCConnection.hxx66 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/inc/dbase/
H A DDConnection.hxx49 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx103 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/inc/flat/
H A DEConnection.hxx64 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx123 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx112 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…
/trunk/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 DSharedConnection.hxx147 …:uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::O…

Completed in 72 milliseconds

12