NULLABLE Meaning in Japanese - translations and usage examples

Noun
null許容
nullable

Examples of using Nullable in English and their translations into Japanese

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Laravel migration change and make column nullable.
列をNULL可能にするためのLaravel移行の変更。
Adds a nullable deleted_at TIMESTAMP equivalent column for soft deletes.
ソフトデリートのためにNULL値可能なdeleted_atTIMESTAMPカラム追加。
Microsoft has announced the addition of nullable reference types in C 8.
MicrosoftはC8でNull許容参照型をプレビューする。
Each nullable type is constructed from the generic Nullable<⁣ T> structure.
各null許容型は、ジェネリックNullable<T>構造体から構築されます。
Services namespaces, support for SOAP 1.2 and nullable elements has been added.
Services名前空間、SOAP1.2とnull許容要素のサポートが追加されています。
Table-gt;timestamps(); Adds nullable created_at and updated_at TIMESTAMP equivalent columns.
Table-gt;timestamps();NULL値可能なcreated_atとupdated_atカラム追加。
For this,Kotlin uses a tape system which can differentiate between nullable references and non-null references.
Kotlinでは、型システムはnullを持ちうる参照とそうでない参照を区別する。
Which is preferred: Nullable<>. HasValue or Nullable<>!= null?
どちらが優先されるか:Nullable<>。HasValueまたはNullable<>!=null?
Starting from the left we have: item names, format,whether the item is nullable or not, and its explanation.
この表は左の列から、テーブルの項目名、項目の、その項目が必須であるかないか、項目の説明が書かれています。
In the CTS, nullable types are instances of the generic struct type System.Nullable<T>.
CTSでは、null許容型は一般的な構造体型Nullable<T>のインスタンスです。
C 8 is also part of this release, which includes nullable, async streams, and more patterns.
C8.0も、このリリースの一部であり、nullを許容する参照型の機能、非同期ストリーム、追加のパターンが含まれます。
Nullable Parameters and CallerMemberName A pattern this library uses a lot is CallerMemberName.
NULL許容パラメータとCallerMemberNameこのライブラリではCallerMemberNameパターンが多用されています。
New C language features have been added,including nullable types, multi-dimensional arrays, and unsafe code.
新しいC言語機能としてNULL許容型,多次元配列,unsafeコードなどが追加されている。
Ingres_field_nullable() returns TRUE if the field can be set to the NULL value and FALSE if it can't.
Ingres_field_nullable()は、フィールドにNULLが設定可能な場合にTRUE 、設定できない場合にFALSEを返します。
On PHPgt;= 7.1.0, methods with missing expectations and nullable return type will return null.
PHP7.1.0以降では、エクスペクションが見つからないメソッドで、返すタイプがnullableの場合,nullを返します。
Disabling the nullable references feature is all or nothing; you couldn't use it to make oldValuenullable and newValuenon-nullable.
Null許容参照機能の無効化はオール・オア・ナッシングなので、oldValueやnewValueをnull許容にすることもできなくなります。
NOTE The JDBC Type is required by JDBC for all nullable columns, if null is passed as a value.
重要JDBCの仕様上、値としてnullを設定する場合はJDBCタイプが必須となります。詳しくはPreparedStatement。
So even if you were coding JDBC directly, you would need to specify this type-but only for nullable values.
ですから、直接JDBCを使ったコードを書く場合でもnullが許可されている列に対しては、やはりデータ型を指定する必要があります。
To retrieve the value of a variable of a nullable type, you should first test its HasValue property to confirm that it has a value.
Null許容型の変数の値を取得するには、まずそのHasValueプロパティをテストして、値があることを確認する必要があります。
Beginning with C 7.0,you can use pattern matching to both examine and get a value of a nullable type: if(x is int valueOfX) y= valueOfX;
C7.0以降では、パターンマッチングを使用してNull許容型の値を調べて取得することができます(if(xisintvalueOfX)y=valueOfX;)。
When nullable Boolean variables are used in Boolean expressions, the result can be True, False, or Nothing.
WhennullableBooleanvariablesareusedinBooleanexpressions, theresultcanbeTrue,False,orNothing.AndとOrの真理テーブルを次に示します。
Type Column type information JSON object orarray An array for nullable columns(see the following[Memo]), otherwise JSON object representing a column type.
Typeカラム型情報オブジェクト、あるいは、配列nullableのときは配列(下記の【メモ】を参照)、それ以外のときはJSONオブジェクトでカラム型を表現する。
We can use nullable variables in Kotlin code and let the Kotlin compiler check whether the variables are properly specified as nullable.
Kotlinコードでは、nullable変数を使うことができ、Kotlinコンパイラで各変数がnullableに正しく指定されているかどうかを確認することができます。
When validating arrays, booleans, integers, numerics, and strings, null will no longer be considered a validvalue unless the rule set contains the new nullable rule:.
配列、論理型、整数、数値、文字列をバリデートする場合、新しいnullableルールを指定していない限り、有効な数値として判断されなくなりました。
Nullable types are especially useful when you are passing data to and from databases in which numeric values might be null.
Nullabletypesareespeciallyusefulwhen youarepassingdatatoandfromdatabasesinwhichnumericvaluesmightbenull.詳細については、「ull許容型」を参照してください。
Database Table Actions dialog box If your source orthe target data contains nullable fields, you have two options to compare null values from the source with those in the target data: 1. treat null values as equal2.
データベーステーブルアクションダイアログボックスソースまたはターゲットデータにnullableフィールドが含まれている場合、ソース内のnull値をターゲットデータ内の値と比較する方法が2つ存在します:1.null値を等価として扱う2。
In combination with some of C 's existing features like anonymous methods and nullable types, the differences between C and Java will become more stark over the next few years in contrast to the feature convergence that has been happening over the past few years.
匿名メソッドやnull許容型などのCの既存機能とも連携するため、CとJavaの機能は、ここ数年の収束という方向とは逆に、今後は違いが大きくなっていくことでしょう。
Results: 27, Time: 0.0275

Top dictionary queries

English - Japanese