Literals

The terms literal and constant value are synonymous and refer to a fixed data value. For example, STOCK, SUDDEN ALERT, and 512 are all string literals; 1024 is a numeric literal.

In Event Stream Processor, string literals are delimited by single (' ') quotation marks to distinguish them from object names, which are delimited by double (" ") quotation marks.

Neither BLOB nor XML data types have literals.