IBX.IBScript.TIBSQLParser.Terminator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Terminator: string read FTerminator write FTerminator;

C++

__property System::UnicodeString Terminator = {read=FTerminator, write=FTerminator};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBScript.pas
IBX.IBScript.hpp
IBX.IBScript TIBSQLParser

Description

The Terminator specifies the string used to define the end of a statement.

The character by default for the Terminator property is the semicolon, ;, as defined on the standard SQL grammar.

Use the Terminator property to separate the statements that you want to parse individually using the TIBSQLParser component.

See Also