Data.SqlExpr.TSQLStoredProc.PackageName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLStoredProc

Delphi

property PackageName: string read FPackageName write SetPackageName;

C++

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

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