Lines Matching defs:void

152 sal_Bool ODataColumn::wasNull(void) throw( SQLException, RuntimeException )  in wasNull()  argument
161 rtl::OUString ODataColumn::getString(void) throw( SQLException, RuntimeException ) in getString() argument
170 sal_Bool ODataColumn::getBoolean(void) throw( SQLException, RuntimeException ) in getBoolean() argument
179 sal_Int8 ODataColumn::getByte(void) throw( SQLException, RuntimeException ) in getByte() argument
188 sal_Int16 ODataColumn::getShort(void) throw( SQLException, RuntimeException ) in getShort() argument
197 sal_Int32 ODataColumn::getInt(void) throw( SQLException, RuntimeException ) in getInt() argument
206 sal_Int64 ODataColumn::getLong(void) throw( SQLException, RuntimeException ) in getLong() argument
215 float ODataColumn::getFloat(void) throw( SQLException, RuntimeException ) in getFloat() argument
223 double ODataColumn::getDouble(void) throw( SQLException, RuntimeException ) in getDouble() argument
232 Sequence< sal_Int8 > ODataColumn::getBytes(void) throw( SQLException, RuntimeException ) in getBytes() argument
240 com::sun::star::util::Date ODataColumn::getDate(void) throw( SQLException, RuntimeException ) in getDate() argument
249 com::sun::star::util::Time ODataColumn::getTime(void) throw( SQLException, RuntimeException ) in getTime() argument
257 com::sun::star::util::DateTime ODataColumn::getTimestamp(void) throw( SQLException, RuntimeExceptio… in getTimestamp() argument
266 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getBinaryStream(void) throw( SQLExcep… in getBinaryStream() argument
275 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getCharacterStream(void) throw( SQLEx… in getCharacterStream() argument
293 Reference< XRef > ODataColumn::getRef(void) throw( SQLException, RuntimeException ) in getRef() argument
302 Reference< XBlob > ODataColumn::getBlob(void) throw( SQLException, RuntimeException ) in getBlob() argument
311 Reference< XClob > ODataColumn::getClob(void) throw( SQLException, RuntimeException ) in getClob() argument
320 Reference< XArray > ODataColumn::getArray(void) throw( SQLException, RuntimeException ) in getArray() argument
330 void ODataColumn::updateNull(void) throw( SQLException, RuntimeException ) in updateNull() argument