STORED PROCEDURE Meaning in Japanese - translations and usage examples

[stɔːd prə'siːdʒər]
Noun
[stɔːd prə'siːdʒər]
保存された手順
stored procedure

Examples of using Stored procedure in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Stored Procedure.
Main article: Stored procedure.
トップgt;storedprocedure
Stored procedure is not returning data.
ストアドプロシージャがデータを返さない。
Select columns from result set of stored procedure.
ストアドプロシージャの結果セットから列を選択する。
Creating stored procedure and SQLite?
ストアドプロシージャとSQLiteの作成?
Mysql- How to quit/exit from stored procedure.
MySQLの-終了する方法/ストアドプロシージャから終了する。
Execute stored procedure with an Output parameter?
Outputパラメータでストアドプロシージャを実行しますか?
Is there a way to call a stored procedure with Dapper?
Dapperでストアドプロシージャを呼び出す方法はありますか?
A stored procedure is actually stored in the database data dictionary.
ストアドプロシージャは実際にはデータベースのデータ辞書に格納されている。
(4) Programming convenient, at any time to obtain the stored procedure.
便利なプログラミングいつでも保存された手順を得るため。
How to Execute SQL Server Stored Procedure in SQL Developer?
SQLDeveloperでSQLServerストアドプロシージャを実行する方法。
This approach issuitable if you do not need any output from the stored procedure.
このアプローチはストアドプロシージャから出力を呼び出す必要がない場合に適しています。
How do I execute a stored procedure once for each row returned by query?
クエリによって返された各行に対して一度ストアドプロシージャを実行するにはどうすればよいですか?
Complex business logic. Including linkage with BRMS and stored procedure call.
複雑な業務ロジック。BRMSとの連動や、ストアドプロシージャ呼び出しを含む。
Stored procedure slow when called from web, fast from Management Studio.
Webから呼び出されたときのストアドプロシージャの速度が遅く、ManagementStudioから高速です。
Let us first create the demo stored procedure in the"AdventureWorks" database.
AdventureWorks」データベース内にデモのストアドプロシージャを最初に作成しましょう。
For stored procedures, this structure displays the parameters of the stored procedure.
ストアドプロシージャのために、この構造はストアドプロシージャのパラメーターを表示します。
Or you may need to combine data returned by a stored procedure with data from a table.
または、ストアドプロシージャにより返されたデータをテーブルからのデータと組み合わせる必要がある場合があります。
On a database component,you can decide whether tracing should take place for each table or stored procedure.
テーブルまたはストアドプロシージャレベル・データベースコンポーネント上では、各テーブル、またはストアドプロシージャのためにトレースを行うかを決めることができます。
This optional step enables you to execute the stored procedure inside a transaction that can be rolled back.
この任意のステップにより、ロールバック可能なトランザクションの内部でストアドプロシージャを実行することができます。
Once this has been done, clients don't need to keep reissuing the individual statements butcan refer to the stored procedure instead.
この手続きが済む、顧客が個々の明細書を再発行を維持する必要はありませんが、代わりに保存された手順を参照できます。
The code in Listing4 shows how to call theAddEmployee stored procedure, which adds some entries to the employees table.
リスト4のコードには、従業員テーブルにいくつかのエントリーを追加するAddEmployeeストアード・プロシージャーを呼び出す方法を示してあります。
When prompted to choose database objects,select the ProductModelIllustration table and the uspAddProductModelEx stored procedure.
データベースオブジェクトを選択するようにプロンプトされると、ProductModelIllustrationテーブルとuspAddProductModelExストアドプロシージャを選択します。
For example, you may need to pass the output parameter of a stored procedure to another stored procedure.
例えば、ストアドプロシージャの出力パラメーターを他のストアドプロシージャにパスする必要がある場合があります。
For example, you can first call a stored procedure that creates an ID value, and another one that inserts related information into a table.
例えば、ID値を作成するストアドプロシージャを最初に呼び出すことができ、テーブルに関連した情報を入力するものを呼び出すことができます。
Here is an example of code that overrides the afterUpdate method of the helper class andperforms stored procedure call(or some sort of SQL processing) at this timing.
ヘルパクラスのafterUpdateメソッドをオーバーライドして、このタイミングでストアドプロシージャ呼び出し(または何らかのSQL処理)を行うコードの例を紹介します。
DML triggers is a special type of stored procedure that automatically takes effect when a data manipulation language(DML) event takes place that affects the table or view defined in the trigger.
DMLtriggersisaspecialtypeofstoredprocedurethatautomaticallytakeseffectwhenadatamanipulationlanguage(DML)eventtakes placethataffectsthetableorviewdefinedinthetrigger.DMLイベントには、INSERT、UPDATE、またはDELETEのステートメントが含まれます。
Here is an example of preparing a MyDao class that customized auto-generated Dao class andcalling the stored procedure of the database at the timing of getting data(get).
自動生成されたDaoクラスをカスタマイズしたMyDaoクラスを用意し、データを取得(get)したタイミングでデータベースのストアドプロシージャを呼び出す例を紹介します。
Also, in this approach you can execute the stored procedure within a database transaction that can be rolled back in case of an error.
また、このアプローチによりエラーが発生した場合ロールバックすることのできるデータベーストランザクション内でストアドプロシージャを実行することができます。
The following table lists all the possible fields between which you can define local relations. Mixed relationships are possible for example,mapping the output of a stored procedure to a database column.
次のテーブルはローカルリレーションを定義することのできるすべての可能なフィールドをリストしています(例えば、ストアドプロシージャの出力をデータベース列にマッピングするなど)。
Results: 36, Time: 0.0292

Word-for-word translation

Top dictionary queries

English - Japanese