[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Terminator character.
Source position: sqldb.pp line 662
published property TSQLScript.Terminator; |
Terminator is the character used by TSQLScript to delimit SQL statements. By default it equals the semicolon (;), which is the customary SQL command terminating character. By itself TSQLScript does not recognize complex statements such as Create Procedure which can contain terminator characters such as ";". Instead, TSQLScript will scan the script for the Terminator character. Using directives such as SET TERM the terminator character may be changed in the script.
|
Event handler if a directive is encountered |
|
|
List of directives |