Xbasic
SQL::ConnectionGetDefaultSyntaxHandlerScript Method
Syntax
Script as C = GetDefaultSyntaxHandlerScript( [ SyntaxName as C ] )
Arguments
- SyntaxName Character
The name of a syntax. See listSyntaxes() for a list of allowed values.
Returns
- ScriptCharacter
A script.
Description
Retrieves the syntax handler source for a particular syntax name.
Discussion
The GetDefaultSyntaxHandlerScript() method retrieves the syntax handler source for a particular syntax name. If you do not pass a name, the function returns the default script for the current syntax type. This script does not include any overrides previously set by calling the SetSyntaxHandlerScript() method.
See Also