CREATE METHOD Meaning in Japanese - translations and usage examples

[kriː'eit 'meθəd]
[kriː'eit 'meθəd]
createメソッド

Examples of using Create method in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Create method returned 0.
Createメソッドが0を返しました。
Take a look at the create method.
作成方法についてはこちらをご覧ください。
Create method is synchronous, and returns a new Contact object.
Createメソッドは、同期的に処理され、Contactオブジェクトを返します。
To create a new database table, the Schema::create method is used:.
テーブルを作成するには、Schema::createメソッドを使用します。
You may also use the create method to save a new model in a single line.
もしくは一行で新しいモデルを保存するためにcreateメソッドを使用することも可能です。
People also translate
This will allow us to fill thename attribute when using Eloquent's create method:.
これにより、Eloquentのcreateメソッドを使う場合に、name属性も指定できるようになります。
Create method cannot be used to create a tuple object with more than eight components.
Createメソッドを使用して、8個を超えるコンポーネントを含むタプルオブジェクトを作成することはできません。
You can simply copy and paste your validator and create method from this class directly into your AuthController.
このクラスからvalidatorとcreateメソッドをそのままAuthControllerにコピー&ペーストしてください。
The create method will begin the subscription as well as update your database with the customer ID and other relevant billing information.
Createメソッドはサブスクリプションを開始すると同時に、カスタマーIDと関連する支払い情報をデータベースに保存します。
However, if you are extending these methods in your own models,you will need to modify your implementation to call the create method on the builder.
しかし、皆さん自身のモデルの中で、これらのメソッドを拡張している場合は、ビルダーに対しcreateメソッドを呼び出すように、実装を変更する必要があります。
If you are overriding the create method in your own models, set the default value of the$attributes parameter to an array:.
もしモデルのcreateメソッドをオーバーライドしている場合は、$attributes引数にデフォルト値として配列を指定してください。
In the[node_seed] section, set the server's node seed to one of thevalidation_seed values you generated using the validation_create method in step 2.
Node_seedセクションでは、サーバーのノードシードを、ステップ2でvalidation_createメソッドを使用して生成したvalidation_seedの値の1つに設定します。
The create method not only creates the model instances but also saves them to the database using Eloquent's save method:..
Createメソッドはモデルインスタンスを生成するだけでなく、Eloquentのsaveメソッドを使用しデータベースへ保存します。
The following command will rollback& re-migrate the last five migrations: php artisan migrate: refresh--step=5 Tables Creating Tables To create a new database table,use the create method on the Schema facade.
Phpartisanmigrate:refresh--step=5テーブルテーブル作成新しいデータベーステーブルを作成するには、Schemaファサードのcreateメソッドを使用します。
The create method not only creates the model instances, but also saves them to the database using Eloquent's save method:..
Createメソッドはモデルインスタンスを生成するだけですので、データベースに保存するにはEloquentのsaveメソッドを使用します。
Since it is very quick to check whether the needed memory buffer is already allocated, most new OpenCV functions thathave arrays as output parameters call the create method and this way the automatic data allocation concept is implemented.
そして,必要とされるメモリバッファが既に確保されているかどうかのチェックは非常に高速なので,出力パラメータとして配列を伴う新しいOpenCV関数の多くはcreateメソッドを呼び出します。
The create method of the AuthController is responsible for creating new App\User records in your database using the Eloquent ORM.
AuthControllerのcreateメソッドは新しいApp\UserレコードをEloquentORMを使用し、データベースに作成することに責任を持っています。
This command effectively re-creates your entire database: php artisan migrate: refresh php artisan migrate: refresh--seed Writing Migrations Creating Tables To create a new database table,use the create method on the Schema facade.
このコマンドはデータベース全体を作り直すために便利です。phpartisanmigrate:refreshphpartisanmigrate:refresh--seedマイグレーション記述テーブル作成新しいデータベーステーブルを作成するには、Schemaファサードのcreateメソッドを使用します。
The Create method has several overloads with different parameters that lets you specify who the event should go to, how it should be delivered.
Createメソッドには異なるパラメータをともなう複数のオーバーロードがあり、イベントが誰に送信されるのか、またどのように届けられるのかを指定することができます。
The following command will rollback& re-migrate the last five migrations: php artisan migrate: refresh--step=5 Drop All Tables& Migrate The migrate: fresh command will drop all tables from the database and then execute the migrate command: php artisan migrate: fresh php artisan migrate: fresh--seed Tables Creating Tables To create a new database table,use the create method on the Schema facade.
Phpartisanmigrate:refresh--step=5全テーブル削除後のマイグレーションmigrate:freshコマンドは、データベースから全テーブルをドロップします。次に、migrateコマンドを実行してください。phpartisanmigrate:freshphpartisanmigrate:fresh--seedテーブルテーブル作成新しいデータベーステーブルを作成するには、Schemaファサードのcreateメソッドを使用します。
The create method will automatically create the Stripe subscription, as well as update your database with Stripe customer ID and other relevant billing information.
Createメソッドは自動的にStripeのサブスクリプションを作成すると同時に、StripeのカスタマーIDと関連する支払い情報をデータベースに保存します。
Most of Laravel's relationships expose a create method, which accepts an array of attributes and will automatically set the foreign key value on the related model before storing it in the database.
ほとんどのLaravelリレーションではcreateメソッドが準備されます。このメソッドは属性の配列を受け取り、データベースへ保存する前に、関連するモデルの外部キー値を自動的に設定します。
The create method accepts two arguments: the first is the name of the table, while the second is a Closure which receives a Blueprint object that may be used to define the new table:.
Createメソッドは引数を2つ取ります。最初はテーブルの名前で、2つ目は新しいテーブルを定義するために使用するBlueprintオブジェクトを受け取る「クロージャ」です。
The create method, which accepts a Stripe credit card/ source token, will begin the subscription as well as update your database with the customer ID and other relevant billing information.
CreateメソッドはStripeクレジットカード/ソーストークンを引数にとり、サブスクリプションを開始すると同時に、カスタマーIDと関連する支払い情報をデータベースに保存します。
Like the create method, the table method accepts two arguments: the name of the table and a Closure that receives a Blueprint instance we can use to add columns to the table:.
Createメソッドと同様にtableメソッドは2つの引数を取ります。テーブルの名前と、テーブルにカラムを追加するために使用するBlueprintインスタンスを受け取る「クロージャ」です。
Like the create method, the table method accepts two arguments: the name of the table and a Closure that receives a Blueprint instance we can use to add columns to the table:.
Createメソッドと同様にtableメソッドは2つの引数を取ります。テーブルの名前と、テーブルにカラムを追加するために使用するBlueprintインスタンスを受け取る「クロージャー」です。
Like the create method, the table method accepts two arguments: the name of the table and a Closure that receives a Blueprint instance you may use to add columns to the table:.
Createメソッドと同様に、tableメソッドは2つの引数を取ります。テーブルの名前と、テーブルにカラムを追加するために使用するBlueprintインスタンスを受け取る「クロージャ」です。
The create method, which accepts a Stripe payment method identifier or Stripe PaymentMethod object, will begin the subscription as well as update your database with the customer ID and other relevant billing information.
CreateメソッドはStripeの支払い方法識別子、もしくはPaymentMethodオブジェクトを引数に取り、サブスクリプションを開始するのと同時に、データベースの顧客IDと他の関連する支払い情報を更新します。
Results: 28, Time: 0.03

Word-for-word translation

Top dictionary queries

English - Japanese