Core framework procedures for managing fake object creation.
N - Netezza
O - Oracle
S - SQL Server
Hint Procedure |
N |
O |
S |
Description |
DBTD_CREATE_STUB_PROCEDURE |
|
|
+ |
STUB is the copy of original procedure that has the same signature and intended to be used side by side with original |
DBTD_CREATE_MOCK_PROCEDURE |
|
|
+ |
MOCK is a replacement of the original stored procedure that allows user to inject-new and override existing functionality without explicitly introducing changes to existing database code |
DBTD_RESTORE_ORIGINAL_PROC |
|
|
+ |
Procedure will try to determine if the target procedure is a MOCK procedure, will restore the code of the original stored procedure and will delete the MOCK and all of its traces from related tables |
Hint Procedures |
N |
O |
S |
Description |
N - Netezza
O - Oracle
S - SQL Server
See Also