diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-06 09:51:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-06 09:51:14 +0000 |
commit | 8e1d377738e413fe796349ffb03ba1a3e1c033aa (patch) | |
tree | 5649bb034d084ebd8cfc9f9db95bc2d444a34e20 /connectivity/source/sdbcx/VColumn.cxx | |
parent | 529291be45b540d3a6977747584bcded89852f76 (diff) |
INTEGRATION: CWS dba07 (1.13.92); FILE MERGED
2003/05/28 09:23:50 oj 1.13.92.1: #109965# initial value was false
Diffstat (limited to 'connectivity/source/sdbcx/VColumn.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VColumn.cxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/connectivity/source/sdbcx/VColumn.cxx b/connectivity/source/sdbcx/VColumn.cxx index b1fd24938cf1..c9a207b5ba07 100644 --- a/connectivity/source/sdbcx/VColumn.cxx +++ b/connectivity/source/sdbcx/VColumn.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VColumn.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2001-10-16 18:14:25 $ + * last change: $Author: vg $ $Date: 2003-06-06 10:51:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,9 @@ #ifndef CONNECTIVITY_CONNECTION_HXX #include "TConnection.hxx" #endif - +#ifndef _COM_SUN_STAR_SDBC_COLUMNVALUE_HPP_ +#include <com/sun/star/sdbc/ColumnValue.hpp> +#endif // ------------------------------------------------------------------------- using namespace connectivity; using namespace connectivity::sdbcx; @@ -79,7 +81,7 @@ using namespace connectivity; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -// using namespace ::com::sun::star::sdbc; +using namespace ::com::sun::star::sdbc; // ----------------------------------------------------------------------------- ::rtl::OUString SAL_CALL OColumn::getImplementationName( ) throw (::com::sun::star::uno::RuntimeException) @@ -116,7 +118,7 @@ OColumn::OColumn(sal_Bool _bCase) : OColumnDescriptor_BASE(m_aMutex) , m_Precision(0) , m_Type(0) , m_Scale(0) - , m_IsNullable(sal_True) + , m_IsNullable(ColumnValue::NULLABLE) , m_IsAutoIncrement(sal_False) , m_IsRowVersion(sal_False) , m_IsCurrency(sal_False) |