FireDAC.Comp.Script.TFDScriptCommand.Keywords

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure Keywords(AKwds: TStrings); virtual;

C++

__classmethod virtual void __fastcall Keywords(System::Classes::TStrings* AKwds);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

Description

Implements the command that provides keywords.

The Keywords method implementation returns the keyword list, which the SQL Script engine uses to recognize this command in the script.

Each keyword consists of a mandatory part (upper case characters) and an optional part (lower case characters). The mandatory part must be unique across other commands. The optional part can be avoided in the script text.

See Also