FireDAC.Phys.Oracle.TFDOracleShutdownOperations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDOracleShutdownOperations = set of (shoShutdown, shoClose, shoDismount, shoClosePDB);

C++

typedef System::Set<Firedac_Phys_Oracle__3, Firedac_Phys_Oracle__3::shoShutdown, Firedac_Phys_Oracle__3::shoClosePDB> TFDOracleShutdownOperations;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Phys.Oracle.pas
FireDAC.Phys.Oracle.hpp
FireDAC.Phys.Oracle FireDAC.Phys.Oracle

Description

Set of shutdown operations for an Oracle database instance.

The supported shutdown operations are the following:

Constant Description
shoShutdown Shuts down an Oracle database instance.
shoClose Closes a database.
shoDismount Unmounts a database.
shoClosePDB Closes a pluggable database (PDB).

See Also