DBE_DESCRIBE
For details about the basic APIs supported by DBE_DESCRIBE, see Table 1.
| API | Description |
|---|---|
| DBE_DESCRIBE.GET_PROCEDURE_NAME | This is an internal function and is not recommended. The name of a stored procedure or function is extracted from the original input of a user. |
| DBE_DESCRIBE.IS_NUMBER_TYPE | This is an internal function and is not recommended. It is used to determine whether the data type is numeric. |
- DBE_DESCRIBE.GET_PROCEDURE_NAME
This is an internal function and is not recommended. It is used to extract the name of a stored procedure or function from the original input of a user.
The prototype of the DBE_DESCRIBE.GET_PROCEDURE_NAME function is as follows:
1 2 3
DBE_DESCRIBE.GET_PROCEDURE_NAME( name IN VARCHAR2) RETURNS VARCHAR2;
Table 2 DBE_DESCRIBE.GET_PROCEDURE_NAME API parameters Parameter
Type
Input/Output Parameter
Can Be Empty
Description
name
VARCHAR2
IN
No
Entity name.
- DBE_DESCRIBE.IS_NUMBER_TYPE
This is an internal function and is not recommended. It is used to check whether the type is numeric.
The prototype of the DBE_DESCRIBE.IS_NUMBER_TYPE function is as follows:
1 2 3
DBE_DESCRIBE.IS_NUMBER_TYPE( type_oid IN INTEGER) RETURNS BOOLEAN;
Table 3 DBE_DESCRIBE.IS_NUMBER_TYPE API parameters Parameter
Type
Input/Output Parameter
Can Be Empty
Description
type_oid
INTEGER
IN
Yes
OID of the type.
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot