Lines Matching refs:KabPreparedStatement
40 IMPLEMENT_SERVICE_INFO(KabPreparedStatement, "com.sun.star.sdbc.drivers.KabPreparedStatement", "com…
42 void KabPreparedStatement::checkAndResizeParameters(sal_Int32 nParams) throw(SQLException) in checkAndResizeParameters()
48 ::dbtools::throwInvalidIndexException(*(KabPreparedStatement *) this,Any()); in checkAndResizeParameters()
54 void KabPreparedStatement::setKabFields() const throw(SQLException) in setKabFields()
70 void KabPreparedStatement::resetParameters() const throw(SQLException) in resetParameters()
75 void KabPreparedStatement::getNextParameter(::rtl::OUString &rParameter) const throw(SQLException) in getNextParameter()
83 ::dbtools::throwGenericSQLException(sError,*(KabPreparedStatement *) this); in getNextParameter()
91 KabPreparedStatement::KabPreparedStatement( in KabPreparedStatement() function in KabPreparedStatement
102 KabPreparedStatement::~KabPreparedStatement() in ~KabPreparedStatement()
106 void KabPreparedStatement::disposing() in disposing()
117 Reference< XResultSetMetaData > SAL_CALL KabPreparedStatement::getMetaData() throw(SQLException, Ru… in getMetaData()
131 void SAL_CALL KabPreparedStatement::close() throw(SQLException, RuntimeException) in close()
149 sal_Bool SAL_CALL KabPreparedStatement::execute() throw(SQLException, RuntimeException) in execute()
159 sal_Int32 SAL_CALL KabPreparedStatement::executeUpdate() throw(SQLException, RuntimeException) in executeUpdate()
168 Reference< XConnection > SAL_CALL KabPreparedStatement::getConnection() throw(SQLException, Runtime… in getConnection()
176 Reference< XResultSet > SAL_CALL KabPreparedStatement::executeQuery() throw(SQLException, RuntimeEx… in executeQuery()
186 void SAL_CALL KabPreparedStatement::setNull(sal_Int32 parameterIndex, sal_Int32) throw(SQLException… in setNull()
196 void SAL_CALL KabPreparedStatement::setObjectNull(sal_Int32, sal_Int32, const ::rtl::OUString&) thr… in setObjectNull()
204 void SAL_CALL KabPreparedStatement::setBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeExce… in setBoolean()
212 void SAL_CALL KabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcepti… in setByte()
220 void SAL_CALL KabPreparedStatement::setShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExcep… in setShort()
228 void SAL_CALL KabPreparedStatement::setInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeExcepti… in setInt()
236 void SAL_CALL KabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExcept… in setLong()
244 void SAL_CALL KabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeException) in setFloat()
252 void SAL_CALL KabPreparedStatement::setDouble(sal_Int32, double) throw(SQLException, RuntimeExcepti… in setDouble()
260 void SAL_CALL KabPreparedStatement::setString(sal_Int32 parameterIndex, const ::rtl::OUString &x) t… in setString()
270 void SAL_CALL KabPreparedStatement::setBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLExcep… in setBytes()
278 void SAL_CALL KabPreparedStatement::setDate(sal_Int32, const Date&) throw(SQLException, RuntimeExce… in setDate()
286 void SAL_CALL KabPreparedStatement::setTime(sal_Int32, const Time&) throw(SQLException, RuntimeExce… in setTime()
294 void SAL_CALL KabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, Ru… in setTimestamp()
302 void SAL_CALL KabPreparedStatement::setBinaryStream(sal_Int32, const Reference< ::com::sun::star::i… in setBinaryStream()
310 void SAL_CALL KabPreparedStatement::setCharacterStream(sal_Int32, const Reference< ::com::sun::star… in setCharacterStream()
318 void SAL_CALL KabPreparedStatement::setObject(sal_Int32 parameterIndex, const Any& x) throw(SQLExce… in setObject()
326 void SAL_CALL KabPreparedStatement::setObjectWithInfo(sal_Int32, const Any&, sal_Int32, sal_Int32) … in setObjectWithInfo()
334 void SAL_CALL KabPreparedStatement::setRef(sal_Int32, const Reference< XRef >&) throw(SQLException,… in setRef()
342 void SAL_CALL KabPreparedStatement::setBlob(sal_Int32, const Reference< XBlob >&) throw(SQLExceptio… in setBlob()
350 void SAL_CALL KabPreparedStatement::setClob(sal_Int32, const Reference< XClob >&) throw(SQLExceptio… in setClob()
358 void SAL_CALL KabPreparedStatement::setArray(sal_Int32, const Reference< XArray >&) throw(SQLExcept… in setArray()
366 void SAL_CALL KabPreparedStatement::clearParameters() throw(SQLException, RuntimeException) in clearParameters()
371 void KabPreparedStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) th… in setFastPropertyValue_NoBroadcast()