Data.SqlExpr.TSQLStoredProc.PackageName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PackageName: string read FPackageName write SetPackageName;

C++

__property System::UnicodeString PackageName = {read=FPackageName, write=SetPackageName};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLStoredProc

Description

Specifies the name of the Oracle package to which the stored procedure belongs.

Set PackageName to specify the name of the Oracle package that contains the stored procedure which the StoredProcName property specifies. This property is only used when the stored procedure is defined on an Oracle server.

If the stored procedure does not belong to a package, the value of PackageName is an empty string.

See Also