Data.SqlExpr.TSQLSchemaInfo.PackageName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLSchemaInfo

Delphi

PackageName : string;

C++

System::UnicodeString PackageName;

Description

The name of an Oracle package in which you can find the stored procedure.

PackageName depends on the value of FType. PackageName should take a value only when FType's value is stProcedures or stProcedureParams. If the server is not an Oracle server, or if the stored procedure is not defined in a package, PackageName should be an empty string.

See Also