词义:nullable表示可以为null或空值的,即可以没有值或不可用。
词性:形容词
词组搭配:无特殊搭配
短语:无特殊短语
发音拼写:['nʌləbl]
例句:
1. This field is nullable, which means it can be left blank.
这个字段是可空的,意味着可以留空。
2. It is important to declare whether a field is nullable or not in database design.
在数据库设计中,声明一个字段是否可空很重要。
3. The nullable column in the table is causing errors in the query.
表中的可空列导致查询出现错误。
4. The attribute is marked as nullable in the XML schema.
该属性在XML模式中标记为可空。
5. Before you assign a value to a nullable variable, make sure to check if it has a value.
在对可空变量赋值之前,一定要检查它是否有值。
翻译:可空的、可为null的
读音: ['nʌləbl]
例句:
1. 这个参数是nullable的,所以你需要检查一下是否为null。
(This parameter is nullable, so you need to check whether it is null or not.)
2. 这个属性是否是nullable的,取决于具体的业务需求。
(Whether this property is nullable or not depends on specific business requirements.)
nullable通常被翻译为"可空的、计"的意思,还经常被翻译为可为空的,在线读音是[nullable],nullable在英语中经常以名词形式出现,在《郎文当代中级英语辞典》中,共找到26个与nullable相关的句子。
Nullable的翻译
1.可空的
例句:Nullable types and null coalescing operator (可置空类型和 空合并运算符 )
2.计
例句:I recently ran MoMA on SubSonic and found only one issue - a weird use of Nullable types. (最近我在SubSonic上运行了MoMA,只发现了一个问题——Nullable类型的一个奇怪应用。)
3.可为空的
例句:If nullable, it will contain the null value. (如果可为空,它将包含null值。)
用法及短语
nullable一般作为名词使用,如在nullable nonterminal(可空非终结符)等常见短语中出现较多。
nullable nonterminal | 可空非终结符 |
例句
1. If nullable, it will contain the null value. (翻译:如果可为空,它将包含null值。)
2. The result of an arithmetic operator is always nullable, even if the operands are nonnullable and ANSI_WARNINGS or ARITHABORT is set ON. (翻译:即使操作数不可为空并且ANSI_WARNINGS或ARITHABORT设置为ON,算术运算符的结果也始终可为空。)
评论列表