KCML_Sql_IsReservedWord
Purpose
Test to see if a word is a reserved word in the KCML SQL parser
Definition
DEFSUB 'KCML_Sql_IsReservedWord(Word$) AS Bool
Parameters
| Word | The word to test |
Description
This function tests to see if the word is a resevred word according to the KCML SQL parser.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.