null statement 中文意思是什麼

null statement 解釋
空語局
  • null : adj 1 無效力的,無束縛力的。2 無效的,無用的,無益的;無價值的。3 沒特徵[個性]的,沒表情的。4 〈...
  • statement : n. 1. 陳述,聲明,聲明書。2. 【法律】供述;交待。3. 【商業】貸借對照表;(財務)報告書。
  1. If you assume that an argument is not null, for example, use an assertion statement to check for that assumption

    例如,如果假定某個參數不為null ,請使用一條斷言語句檢查該假定。
  2. During expression evaluation when set arithabort is off, if an insert, delete or update statement encounters an arithmetic error, overflow, divide - by - zero, or a domain error, sql server inserts or updates a null value

    如果set arithabort為off ,並且在對表達式求值的過程中insert 、 delete或update語句遇到算術錯誤(溢出、被零除或域錯誤) , sql server將插入或更新一個null值。
  3. If an update to a row violates a constraint or rule, violates the null setting for the column, or the new value is an incompatible data type, the statement is canceled, an error is returned, and no records are updated

    如果對行的更新違反了某個約束或規則,或違反了對列的null設置,或者新值是不兼容的數據類型,則取消該語句、返回錯誤並且不更新任何記錄。
  4. Since this is an insert statement the second parameter for mdb : : execute ( ) is set to null because we will not have any result columns for which we would need to set data types

    因為這是一個插入語句, mdb : : execute ( )的第二個參數被設置為null因為我們將沒有任何結果列需要我們設置數據類型。
  5. If a null parameter value is passed and that parameter is used in a create table or alter table statement in which the referenced column does not allow null values, the database engine generates an error

    如果傳遞null參數值並且在create或alter table語句中使用該參數,而該語句中被引用列又不允許使用空值,則數據庫引擎會產生一個錯誤。
分享友人