Home
last modified time | relevance | path

Searched refs:prepareStatement (Results 1 – 25 of 56) sorted by path

123

/trunk/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
H A DJavaSQLPreparedStatement.java77 jdbcStatement = connection.getJDBCConnection().prepareStatement( in createStatement()
80 jdbcStatement = connection.getJDBCConnection().prepareStatement(sqlStatement); in createStatement()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java152 public synchronized XPreparedStatement prepareStatement(String arg0) throws SQLException { in prepareStatement() method in PostgresqlConnection
154 …PreparedStatement pgStatement = new PostgresqlPreparedStatement(impl.prepareStatement(arg0), this); in prepareStatement()
H A DPostgresqlViews.java78 statement = metadata.getConnection().prepareStatement(sql); in createObject()
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java78 … Object prepStmnt = xConnection.prepareStatement("SELECT * FROM i90114 WHERE i90114.c1 = ?"); in testLongVarChar()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java290 XPreparedStatement ps = cConnection.prepareStatement( in fillUpBigTable()
353 XPreparedStatement ps = cConnection.prepareStatement( in fillUpMultiTable()
472 XPreparedStatement ps = cConnection.prepareStatement( in checkSelects()
501 XPreparedStatement ps = cConnection.prepareStatement( in checkSelects()
525 XPreparedStatement ps = cConnection.prepareStatement( in checkSelects()
557 XPreparedStatement ps = cConnection.prepareStatement( in checkUpdates()
584 XPreparedStatement ps = cConnection.prepareStatement( in checkUpdates()
/trunk/main/connectivity/qa/connectivity/tools/sdb/
H A DConnection.java98 XPreparedStatement prepareStatement( String _sql ) throws SQLException in prepareStatement() method in Connection
100 return m_connection.prepareStatement( _sql ); in prepareStatement()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx727 …Reference< XPreparedStatement > xStatement = _rxConnection->prepareStatement( sStatementToExecute … in getFieldsByCommandDescriptor()
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx70 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareStatement( const ::rtl::OUS… in prepareStatement() function in OConnectionWeakWrapper
76 return m_xConnection->prepareStatement(sql); in prepareStatement()
H A DZConnectionWrapper.hxx61 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx214 Reference< XPreparedStatement > SAL_CALL OAdabasConnection::prepareStatement( const ::rtl::OUString… in prepareStatement() function in OAdabasConnection
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx181 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement() function in OConnection
/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx263 Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement() function in OCalcConnection
/trunk/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx112 Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareStatement( const ::rtl::OUString&… in prepareStatement() function in ODbaseConnection
/trunk/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:…
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx234 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement() function in OConnection
/trunk/main/connectivity/source/drivers/flat/
H A DEConnection.cxx160 Reference< XPreparedStatement > SAL_CALL OFlatConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement() function in OFlatConnection
/trunk/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
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx91 Reference< XPreparedStatement > SAL_CALL MacabConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement() function in MacabConnection
H A DMacabConnection.hxx92 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx290 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement() function in OConnection
H A DOPreparedStatement.cxx117 prepareStatement(); in getMetaData()
167 prepareStatement(); in execute()
248 prepareStatement(); in executeUpdate()
287 prepareStatement(); in executeQuery()
322 prepareStatement(); in setParameter()
429 prepareStatement(); in setNull()
506 prepareStatement(); in setObjectWithInfo()
590 prepareStatement(); in clearParameters()
854 prepareStatement(); in setStream()
935 void OPreparedStatement::prepareStatement() in prepareStatement() function in OPreparedStatement
/trunk/main/connectivity/source/inc/adabas/
H A DBConnection.hxx63 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx99 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…

Completed in 99 milliseconds

123