Lines Matching refs:ODataColumn
65 DBG_NAME(ODataColumn) in DBG_NAME() argument
67 ODataColumn::ODataColumn( in DBG_NAME()
77 DBG_CTOR(ODataColumn,NULL); in DBG_NAME()
80 ODataColumn::~ODataColumn() in ~ODataColumn()
82 DBG_DTOR(ODataColumn,NULL); in ~ODataColumn()
87 Sequence< Type > ODataColumn::getTypes() throw (RuntimeException) in getTypes()
96 Sequence< sal_Int8 > ODataColumn::getImplementationId() throw (RuntimeException) in getImplementationId()
112 Any SAL_CALL ODataColumn::queryInterface( const Type & _rType ) throw (RuntimeException) in queryInterface()
125 rtl::OUString ODataColumn::getImplementationName( ) throw(RuntimeException) in getImplementationName()
131 Sequence< ::rtl::OUString > ODataColumn::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
142 void ODataColumn::disposing() in disposing()
152 sal_Bool ODataColumn::wasNull(void) throw( SQLException, RuntimeException ) in wasNull()
161 rtl::OUString ODataColumn::getString(void) throw( SQLException, RuntimeException ) in getString()
170 sal_Bool ODataColumn::getBoolean(void) throw( SQLException, RuntimeException ) in getBoolean()
179 sal_Int8 ODataColumn::getByte(void) throw( SQLException, RuntimeException ) in getByte()
188 sal_Int16 ODataColumn::getShort(void) throw( SQLException, RuntimeException ) in getShort()
197 sal_Int32 ODataColumn::getInt(void) throw( SQLException, RuntimeException ) in getInt()
206 sal_Int64 ODataColumn::getLong(void) throw( SQLException, RuntimeException ) in getLong()
215 float ODataColumn::getFloat(void) throw( SQLException, RuntimeException ) in getFloat()
223 double ODataColumn::getDouble(void) throw( SQLException, RuntimeException ) in getDouble()
232 Sequence< sal_Int8 > ODataColumn::getBytes(void) throw( SQLException, RuntimeException ) in getBytes()
240 com::sun::star::util::Date ODataColumn::getDate(void) throw( SQLException, RuntimeException ) in getDate()
249 com::sun::star::util::Time ODataColumn::getTime(void) throw( SQLException, RuntimeException ) in getTime()
257 com::sun::star::util::DateTime ODataColumn::getTimestamp(void) throw( SQLException, RuntimeExceptio… in getTimestamp()
266 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getBinaryStream(void) throw( SQLExcep… in getBinaryStream()
275 Reference< ::com::sun::star::io::XInputStream > ODataColumn::getCharacterStream(void) throw( SQLEx… in getCharacterStream()
284 Any ODataColumn::getObject(const Reference< ::com::sun::star::container::XNameAccess > & typeMap) t… in getObject()
293 Reference< XRef > ODataColumn::getRef(void) throw( SQLException, RuntimeException ) in getRef()
302 Reference< XBlob > ODataColumn::getBlob(void) throw( SQLException, RuntimeException ) in getBlob()
311 Reference< XClob > ODataColumn::getClob(void) throw( SQLException, RuntimeException ) in getClob()
320 Reference< XArray > ODataColumn::getArray(void) throw( SQLException, RuntimeException ) in getArray()
330 void ODataColumn::updateNull(void) throw( SQLException, RuntimeException ) in updateNull()
339 void ODataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException ) in updateBoolean()
348 void ODataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte()
357 void ODataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort()
366 void ODataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt()
375 void ODataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong()
384 void ODataColumn::updateFloat(float x) throw( SQLException, RuntimeException ) in updateFloat()
393 void ODataColumn::updateDouble(double x) throw( SQLException, RuntimeException ) in updateDouble()
402 void ODataColumn::updateString(const rtl::OUString& x) throw( SQLException, RuntimeException ) in updateString()
411 void ODataColumn::updateBytes(const Sequence< sal_Int8 >& x) throw( SQLException, RuntimeException ) in updateBytes()
420 void ODataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeExcep… in updateDate()
429 void ODataColumn::updateTime(const ::com::sun::star::util::Time& x) throw( SQLException, RuntimeExc… in updateTime()
438 void ODataColumn::updateTimestamp(const ::com::sun::star::util::DateTime& x) throw( SQLException, R… in updateTimestamp()
447 void ODataColumn::updateCharacterStream(const Reference< ::com::sun::star::io::XInputStream > & x, … in updateCharacterStream()
456 void ODataColumn::updateBinaryStream(const Reference< ::com::sun::star::io::XInputStream > & x, sal… in updateBinaryStream()
465 void ODataColumn::updateNumericObject(const Any& x, sal_Int32 scale) throw( SQLException, RuntimeEx… in updateNumericObject()
474 void ODataColumn::updateObject(const Any& x) throw( SQLException, RuntimeException ) in updateObject()