Data.SqlExpr.TSQLSchemaInfo.PackageName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PackageName : string;

C++

System::UnicodeString PackageName;

Properties

Type Visibility Source Unit Parent
field public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLSchemaInfo

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