LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/sdb - XColumn.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_SDB_XCOLUMN_HDL
       2             : #define INCLUDED_COM_SUN_STAR_SDB_XCOLUMN_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace sdbc { class XArray; } } } }
       8             : namespace com { namespace sun { namespace star { namespace sdbc { class XClob; } } } }
       9             : namespace com { namespace sun { namespace star { namespace container { class XNameAccess; } } } }
      10             : #include "com/sun/star/sdbc/SQLException.hdl"
      11             : namespace com { namespace sun { namespace star { namespace sdbc { class XBlob; } } } }
      12             : namespace com { namespace sun { namespace star { namespace io { class XInputStream; } } } }
      13             : #include "com/sun/star/util/Time.hdl"
      14             : namespace com { namespace sun { namespace star { namespace sdbc { class XRef; } } } }
      15             : #include "com/sun/star/uno/XInterface.hdl"
      16             : #include "com/sun/star/util/Date.hdl"
      17             : #include "com/sun/star/util/DateTime.hdl"
      18             : #include "com/sun/star/uno/Any.h"
      19             : #include "com/sun/star/uno/Reference.h"
      20             : #include "com/sun/star/uno/Sequence.h"
      21             : #include "cppu/macros.hxx"
      22             : #include "rtl/ustring.hxx"
      23             : #include "sal/types.h"
      24             : 
      25             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      26             : 
      27             : namespace com { namespace sun { namespace star { namespace sdb {
      28             : 
      29           0 : class SAL_NO_VTABLE XColumn : public css::uno::XInterface
      30             : {
      31             : public:
      32             : 
      33             :     // Methods
      34             :     virtual ::sal_Bool SAL_CALL wasNull() = 0;
      35             :     virtual ::rtl::OUString SAL_CALL getString() = 0;
      36             :     virtual ::sal_Bool SAL_CALL getBoolean() = 0;
      37             :     virtual ::sal_Int8 SAL_CALL getByte() = 0;
      38             :     virtual ::sal_Int16 SAL_CALL getShort() = 0;
      39             :     virtual ::sal_Int32 SAL_CALL getInt() = 0;
      40             :     virtual ::sal_Int64 SAL_CALL getLong() = 0;
      41             :     virtual float SAL_CALL getFloat() = 0;
      42             :     virtual double SAL_CALL getDouble() = 0;
      43             :     virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL getBytes() = 0;
      44             :     virtual css::util::Date SAL_CALL getDate() = 0;
      45             :     virtual css::util::Time SAL_CALL getTime() = 0;
      46             :     virtual css::util::DateTime SAL_CALL getTimestamp() = 0;
      47             :     virtual ::com::sun::star::uno::Reference< css::io::XInputStream > SAL_CALL getBinaryStream() = 0;
      48             :     virtual ::com::sun::star::uno::Reference< css::io::XInputStream > SAL_CALL getCharacterStream() = 0;
      49             :     virtual ::com::sun::star::uno::Any SAL_CALL getObject( const ::com::sun::star::uno::Reference< css::container::XNameAccess >& typeMap ) = 0;
      50             :     virtual ::com::sun::star::uno::Reference< css::sdbc::XRef > SAL_CALL getRef() = 0;
      51             :     virtual ::com::sun::star::uno::Reference< css::sdbc::XBlob > SAL_CALL getBlob() = 0;
      52             :     virtual ::com::sun::star::uno::Reference< css::sdbc::XClob > SAL_CALL getClob() = 0;
      53             :     virtual ::com::sun::star::uno::Reference< css::sdbc::XArray > SAL_CALL getArray() = 0;
      54             : 
      55             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      56             : 
      57             : protected:
      58           0 :     ~XColumn() throw () {} // avoid warnings about virtual members and non-virtual dtor
      59             : };
      60             : 
      61             : 
      62             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::sdb::XColumn const *);
      63             : } } } }
      64             : 
      65             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::sdb::XColumn > *) SAL_THROW(());
      66             : 
      67             : #endif

Generated by: LCOV version 1.10