-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CUBRIDMAN-221] 프로시저 생성 관련 기능과 성능 최적화 추가 (#590)
- Loading branch information
Showing
6 changed files
with
406 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
----------------------------- | ||
저장 프로시저 제한 사항 | ||
----------------------------- | ||
|
||
CUBRID의 저장 프로시저와 저장 함수에 대하여 다음의 제한 사항을 가진다. | ||
|
||
* **최대 호출 수**: 저장 프로시저와 저장 루틴의 허용된 최대 호출 수는 16으로 제한된다. | ||
* **함수 오버로딩**: 인수의 데이터 타입이 다른 같은 이름의 저장 프로시저를 생성할 수 없다. **CREATE OR REPLACE** 구문을 사용하는 경우 기존에 등록한 프로시저를 삭제 후 새로운 프로시저를 생성한다. |
Oops, something went wrong.