doc/book/en/annexes/rql/language.rst
branchstable
changeset 9313 95119045ffb5
parent 8630 b81231749b16
child 9330 45e0034e2a73
equal deleted inserted replaced
9312:88d40fbcc071 9313:95119045ffb5
    79 
    79 
    80 Bases types supported by RQL are those supported by yams schema. Literal values
    80 Bases types supported by RQL are those supported by yams schema. Literal values
    81 are expressed as explained below:
    81 are expressed as explained below:
    82 
    82 
    83 * string should be between double or single quotes. If the value contains a
    83 * string should be between double or single quotes. If the value contains a
    84   quote, it should be preceded by a backslash '\'
    84   quote, it should be preceded by a backslash '\\'
    85 
    85 
    86 * floats separator is dot '.'
    86 * floats separator is dot '.'
    87 
    87 
    88 * boolean values are ``TRUE`` and ``FALSE`` keywords
    88 * boolean values are ``TRUE`` and ``FALSE`` keywords
    89 
    89