boolean type 中文意思是什麼

boolean type 解釋
布爾類型
  • boolean : 布爾的, 邏輯的, 布爾型
  • type : n 1 型,類型,(工業產品的)品種;風格,型式。2 典型,榜樣,樣本,樣板,模範,範本;典型人物;具...
  1. Datalink provides access to external resources, or urls, while the boolean type is logically equivalent to the bit type, but adds semantic meaning

    Datalink提供對外部資源的訪問或url ,而boolean類型在邏輯上和bit類型是等同的,只是增加了在語義上的含義。
  2. For a boolean negation, the data type of the result is boolean

    對于布爾值求反運算,結果的數據類型為
  3. The boolean data type is used to specify a true or false value

    邏輯數據類型用於指定值的真或假。
  4. If you re migrating to ibm db2 universal database from a database that supports bit and boolean operations and functions, you may be wondering how to handle these types and functions in db2. our author offers a method that includes table creation with columns of the bit - like or boolean data types using constraints or triggers, and a set of user - defined functions to support bitwise and boolean operations that imitate bit or boolean data - type behavior

    本文作者提出了一種方法,這個方法中包括使用約束條件或觸發器創建的表,表中包含類似於位( bit - like )的數據類型的列或布爾數據類型的列;該方法還包含一組用戶定義函數( udf ) ,用於支持模仿位數據或布爾數據類型的行為的逐位運算和布爾運算。
  5. This article offers a method that includes table creation with columns of the bit - like or boolean data type, using constraints or triggers, and a set of user - defined functions udfs to support bitwise and boolean operations for columns that imitate bit or boolean data type behavior

    本文將提供一種方法,該方法包括使用約束條件或觸發器創建了一個表,表中包含類似於位( bit - like )或布爾數據類型的列;該方法還包括一組用戶定義函數( udf ) ,用於支持模仿位數據或布爾數據類型的行為的逐位運算和布爾運算。
  6. And we have the following pl sql sql statements that manipulate with columns flag1 and flag2 both of boolean data type

    並且具有下列pl / sql sql語句,可以使用它們在列flag1和flag2 (均為boolean數據類型)上進行運算:
  7. Integration services can automatically suggests the most appropriate data types based on the first 100 rows of data. you can also change these suggestion options to sample more or less data, to specify the default data type for integer or boolean data, or to add spaces as padding to string columns

    Integration services將根據前100行數據自動建議數據類型,但您可以通過更改建議選項來增加和減少取樣數據,指定整數數據或布爾數據的默認數據類型,或添加作為填充量添加到字元串列中的空格。
  8. Warning c6299 : explicitly comparing a bit field to a boolean type will yield unexpected results

    警告c6299 :對一個位欄位和boolean類型進行顯式比較會產生意外的結果
  9. Operators are consistent with sql s three - valued boolean type, the following predefined operators are provided

    運算符產生的結果與sql的三值布爾類型一致,提供了以下預定義的運算符:
  10. Boolean - type elements are set to

    將布爾類型元素設置為
  11. Listing 5 gives a simple boolean type definition

    清單5給出了一個簡單的布爾類型定義:
  12. For example, c treats boolean variables as single - byte values, while the common language runtime marshals them as four - byte values to match the boolean type defined by the microsoft win32 api

    例如, c + +將布爾變量視為單位元組值,而公共語言運行庫將它們作為四位元組值進行封送以匹配microsoft win32 api定義的
  13. Boolean type does not convert to numeric type accurately

    Boolean類型不能準確地轉換為數值類型
  14. Methods, while the boolean type is retrieved using

    的一個實例中檢索到的,而boolean類型是通過使用
  15. Warning 6323 - use of arithmetic operator on boolean type

    警告c6323 :對一個或多個boolean類型使用算術運算符
  16. For more information, see " boolean type does not convert to numeric type accurately " in

    中的「 boolean類型無法精確轉換為numeric類型」 。
  17. Attribute to marshal the boolean type to any of the representations shown in the following table

    屬性來將布爾類型封送到下表中顯示的任何一種表示形式。
  18. Warning c6214 : cast between semantically different integer types : hresult to a boolean type

    警告c6214 :語義不同的整數類型之間的強制轉換: hresult轉換為boolean類型
  19. Warning c6215 : cast between semantically different integer types : a boolean type to hresult

    警告c6215 :語義不同的整數類型之間的強制轉換: boolean類型轉換為hresult
  20. The size of the boolean type is not explicitly defined ; it is only specified to be able to take the literal values true or false

    數值類型全都是有符號(正負號)的,所以不必費勁尋找沒有符號的類型。
分享友人