Home | Previous Page | Next Page   DataBlade API Overview > Accessing SQL Data Types > Boolean Data Types >

Boolean Text Representation

The DataBlade API supports a Boolean value in text representation as a character enclosed in single quotation marks, with the format that Table 12 shows.

Table 12. Text Representation of Boolean Data
Boolean Value Text Representation
True 't' or 'T'
False 'f' or 'F'

A Boolean value in its text representation is often called a Boolean string.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]