Home
last modified time | relevance | path

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

123

/trunk/main/connectivity/source/drivers/odbcbase/
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/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/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx71 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareStatement( const ::rtl::OUString… in prepareStatement() function in dbaccess::OSharedConnection
77 return m_xConnection->prepareStatement(sql); in prepareStatement()
H A Dconnection.cxx153 Reference< XPreparedStatement > OConnection::prepareStatement(const rtl::OUString& sql) throw( SQL… in prepareStatement() function in dbaccess::OConnection
161 Reference< XPreparedStatement > xMasterStatement = m_xMasterConnection->prepareStatement(sql); in prepareStatement()
720 return prepareStatement(aStatement); in prepareCommand()
/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/dbaccess/source/core/api/
H A DOptimisticSet.cxx167 m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQueryWithSubstitution()); in construct()
346 …Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(sQuery.makeStringAndClear())… in insertRow()
428 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeDelete()
725 …Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(sQuery.makeStringAndClear())… in fillMissingValues()
H A DCacheSet.cxx230 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in insertRow()
375 … Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in updateRow()
443 … Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in deleteRow()
H A DKeySet.cxx386 m_xStatement = m_xConnection->prepareStatement(io_xAnalyzer->getQueryWithSubstitution()); in executeStatement()
490 … Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in deleteRows()
647 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeUpdate()
758 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL)); in executeInsert()
1067 Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(aSql.makeStringAndClear())); in deleteRow()
/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/forms/qa/integration/forms/
H A DListBox.java211 XPreparedStatement statement = connection.prepareStatement( sql.toString() ); in impl_createDatabase()
236 … XPreparedStatement statement = connection.prepareStatement( foreignKeyInsertSQL.toString() ); in impl_createDatabase()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx291 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement(const OUString& _sSql) in prepareStatement() function in OConnection
304 …m_settings.cppConnection->prepareStatement(OUStringToOString(sSqlStatement, getConnectionEncoding(… in prepareStatement()
H A Dmysqlc_connection.hxx159 my_XPreparedStatementRef SAL_CALL prepareStatement(const OUString& sql)
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java77 jdbcStatement = connection.getJDBCConnection().prepareStatement( in createStatement()
80 jdbcStatement = connection.getJDBCConnection().prepareStatement(sqlStatement); in createStatement()
/trunk/main/connectivity/source/inc/dbase/
H A DDConnection.hxx48 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSalesMan.java95 XPreparedStatement updateStreet = con.prepareStatement( in updateSalesMan()
/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/inc/adabas/
H A DBConnection.hxx63 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/connectivity/source/inc/flat/
H A DEConnection.hxx63 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/connectivity/source/inc/calc/
H A DCConnection.hxx65 …o::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl:…
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl118 <code>prepareStatement</code>
142 XPreparedStatement prepareStatement([in]string sql) raises (SQLException);
/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/source/drivers/flat/
H A DEConnection.cxx160 Reference< XPreparedStatement > SAL_CALL OFlatConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement() function in OFlatConnection

Completed in 94 milliseconds

123