/aoo4110/main/connectivity/source/parse/ |
H A D | PColumn.cxx | 49 …2(_xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))) in OParseColumn() 222 …(_xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))), in OOrderColumn() 244 …(_xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))), in OOrderColumn()
|
/aoo4110/main/connectivity/source/sdbcx/ |
H A D | VColumn.cxx | 172 …operty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE), PROPERTY_ID_ISNULLAB… in construct()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | resultcolumn.cxx | 296 case PROPERTY_ID_ISNULLABLE: in getFastPropertyValue() 347 case PROPERTY_ID_ISNULLABLE: in getFastPropertyValue()
|
H A D | definitioncolumn.cxx | 80 …registerProperty( PROPERTY_ISNULLABLE, PROPERTY_ID_ISNULLABLE, nDefaultAttr, &m_nIsNullable, ::get… in IMPLEMENT_FORWARD_XINTERFACE2()
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BTable.cxx | 163 …xProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>=… in alterColumnByName() 164 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))… in alterColumnByName()
|
H A D | BResultSetMetaData.cxx | 64 …]->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nVal… in isNullable()
|
H A D | BColumns.cxx | 146 …r->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))),_rForNa… in appendObject()
|
H A D | BTables.cxx | 425 …p->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))) == Colu… in getColumnSqlNotNullDefault()
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FDriver.cxx | 262 …().getNameByIndex(PROPERTY_ID_ISNULLABLE),rColumn->getPropertyValue(OMetaConnection::getPropMap().… in describe()
|
H A D | FResultSetMetaData.cxx | 182 …column-1]->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))); in isNullable()
|
H A D | FPreparedStatement.cxx | 503 …_xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= … in AddParameter()
|
/aoo4110/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 211 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nOldNullable; in alterColumnByName() 212 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nNewNullable; in alterColumnByName()
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 199 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nOldNullable; in alterColumnByName() 200 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nNewNullable; in alterColumnByName()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_propertyids.hxx | 92 PROPERTY_ID_ISNULLABLE, enumerator
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | propertyids.hxx | 106 #define PROPERTY_ID_ISNULLABLE 16 macro
|
H A D | propertyids.cxx | 129 …case PROPERTY_ID_ISNULLABLE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_ISNULLABLE() ); brea… in fillValue()
|
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | DIndexColumns.cxx | 61 …INT32(xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))) in createObject()
|
H A D | DDatabaseMetaData.cxx | 221 …(xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)))); in getColumns()
|
/aoo4110/main/connectivity/source/inc/ |
H A D | propertyids.hxx | 101 #define PROPERTY_ID_ISNULLABLE 16 macro
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | propertyids.cxx | 142 …case PROPERTY_ID_ISNULLABLE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_ISNULLABLE() ); brea… in fillValue()
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | AColumn.cxx | 168 case PROPERTY_ID_ISNULLABLE: in setFastPropertyValue_NoBroadcast()
|
/aoo4110/main/connectivity/source/drivers/flat/ |
H A D | EDatabaseMetaData.cxx | 215 …(xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)))); in getColumns()
|
/aoo4110/main/dbaccess/source/inc/ |
H A D | stringconstants.hrc | 53 #define PROPERTY_ID_ISNULLABLE 17
|
/aoo4110/main/connectivity/source/drivers/calc/ |
H A D | CDatabaseMetaData.cxx | 208 …(xColumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE)))); in getColumns()
|
/aoo4110/main/forms/source/inc/ |
H A D | property.hrc | 225 #define PROPERTY_ID_ISNULLABLE (PROPERTY_ID_START +188) // BOOL
|