"nullability" meaning in English

See nullability in All languages combined, or Wiktionary

Noun

Forms: nullabilities [plural]
Etymology: From null + -ability. Etymology templates: {{suffix|en|null|ability}} null + -ability Head templates: {{en-noun|~}} nullability (countable and uncountable, plural nullabilities)
  1. (computing) The state or property of being nullable. Tags: countable, uncountable Categories (topical): Computing Translations (Translations): nullabilità (Italian)

Inflected forms

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "null",
        "3": "ability"
      },
      "expansion": "null + -ability",
      "name": "suffix"
    }
  ],
  "etymology_text": "From null + -ability.",
  "forms": [
    {
      "form": "nullabilities",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "~"
      },
      "expansion": "nullability (countable and uncountable, plural nullabilities)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "English terms suffixed with -ability",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Entries with translation boxes",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with entries",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Terms with Italian translations",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Computing",
          "orig": "en:Computing",
          "parents": [
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        }
      ],
      "examples": [
        {
          "bold_text_offsets": [
            [
              118,
              129
            ]
          ],
          "ref": "1999, Brad McGehee, SQL Server 7 Administration, page 174:",
          "text": "When this is not explicitly defined, a user-defined data type or a column definition will use the default setting for nullability.",
          "type": "quote"
        },
        {
          "bold_text_offsets": [
            [
              8,
              19
            ],
            [
              123,
              134
            ]
          ],
          "ref": "2006, Eric Gunnerson, A Programmer's Introduction to C# 2.0, page 271:",
          "text": "Because nullability is one of a number of attributes of any particular database field, and because dealing with changes in nullability is no different from dealing with name and data type changes, the idea of making a value type nullable in C# when it isn't nullable in the database just in case the underlying database schema changes makes little sense.",
          "type": "quote"
        },
        {
          "bold_text_offsets": [
            [
              141,
              152
            ]
          ],
          "ref": "2017, Marcin Moskala, Android Development with Kotlin, page 43:",
          "text": "We know that Kotlin requires us to explicitly define references that can hold null values. Java on the other hand is much more lenient about nullability, so we may wonder how Kotlin handles types coming from Java (basically the whole Android SDK and libraries written in Java).",
          "type": "quote"
        }
      ],
      "glosses": [
        "The state or property of being nullable."
      ],
      "id": "en-nullability-en-noun-yMtZxwtF",
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "nullable",
          "nullable"
        ]
      ],
      "raw_glosses": [
        "(computing) The state or property of being nullable."
      ],
      "tags": [
        "countable",
        "uncountable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ],
      "translations": [
        {
          "code": "it",
          "lang": "Italian",
          "sense": "Translations",
          "word": "nullabilità"
        }
      ]
    }
  ],
  "word": "nullability"
}
{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "null",
        "3": "ability"
      },
      "expansion": "null + -ability",
      "name": "suffix"
    }
  ],
  "etymology_text": "From null + -ability.",
  "forms": [
    {
      "form": "nullabilities",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "~"
      },
      "expansion": "nullability (countable and uncountable, plural nullabilities)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        "English countable nouns",
        "English entries with incorrect language header",
        "English lemmas",
        "English nouns",
        "English terms suffixed with -ability",
        "English terms with quotations",
        "English uncountable nouns",
        "Entries with translation boxes",
        "Pages with 1 entry",
        "Pages with entries",
        "Terms with Italian translations",
        "Translation table header lacks gloss",
        "en:Computing"
      ],
      "examples": [
        {
          "bold_text_offsets": [
            [
              118,
              129
            ]
          ],
          "ref": "1999, Brad McGehee, SQL Server 7 Administration, page 174:",
          "text": "When this is not explicitly defined, a user-defined data type or a column definition will use the default setting for nullability.",
          "type": "quote"
        },
        {
          "bold_text_offsets": [
            [
              8,
              19
            ],
            [
              123,
              134
            ]
          ],
          "ref": "2006, Eric Gunnerson, A Programmer's Introduction to C# 2.0, page 271:",
          "text": "Because nullability is one of a number of attributes of any particular database field, and because dealing with changes in nullability is no different from dealing with name and data type changes, the idea of making a value type nullable in C# when it isn't nullable in the database just in case the underlying database schema changes makes little sense.",
          "type": "quote"
        },
        {
          "bold_text_offsets": [
            [
              141,
              152
            ]
          ],
          "ref": "2017, Marcin Moskala, Android Development with Kotlin, page 43:",
          "text": "We know that Kotlin requires us to explicitly define references that can hold null values. Java on the other hand is much more lenient about nullability, so we may wonder how Kotlin handles types coming from Java (basically the whole Android SDK and libraries written in Java).",
          "type": "quote"
        }
      ],
      "glosses": [
        "The state or property of being nullable."
      ],
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "nullable",
          "nullable"
        ]
      ],
      "raw_glosses": [
        "(computing) The state or property of being nullable."
      ],
      "tags": [
        "countable",
        "uncountable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ]
    }
  ],
  "translations": [
    {
      "code": "it",
      "lang": "Italian",
      "sense": "Translations",
      "word": "nullabilità"
    }
  ],
  "word": "nullability"
}

Download raw JSONL data for nullability meaning in English (2.5kB)


This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2025-04-13 from the enwiktionary dump dated 2025-04-03 using wiktextract (aeaf2a1 and fb63907). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.