Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_SDB_XCOLUMN_HPP
2 : #define INCLUDED_COM_SUN_STAR_SDB_XCOLUMN_HPP
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/sdb/XColumn.hdl"
7 :
8 : #include "com/sun/star/container/XNameAccess.hpp"
9 : #include "com/sun/star/io/XInputStream.hpp"
10 : #include "com/sun/star/sdbc/SQLException.hpp"
11 : #include "com/sun/star/sdbc/XArray.hpp"
12 : #include "com/sun/star/sdbc/XBlob.hpp"
13 : #include "com/sun/star/sdbc/XClob.hpp"
14 : #include "com/sun/star/sdbc/XRef.hpp"
15 : #include "com/sun/star/uno/RuntimeException.hpp"
16 : #include "com/sun/star/uno/XInterface.hpp"
17 : #include "com/sun/star/util/Date.hpp"
18 : #include "com/sun/star/util/DateTime.hpp"
19 : #include "com/sun/star/util/Time.hpp"
20 : #include "com/sun/star/uno/Any.hxx"
21 : #include "com/sun/star/uno/Reference.hxx"
22 : #include "com/sun/star/uno/Sequence.hxx"
23 : #include "com/sun/star/uno/Type.hxx"
24 : #include "cppu/unotype.hxx"
25 : #include "osl/mutex.hxx"
26 : #include "rtl/ustring.hxx"
27 : #include "rtl/instance.hxx"
28 : #include "sal/types.h"
29 :
30 : namespace com { namespace sun { namespace star { namespace sdb {
31 :
32 330 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::sdb::XColumn const *) {
33 : static typelib_TypeDescriptionReference * the_type = 0;
34 330 : if ( !the_type )
35 : {
36 4 : typelib_static_type_init( &the_type, typelib_TypeClass_INTERFACE, "com.sun.star.sdb.XColumn" );
37 : }
38 330 : return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
39 : }
40 :
41 : } } } }
42 :
43 330 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::sdb::XColumn > const *) SAL_THROW(()) {
44 330 : return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::sdb::XColumn > >::get();
45 : }
46 :
47 330 : ::com::sun::star::uno::Type const & css::sdb::XColumn::static_type(SAL_UNUSED_PARAMETER void *) {
48 330 : return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::sdb::XColumn > * >(0));
49 : }
50 :
51 : #endif // INCLUDED_COM_SUN_STAR_SDB_XCOLUMN_HPP
|