FireDAC.Comp.Script.TFDScriptCommandLookupRes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDScriptCommandLookupRes = (ucNone, ucPartial, ucShort, ucExact);

C++

enum DECLSPEC_DENUM TFDScriptCommandLookupRes : unsigned int { ucNone, ucPartial, ucShort, ucExact };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

Description

Spécifie la correspondance commande-texte.

TFDScriptCommandLookupRes spécifie différentes correspondances entre des commandes de scripts SQL et un texte :

Nom Description
ucNone Le texte ne correspond pas à la commande.
ucPartial Le texte correspond partiellement à la commande de script SQL.
ucShort Le texte correspond à la forme courte d'une commande de script SQL.
ucExact Le texte correspond à la forme complète d'une commande de script SQL.

Voir aussi