Home
last modified time | relevance | path

Searched refs:clearParameters (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java162 public void clearParameters() throws SQLException { in clearParameters() method in PostgresqlPreparedStatement
163 implParameters.clearParameters(); in clearParameters()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx169 clearParameters(); in close()
845 void SAL_CALL OPreparedStatement::clearParameters() in clearParameters() function in OPreparedStatement
853 ((sql::PreparedStatement *)cppStatement)->clearParameters(); in clearParameters()
H A Dmysqlc_preparedstatement.hxx162 void SAL_CALL clearParameters() throw(SQLException, RuntimeException);
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx462 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters() function in OPreparedStatement
467 m_xAggregateAsParameters->clearParameters(); in clearParameters()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java410 public synchronized void clearParameters() throws SQLException { in clearParameters() method in JavaSQLPreparedStatement
414 ((java.sql.PreparedStatement)jdbcStatement).clearParameters(); in clearParameters()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx867 xParam->clearParameters( ); in impl_fillRowSet_throw()
1015 void SAL_CALL DatabaseDataProvider::clearParameters() throw( SQLException, RuntimeException ) in clearParameters() function in dbaccess::DatabaseDataProvider
1017 m_aParameterManager.clearParameters(); in clearParameters()
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java79 … ((XParameters) UnoRuntime.queryInterface(XParameters.class, prepStmnt)).clearParameters(); in testLongVarChar()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1098 void ParameterManager::clearParameters( ) in clearParameters() function in dbtools::ParameterManager
1101 m_xInnerParamUpdate->clearParameters( ); in clearParameters()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx313 void SAL_CALL OEvoabPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx122 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl440 be done by calling clearParameters.
445 void clearParameters() raises (SQLException);
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx383 void SAL_CALL MacabPreparedStatement::clearParameters() throw(SQLException, RuntimeException) in clearParameters() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx104 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx334 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters() function in OPreparedStatement
H A DSPreparedStatement.hxx123 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java546 oObj.clearParameters() ; in _clearParameters()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx250 void clearParameters();
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx105 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx94 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx124 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx121 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx149 …virtual void SAL_CALL clearParameters( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx480 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv82 "ORowSet";"com::sun::star::sdbc::XParameters";"clearParameters()"
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx404 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters() function in OPreparedStatement

Completed in 78 milliseconds

12