forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
15 lines
1.2 KiB
HTML
15 lines
1.2 KiB
HTML
<a name="EN-US_TOPIC_0000001233761751"></a><a name="EN-US_TOPIC_0000001233761751"></a>
|
|
|
|
<h1 class="topictitle1">Stored Procedure</h1>
|
|
<div id="body1537424421364"><p id="EN-US_TOPIC_0000001233761751__p13351959162014">In <span id="EN-US_TOPIC_0000001233761751__text1624881244">GaussDB(DWS)</span>, business rules and logics are saved as stored procedures.</p>
|
|
<p id="EN-US_TOPIC_0000001233761751__p183511159102015">A stored procedure is a combination of SQL, PL/SQL, and Java statements, enabling business rule code to be moved from applications to databases and used by multiple programs at a time.</p>
|
|
<p id="EN-US_TOPIC_0000001233761751__p5935837162211">For details about how to create and invoke a stored procedure, see section "CREATE PROCEDURE" in <em id="EN-US_TOPIC_0000001233761751__i530674493617">SQL Syntax</em>.</p>
|
|
<p id="EN-US_TOPIC_0000001233761751__p19921112516585">The functions and stored procedures created by using PL/pgSQL in <a href="dws_04_0511.html">PL/pgSQL Functions</a> are applicable to all the following sections.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0512.html">Stored Procedures</a></div>
|
|
</div>
|
|
</div>
|
|
|