• By default, a column can contain a NULL value, but if you don't want that, you can append the "NOT NULL" postfix to the field definition.

    默认情况下,可以包含null但是如果不想这样,可以字段定义中附加NOT NULL后缀

    youdao

  • This new validation will enforce NOT null column constraints by rejecting null values, but only in situations where your database would reject a null value.

    这种校验通过拒绝强迫加上非空[not NULL]字段约束但是只有这种情况下,数据库拒绝空值。

    youdao

  • If defined as NOT NULL, the value corresponds to the start time associated with the most recent transaction (the value of the as ROW BEGIN column).

    如果定义NOT NULL会对应最近事务相关联开始时间(ASROW begin列的值)。

    youdao

  • For example, if a before trigger supplies value to a NOT NULL column, then the before trigger is executed first and a value is supplied to the column so that the NOT NULL constraint isn't violated.

    例如如果BEFORE触发器一个NOT null提供那么执行BEFORE触发器,给列提供值,所以不会违反NOT NULL约束

    youdao

  • The above error can occur if the Sybase existing table definition declares one of the columns to be NOT NULL but there is no value for that column in one of the records of the result set.

    如果sybase现有定义声明列为NOT NULL但是结果集中某一记录没有,就可能发生上述错误

    youdao

  • The itemNumber column provides a unique identity for each item (or row) and has an attached column-level constraint that enforces a valid value to always be supplied (NOT NULL).

    itemNumber提供每个商品的惟一标识,它上面还有列级约束强制要求提供正确NOT NULL)。

    youdao

  • But in DB2, you must provide a value for NOT NULL columns in an INSERT statement when a default hasn't been defined.

    DB 2中,如果定义,则必须insert语句中NOT null提供值。

    youdao

  • But as we hope we've shown in the table, that really represents an array with a single element whose value is null, not a null array.

    但是正如我们希望的,已经显示真正表示含有单一元素数组,元素的为“”(null),而不是一个“零”(null)数组。

    youdao

  • We may not know what type t represents, but we know that the null literal is a valid value for any reference type.

    我们可能知道t类型代表什么我们知道null字母任何引用类型而言一个

    youdao

  • These are generally implicit design decisions in the APIs such as where a value can be null, or where a numeric value is not expected to be negative.

    API设计中,有一些决策不言而喻的,比如何时值可以为null或者何时数字不能

    youdao

  • This may be in the form of specific set values (for example, all 9's or 'Do Not Use') or blank values (where a blank represents a keystroke distinct from a null value).

    可能特定设置(例如所有9DoNotUse’)或空白值(个空白表示一个按键,这不同一个null值)的形式出现

    youdao

  • For simplicity, we chose not to validate entries into the list by returning a value of null each time the validator is run.

    简单起见我们选择验证列表中的条目每次运行检验器时返回空值

    youdao

  • If a default value is not specified, the variable is initialized to NULL.

    如果没有指定默认则初始变量NULL

    youdao

  • If the form input field is not null, set the payload you receive as the widget value, as shown in Listing 14.

    如果表单输入字段为空,将小部件接收到的负载,如清单14所

    youdao

  • An empty or null array is not a valid return value.

    null数组不是一个有效返回

    youdao

  • If the value is not null, it is converted into an int value.

    如果尚未null,那么转化为一个int值。

    youdao

  • A general, good practice is not to allow null (that is, no value) columns in a relational database, because when you attempt to read such a column, you get a null value exception.

    通常优秀实践就是不要关系数据库中使用null(即没有)因为试图读取这类时,您将得到一个null异常

    youdao

  • The default model binder also cannot assign a null value to a property that does not accept nulls. In particular, the model binder cannot assign a null value to the UnitsInStock property.

    默认模型绑定同样不能指定null一个允许为null属性中,这里的情况是模型绑定其不能指定一个null值到UnitsInStock属性中。

    youdao

  • Here the null or blank value does not represent incomplete data, but reflects that the business condition requiring the data has not yet occurred.

    在这里null空白并不表示不完整数据而是反映需要尚未出现数据的业务情况

    youdao

  • Because null is not a valid default value for an annotation, I provide some basic defaults that can be easily tested for, so I can identify the value that was specified.

    由于null不是标注有效默认,因此这里提供了一些便于测试基本默认值,以便识别指定的值。

    youdao

  • IllegalArgumentError is thrown every time an argument is not considered valid, for example, when a null value is passed to a method as a parameter.

    IllegalArgumentError每次认为参数无效时抛出,例如,将null作为参数传递方法

    youdao

  • If the value of the transportTModelKey parameter is not null, then a transport categorization keyedReference is added; its value is the value of the transportTModelKey parameter.

    如果transportTModelKey参数为空添加一个传输类别 keyedReference的值即 transportTModelKey 参数的值。

    youdao

  • It's the situation where, for instance, someone passes a null value to a method not coded to handle nulls.

    比方说,null值传入个并未编写如何处理null方法中,这就是一种边界情况

    youdao

  • A workaround to this is to supply a default value to the not NULL column whose value comes from a BEFORE INSERT TRIGGER, so that the constraint is not violated.

    一种解决方法BEFORE INSERT触发器取得NOT null提供默认值,这样不会违反约束

    youdao

  • Note that when using OLAP data sources, you will not be able to use null in the else statement, and will need to use a static value.

    注意使用olap数据源时,不能else语句中使用null需要使用一个静态

    youdao

  • If the corresponding class, field, or method is not generic, a null value is passed when calling the method.

    相应字段方法泛型,则在调用方法返回null

    youdao

  • If this value is set to null or empty string, CLP throws a JCC exception: Column not updatable.

    如果这个设置null字符串clp抛出JCC异常Column not updatable。

    youdao

  • Notice in Listing 9 that the instance does have a valid (meaning it is not null) toAddress value.

    注意清单9 中,实例确实一个有效 nul )的toAddress

    youdao

  • When you specify the element directive to retrieve element-centric XML, if the column has a NULL value, the corresponding element is not generated by the EXPLICIT mode.

    指定ELEMENT指令检索元素为中心的XML时,如果具有NULL,则EXPLICIT模式生成相应元素。

    youdao

  • When you specify the element directive to retrieve element-centric XML, if the column has a NULL value, the corresponding element is not generated by the EXPLICIT mode.

    指定ELEMENT指令检索元素为中心的XML时,如果具有NULL,则EXPLICIT模式生成相应元素。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定