导航菜单

notnull是什么意思_翻译中文_怎么读

notnull

网络释义:非空;非空约束;非空值

网络释义

1.非空 1.2.2 0UTERJOIN( 外部联接) 1.6.2 NOTNULL( 非空值) 1.6.3 UNSIGNED( 无符号数) ...

4.参数不能为空 isp.remote-service-error 系统错误 isv.invapd-parameter:NOTNULL 参数不能为空 ...

5.是否可以为空 ... Length 字段的长度 NotNull 是否可以为空 Unique 是否允许重复 ...

6.非空白 ... [allOperator.NULL," 空白"], [allOperator.NOTNULL," 非空白"]]; [allOperator.LIKE," 包含字符"], ...

7.不为空 ... NULL 空 NOTNULL 不为空 EXP 使用自己写的表达式 ...

8.必须要有数据 ... 3-2-9 验证规则( VerificationRule) 3-2-10 必须要有数据( NotNull) 3-3-1 一对一关系( one-to-one) ...

例句释义:,非空,非空约束,非空值

1.Though you did not specify that column, the Rails migration created it for you anyway, with auto_increment and NOT NULL.虽然没有指定这个列,但是Rails迁移会自动创建它,并具有auto_increment和NOTNULL属性。

2.The following table illustrates the relationship between the existence of a default and the definition of a column as NULL or NOT NULL.下表说明默认值的存在与将列定义为NULL或NOTNULL之间的关系。

3.A computed column cannot be used as a DEFAULT or FOREIGN KEY constraint definition or with a NOT NULL constraint definition.计算列不能用作DEFAULT或FOREIGNKEY约束定义,也不能与NOTNULL约束定义一起使用。

4.In MySQL, if you try to execute an INSERT statement that does not provide a value for a NOT NULL column, the command is successful.在MySQL中,如果要执行一个不提供NOTNULL列值的INSERT语句,此命令没有问题。

5.We recommend that you exppcitly specify NULL or NOT NULL for each column in a temporary table.建议对于临时表中的每列,显式指定NULL或NOTNULL。

6.If any one of these conditions is true, the column is created NOT NULL instead of inheriting the IDENTITY property.如果这些条件中的一个为真,列将被创建为NOTNULL而不继承IDENTITY属性。

7.To make sure that all values of a composite FOREIGN KEY constraint are verified, specify NOT NULL on all the participating columns.若要确保验证了组合FOREIGNKEY约束的所有值,请将所有参与列指定为NOTNULL。

8.Out of the box, OVal supports this constraint with the @NotNull annotation, which is specified before any desired parameter for a method.OVal通过@NotNull标注支持此约束条件,该标注在方法所需的所有参数前指定。

9.These columns must be included in the UPDATE statement to meet the NOT NULL requirement of the column.这些列必须包含在UPDATE语句中,以便满足该行的NOTNULL需要。

10.NULL can be specified in ALTER COLUMN to force a NOT NULL column to allow null values, except for columns in PRIMARY KEY constraints.在ALTERCOLUMN语句中指定NULL,可以强制NOTNULL列允许空值,但PRIMARYKEY约束中的列除外。