Home
last modified time | relevance | path

Searched refs:bNullable (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/connectivity/source/inc/
H A DOTypeInfo.hxx52 bNullable : 1, // Kann das Feld NULL annehmen member
66 ,bNullable(sal_True) in OTypeInfo()
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx51 bNullable : 1, // Kann das Feld NULL annehmen member
60 ,bNullable(sal_True) in OTypeInfo()
H A DSConnection.cxx343 aInfo.bNullable = xRow->getBoolean (7) == ColumnValue::NULLABLE; in buildTypeInfo()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx102 bNullable : 1, // Kann das Feld NULL annehmen member in dbaui::OTypeInfo
114 ,bNullable(sal_True) in OTypeInfo()
/aoo41x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx770 else if( pActFieldDescr->getTypeInfo()->bNullable ) in IMPL_LINK()
1296 if ( pFieldType->bNullable ) in DisplayData()
1313 if(pFieldType->bNullable) in DisplayData()
1437 if ( pFieldType->bNullable ) in DisplayData()
1482 if ( ( pFieldType.get() && !pFieldType->bNullable ) || !pFieldDescr->IsNullable() ) in DisplayData()
1548 if(!aIter->second->bNullable && pFieldDescr->IsNullable()) in DisplayData()
/aoo41x/main/dbaccess/source/core/api/
H A DKeySet.hxx56 sal_Bool bNullable; member
64 ,bNullable(sal_False) in SelectColumnDescription()
73 ,bNullable(_bNullable) in SelectColumnDescription()
H A DKeySet.cxx814 …nsertRow->get())[aFind->second.nPosition].fill(i,aFind->second.nType,aFind->second.bNullable,xRow); in executeInsert()
874 …nsertRow->get())[aFind->second.nPosition].fill(i,aFind->second.nType,aFind->second.bNullable,xRow); in executeInsert()
1435 aIter->fill(rColDesc.nPosition,rColDesc.nType,rColDesc.bNullable,m_xDriverRow); in fetchRow()
1443 aIter->fill(rColDesc.nPosition,rColDesc.nType,rColDesc.bNullable,m_xDriverRow); in fetchRow()
H A DOptimisticSet.cxx748 …_aRow[aColIter->second.nPosition].fill(i++,aColIter->second.nType,aColIter->second.bNullable,xRow); in fillMissingValues()
/aoo41x/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx422 else if( _pFieldDescr->getTypeInfo()->bNullable ) in setPrimaryKey()
H A DDExport.cxx252 m_pTypeInfo->bNullable = (sal_Int32)aValue == ColumnValue::NULLABLE; in ODatabaseExport()
H A DUITools.cxx723 pInfo->bNullable = (sal_Int32)aValue == ColumnValue::NULLABLE; in fillTypeInfo()
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx265 if ( !_pType->bNullable && IsNullable() ) in FillFromTypeInfo()
H A DTEditControl.cxx1821 if(!_bSet && _pFieldDesc->getTypeInfo()->bNullable) in AdjustFieldDescription()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAConnection.cxx456 aInfo->aSimpleType.bNullable = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx534 aInfo.bNullable = (sal_Int32)aValue == ColumnValue::NULLABLE; in buildTypeInfo()

Completed in 151 milliseconds