SQL-Unit  1.6
Typedefs | Functions
Bool.ssunit.sql File Reference

The boolean user defined type. More...

Typedefs

typedef bit Bool
 The boolean type.
typedef varchar[5] BoolDisplayString
 The type for the boolean as a string.

Functions

tinyint False ()
 The boolean constant for 'false'.
 True ()
 The boolean constant for 'true'.
ssunit::BoolDisplayString Bool_ToString (Bool @value)
 The function to convert the enumeration value into a string.

Detailed Description

The boolean user defined type.

Author:
Chris Oldwood

Typedef Documentation

typedef bit Bool

The boolean type.

typedef varchar [5] BoolDisplayString

The type for the boolean as a string.


Function Documentation

The function to convert the enumeration value into a string.

Parameters:
valueThe value.
tinyint False ( )

The boolean constant for 'false'.

True ( )

The boolean constant for 'true'.