Lines Matching refs:RuntimeException

59 	Reference< XPropertySetInfo> DataColumn::getPropertySetInfo() const throw( RuntimeException )  in getPropertySetInfo()
64 …ption, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException ) in setPropertyValue()
69 …ng& PropertyName) const throw( UnknownPropertyException, WrappedTargetException, RuntimeException ) in getPropertyValue()
74 …geListener>& xListener) throw( UnknownPropertyException, WrappedTargetException, RuntimeException ) in addPropertyChangeListener()
79 …geListener>& aListener) throw( UnknownPropertyException, WrappedTargetException, RuntimeException ) in removePropertyChangeListener()
84 …geListener>& aListener) throw( UnknownPropertyException, WrappedTargetException, RuntimeException ) in addVetoableChangeListener()
89 …geListener>& aListener) throw( UnknownPropertyException, WrappedTargetException, RuntimeException ) in removeVetoableChangeListener()
95 sal_Bool DataColumn::wasNull() throw( SQLException, RuntimeException ) in wasNull()
100 ::rtl::OUString DataColumn::getString() throw( SQLException, RuntimeException ) in getString()
105 sal_Bool DataColumn::getBoolean() throw( SQLException, RuntimeException ) in getBoolean()
110 sal_Int8 DataColumn::getByte() throw( SQLException, RuntimeException ) in getByte()
115 sal_Int16 DataColumn::getShort() throw( SQLException, RuntimeException ) in getShort()
120 sal_Int32 DataColumn::getInt() throw( SQLException, RuntimeException ) in getInt()
125 sal_Int64 DataColumn::getLong() throw( SQLException, RuntimeException ) in getLong()
130 float DataColumn::getFloat() throw( SQLException, RuntimeException ) in getFloat()
135 double DataColumn::getDouble() throw( SQLException, RuntimeException ) in getDouble()
140 Sequence< sal_Int8 > DataColumn::getBytes() throw( SQLException, RuntimeException ) in getBytes()
145 com::sun::star::util::Date DataColumn::getDate() throw( SQLException, RuntimeException ) in getDate()
150 com::sun::star::util::Time DataColumn::getTime() throw( SQLException, RuntimeException ) in getTime()
155 com::sun::star::util::DateTime DataColumn::getTimestamp() throw( SQLException, RuntimeException ) in getTimestamp()
160 Reference< XInputStream> DataColumn::getBinaryStream() throw( SQLException, RuntimeException ) in getBinaryStream()
165 Reference< XInputStream> DataColumn::getCharacterStream() throw( SQLException, RuntimeException ) in getCharacterStream()
170 …taColumn::getObject(const Reference< XNameAccess>& typeMap) throw( SQLException, RuntimeException ) in getObject()
175 Reference< XRef> DataColumn::getRef() throw( SQLException, RuntimeException ) in getRef()
180 Reference< XBlob> DataColumn::getBlob() throw( SQLException, RuntimeException ) in getBlob()
185 Reference< XClob> DataColumn::getClob() throw( SQLException, RuntimeException ) in getClob()
190 Reference< XArray> DataColumn::getArray() throw( SQLException, RuntimeException ) in getArray()
196 void DataColumn::updateNull() throw( SQLException, RuntimeException ) in updateNull()
201 void DataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException ) in updateBoolean()
206 void DataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte()
211 void DataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort()
216 void DataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt()
221 void DataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong()
226 void DataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat()
231 void DataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble()
236 void DataColumn::updateString(const ::rtl::OUString& x) throw( SQLException, RuntimeException ) in updateString()
241 void DataColumn::updateBytes(const Sequence< sal_Int8 >& x) throw( SQLException, RuntimeException ) in updateBytes()
246 …DataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeException ) in updateDate()
251 …DataColumn::updateTime(const com::sun::star::util::Time& x) throw( SQLException, RuntimeException ) in updateTime()
256 …n::updateTimestamp(const com::sun::star::util::DateTime& x) throw( SQLException, RuntimeException ) in updateTimestamp()
261 …Stream(const Reference< XInputStream>& x, sal_Int32 length) throw( SQLException, RuntimeException ) in updateBinaryStream()
266 …Stream(const Reference< XInputStream>& x, sal_Int32 length) throw( SQLException, RuntimeException ) in updateCharacterStream()
271 void DataColumn::updateObject(const Any& x) throw( SQLException, RuntimeException ) in updateObject()
276 …aColumn::updateNumericObject(const Any& x, sal_Int32 scale) throw( SQLException, RuntimeException ) in updateNumericObject()