Home
last modified time | relevance | path

Searched refs:m_nIsNullable (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx79 ,m_nIsNullable(ColumnValue::NULLABLE) in DBG_NAME()
105 ,m_nIsNullable(rDescr.m_nIsNullable) in OFieldDescription()
127 ,m_nIsNullable(ColumnValue::NULLABLE) in OFieldDescription()
439 m_nIsNullable = _rIsNullable; in SetIsNullable()
598 return m_nIsNullable; in GetIsNullable()
655 return m_nIsNullable == ::com::sun::star::sdbc::ColumnValue::NULLABLE; in IsNullable()
/aoo41x/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx80 …TY_ISNULLABLE, PROPERTY_ID_ISNULLABLE, nDefaultAttr, &m_nIsNullable, ::getCppuType( &m_nIsNullable in IMPLEMENT_FORWARD_XINTERFACE2()
202 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_ISNULLABLE ) >>= m_nIsNullable ); in OQueryColumn()
/aoo41x/main/dbaccess/source/core/inc/
H A Ddefinitioncolumn.hxx66 sal_Int32 m_nIsNullable; member in dbaccess::OTableColumnDescriptor
79 ,m_nIsNullable( ::com::sun::star::sdbc::ColumnValue::NULLABLE_UNKNOWN ) in OTableColumnDescriptor()
/aoo41x/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx69 sal_Int32 m_nIsNullable; member in dbaui::OFieldDescription

Completed in 63 milliseconds