|
|
Write (character)
|
/* If expression is of type LONGCHAR or CHARACTER, it returns TRUE or FALSE depending on the
value in the expression and the format used. Whether or not char-expression-format is given,
the case-insensitive values TRUE, FALSE, YES, NO, abbreviated to 1 character, are always
accepted. For example, a "Y" is interpreted as TRUE. */
|
|
|
Write (datetime-tz)
|
/* Writes a datetime-tz value to logical
If expression is of type DECIMAL, INTEGER, INT64, DATE, DATETIME, DATTIME-TZ, or HANDLE,
the function returns TRUE if the value of expression is nonzero. If the value of expression
is 0, it returns FALSE. The second argument is ignored if present. */
|
|
|
Write (decimal)
|
/* Writes a decimal value to logical
If expression is of type DECIMAL, INTEGER, INT64, DATE, DATETIME, DATTIME-TZ, or HANDLE,
the function returns TRUE if the value of expression is nonzero. If the value of expression
is 0, it returns FALSE. The second argument is ignored if present. */
|
|
|
Write (handle)
|
/* Writes a handle value to logical
If expression is of type DECIMAL, INTEGER, INT64, DATE, DATETIME, DATTIME-TZ, or HANDLE,
the function returns TRUE if the value of expression is nonzero. If the value of expression
is 0, it returns FALSE. The second argument is ignored if present. */
|
|
|
Write (int64)
|
/* Writes an int64 value to logical
If expression is of type DECIMAL, INTEGER, INT64, DATE, DATETIME, DATTIME-TZ, or HANDLE,
the function returns TRUE if the value of expression is nonzero. If the value of expression
is 0, it returns FALSE. The second argument is ignored if present. */
|
|
|
Write (longchar)
|
/* Writes a longchar as a logical.
If expression is of type LONGCHAR or CHARACTER, it returns TRUE or FALSE depending on the
value in the expression and the format used. Whether or not char-expression-format is given,
the case-insensitive values TRUE, FALSE, YES, NO, abbreviated to 1 character, are always
accepted. For example, a "Y" is interpreted as TRUE. */
|