Searched refs:bNullable (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/connectivity/source/inc/ |
H A D | OTypeInfo.hxx | 52 bNullable : 1, // Kann das Feld NULL annehmen member 66 ,bNullable(sal_True) in OTypeInfo()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | OTypeInfo.hxx | 51 bNullable : 1, // Kann das Feld NULL annehmen member 60 ,bNullable(sal_True) in OTypeInfo()
|
H A D | SConnection.cxx | 343 aInfo.bNullable = xRow->getBoolean (7) == ColumnValue::NULLABLE; in buildTypeInfo()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TypeInfo.hxx | 102 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 D | FieldDescControl.cxx | 770 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 D | KeySet.hxx | 56 sal_Bool bNullable; member 64 ,bNullable(sal_False) in SelectColumnDescription() 73 ,bNullable(_bNullable) in SelectColumnDescription()
|
H A D | KeySet.cxx | 814 …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 D | OptimisticSet.cxx | 748 …_aRow[aColIter->second.nPosition].fill(i++,aColIter->second.nType,aColIter->second.bNullable,xRow); in fillMissingValues()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 422 else if( _pFieldDescr->getTypeInfo()->bNullable ) in setPrimaryKey()
|
H A D | DExport.cxx | 252 m_pTypeInfo->bNullable = (sal_Int32)aValue == ColumnValue::NULLABLE; in ODatabaseExport()
|
H A D | UITools.cxx | 723 pInfo->bNullable = (sal_Int32)aValue == ColumnValue::NULLABLE; in fillTypeInfo()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescriptions.cxx | 265 if ( !_pType->bNullable && IsNullable() ) in FillFromTypeInfo()
|
H A D | TEditControl.cxx | 1821 if(!_bSet && _pFieldDesc->getTypeInfo()->bNullable) in AdjustFieldDescription()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 456 aInfo->aSimpleType.bNullable = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 534 aInfo.bNullable = (sal_Int32)aValue == ColumnValue::NULLABLE; in buildTypeInfo()
|
Completed in 81 milliseconds