FireDAC.Comp.Script
From RAD Studio API Documentation
Contains the TFDScript scripting engine class and additional utility methods and classes.
| Package | FireDAC250.bpl |
|---|
Classes
TFDScript
The class implementing the SQL script engine, capable to execute a series of SQL queries.
TFDScriptCommand The base class for custom script commands.
TFDScriptCommandRegistry The list of the registered script commands.
TFDScriptOptions The class implementing SQL script engine options.
TFDSQLScript An in-memory stored SQL script.
Routines
FDKeywordMatch Compares up to a specified maximum number of characters in two strings.
FDScriptCommandRegistry Returns a reference to the TFDScriptCommandRegistry singleton.
Types
TFDConsoleGetEvent Occurs when getting results from the console.
TFDConsoleLockUpdate Occurs when locking console updates.
TFDConsolePutEvent Occurs on input to the console.
TFDGetTextEvent Occurs when getting a text file.
TFDHostCommandEvent Occurs when an OS host command must be executed.
TFDPauseEvent Occurs when pausing all activity from the console.
TFDScriptCommandLookupRes Specifies command-text matching.
TFDScriptEchoCommands Specifies which commands are echoed.
TFDScriptSpoolOutputMode Specifies the spooling output.
TFDScriptStatus Specifies the script status.
TFDScriptTextMode Specifies the text reading/writing modes.