Lines Matching refs:SAL_CALL

76 			void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue)
84 Any SAL_CALL queryInterface(const Type & rType) throw(RuntimeException);
85 void SAL_CALL acquire() throw();
86 void SAL_CALL release() throw();
89 ::com::sun::star::uno::Sequence< Type > SAL_CALL getTypes()
93 …Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery() throw(SQLException, Runtim…
94 sal_Int32 SAL_CALL executeUpdate() throw(SQLException, RuntimeException);
95 sal_Bool SAL_CALL execute() throw(SQLException, RuntimeException);
96 …Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection() throw(SQLException, Runt…
99 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery(const…
101 sal_Int32 SAL_CALL executeUpdate(const OUString& sql)
103 sal_Bool SAL_CALL execute( const OUString& sql )
107 …void SAL_CALL setNull(sal_Int32 parameter, sal_Int32 sqlType) throw(SQLException, RuntimeExcepti…
109 void SAL_CALL setObjectNull(sal_Int32 parameter, sal_Int32 sqlType, const OUString& typeName)
112 …void SAL_CALL setBoolean(sal_Int32 parameter, sal_Bool x) throw(SQLException, RuntimeException);
114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
116 … void SAL_CALL setShort(sal_Int32 parameter, sal_Int16 x) throw(SQLException, RuntimeException);
118 void SAL_CALL setInt(sal_Int32 parameter, sal_Int32 x) throw(SQLException, RuntimeException);
120 … void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x) throw(SQLException, RuntimeException);
122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
124 void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, RuntimeException);
126 …void SAL_CALL setString(sal_Int32 parameter, const OUString& x) throw(SQLException, RuntimeExcep…
128 void SAL_CALL setBytes(sal_Int32 parameter, const ::com::sun::star::uno::Sequence< sal_Int8 >& x)
131 void SAL_CALL setDate(sal_Int32 parameter, const ::com::sun::star::util::Date& x)
134 void SAL_CALL setTime(sal_Int32 parameter, const ::com::sun::star::util::Time& x)
136 void SAL_CALL setTimestamp(sal_Int32 parameter, const ::com::sun::star::util::DateTime& x)
139 …void SAL_CALL setBinaryStream(sal_Int32 parameter, const Reference< ::com::sun::star::io::XInputSt…
142 …void SAL_CALL setCharacterStream(sal_Int32 parameter, const Reference< ::com::sun::star::io::XInpu…
145 …void SAL_CALL setObject(sal_Int32 parameter, const Any& x) throw(SQLException, RuntimeException…
147 …void SAL_CALL setObjectWithInfo(sal_Int32 parameter, const Any& x, sal_Int32 targetSqlType, sal_In…
150 void SAL_CALL setRef(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XRef >& x)
153 void SAL_CALL setBlob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XBlob >& x)
156 void SAL_CALL setClob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XClob >& x)
159 void SAL_CALL setArray(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XArray >& x)
162 void SAL_CALL clearParameters() throw(SQLException, RuntimeException);
165 void SAL_CALL addBatch() throw(SQLException, RuntimeException);
166 void SAL_CALL clearBatch() throw(SQLException, RuntimeException);
167 …::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch() throw(SQLException, RuntimeEx…
170 void SAL_CALL close() throw(SQLException, RuntimeException);
173 Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData()