Lines Matching refs:MacabPreparedStatement

41 IMPLEMENT_SERVICE_INFO(MacabPreparedStatement, "com.sun.star.sdbc.drivers.MacabPreparedStatement", …
43 void MacabPreparedStatement::checkAndResizeParameters(sal_Int32 nParams) throw(SQLException) in checkAndResizeParameters()
49 ::dbtools::throwInvalidIndexException(*(MacabPreparedStatement *) this,Any()); in checkAndResizeParameters()
55 void MacabPreparedStatement::setMacabFields() const throw(SQLException) in setMacabFields()
71 void MacabPreparedStatement::resetParameters() const throw(SQLException) in resetParameters()
76 void MacabPreparedStatement::getNextParameter(::rtl::OUString &rParameter) const throw(SQLException) in getNextParameter()
84 ::dbtools::throwGenericSQLException(sError,*(MacabPreparedStatement *) this); in getNextParameter()
92 MacabPreparedStatement::MacabPreparedStatement( in MacabPreparedStatement() function in MacabPreparedStatement
104 MacabPreparedStatement::~MacabPreparedStatement() in ~MacabPreparedStatement()
108 void MacabPreparedStatement::disposing() in disposing()
119 Reference< XResultSetMetaData > SAL_CALL MacabPreparedStatement::getMetaData() throw(SQLException, … in getMetaData()
144 void SAL_CALL MacabPreparedStatement::close() throw(SQLException, RuntimeException) in close()
162 sal_Bool SAL_CALL MacabPreparedStatement::execute() throw(SQLException, RuntimeException) in execute()
172 sal_Int32 SAL_CALL MacabPreparedStatement::executeUpdate() throw(SQLException, RuntimeException) in executeUpdate()
181 Reference< XConnection > SAL_CALL MacabPreparedStatement::getConnection() throw(SQLException, Runti… in getConnection()
189 Reference< XResultSet > SAL_CALL MacabPreparedStatement::executeQuery() throw(SQLException, Runtime… in executeQuery()
199 void SAL_CALL MacabPreparedStatement::setNull(sal_Int32 parameterIndex, sal_Int32) throw(SQLExcepti… in setNull()
209 void SAL_CALL MacabPreparedStatement::setObjectNull(sal_Int32, sal_Int32, const ::rtl::OUString&) t… in setObjectNull()
217 void SAL_CALL MacabPreparedStatement::setBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeEx… in setBoolean()
225 void SAL_CALL MacabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcep… in setByte()
233 void SAL_CALL MacabPreparedStatement::setShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExc… in setShort()
241 void SAL_CALL MacabPreparedStatement::setInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeExcep… in setInt()
249 void SAL_CALL MacabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExce… in setLong()
257 void SAL_CALL MacabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeExcepti… in setFloat()
265 void SAL_CALL MacabPreparedStatement::setDouble(sal_Int32, double) throw(SQLException, RuntimeExcep… in setDouble()
273 void SAL_CALL MacabPreparedStatement::setString(sal_Int32 parameterIndex, const ::rtl::OUString &x)… in setString()
283 void SAL_CALL MacabPreparedStatement::setBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLExc… in setBytes()
291 void SAL_CALL MacabPreparedStatement::setDate(sal_Int32, const Date&) throw(SQLException, RuntimeEx… in setDate()
299 void SAL_CALL MacabPreparedStatement::setTime(sal_Int32, const Time&) throw(SQLException, RuntimeEx… in setTime()
307 void SAL_CALL MacabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, … in setTimestamp()
315 void SAL_CALL MacabPreparedStatement::setBinaryStream(sal_Int32, const Reference< ::com::sun::star:… in setBinaryStream()
323 void SAL_CALL MacabPreparedStatement::setCharacterStream(sal_Int32, const Reference< ::com::sun::st… in setCharacterStream()
331 void SAL_CALL MacabPreparedStatement::setObject(sal_Int32 parameterIndex, const Any& x) throw(SQLEx… in setObject()
343 void SAL_CALL MacabPreparedStatement::setObjectWithInfo(sal_Int32, const Any&, sal_Int32, sal_Int32… in setObjectWithInfo()
351 void SAL_CALL MacabPreparedStatement::setRef(sal_Int32, const Reference< XRef >&) throw(SQLExceptio… in setRef()
359 void SAL_CALL MacabPreparedStatement::setBlob(sal_Int32, const Reference< XBlob >&) throw(SQLExcept… in setBlob()
367 void SAL_CALL MacabPreparedStatement::setClob(sal_Int32, const Reference< XClob >&) throw(SQLExcept… in setClob()
375 void SAL_CALL MacabPreparedStatement::setArray(sal_Int32, const Reference< XArray >&) throw(SQLExce… in setArray()
383 void SAL_CALL MacabPreparedStatement::clearParameters() throw(SQLException, RuntimeException) in clearParameters()
388 void MacabPreparedStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) … in setFastPropertyValue_NoBroadcast()