●
●
●
Table 12 Query Language Types and Literals A signed integer expressed using only digits and an optional sign prefix. It has a minimum value of -2,147,483,648 and a maximum value of 2,147,483,647 (inclusive). A signed integer expressed using only digits and an optional sign prefix. It has a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807 (inclusive). To escape double quote and backslash characters, prefix them with a backslash. "She says: \"Hello.\"" The boolean data type has only two possible values: true and false. Use for simple flags that track true and false conditions. yyyy: four digit yearMM: two digit monthdd: two digit day of monthHH: two digit hour of day in 24 hour formatmm: two digit minutes in hourss: two digit seconds in minuteSSS: three digit milliseconds in second’T’: the letter TZ: timezone expressed as defined in RFC 822. 2008-04-23T13:30:25.123-0700 Entity project path begins with a forward slash and folders are separated with a forward slash. First character must be alphabetical (upper or lower case) or the underscore character. Other characters can be alphabetical or numeric or the underscore character.
Copyright © TIBCO Software Inc. All Rights Reserved.