FireDAC.Stan.Option.TFDResourceOptions

Delphi
TFDResourceOptions = class(TFDCustomOptions)
C++
class PASCALIMPLEMENTATION TFDResourceOptions : public TFDCustomOptions
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | FireDAC.Stan.Option |
Description
The set of options controlling SQL command preprocessor, command execution and dataset persistence.
The TFDResourceOptions class represents the set of properties controlling how FireDAC components and Phys Layer command interfaces:
- Preprocess SQL command text (EscapeExpand, MacroCreate, MacroExpand, ParamCreate, ParamExpand, PreprocessCmdText, UnifyParams).
- Prepare commands (DirectExecute, DefaultParamType).
- Execute commands (CmdExecMode, CmdExecTimeout, ArrayDMLSize).
- Manage resources (SilentMode).
- Persist datasets (Persistent, Backup, BackupExt, BackupFolder, DefaultStoreExt, DefaultStoreFolder, DefaultStoreFormat, StoreVersion, StoreItems).
TFDResourceOptions is an intermediate class in the resource options classes hierarchy.
The TFDCustomManager and TFDCustomConnection classes use TFDTopResourceOptions. TFDCustomCommand and TFDDataSet use TFDBottomResourceOptions.