Contents 

Ubitsoft SQL Enlight Online Help

Expressions

Operators
Logical Expression


Operators

Spaces around arithmetic operator
Break arithmetic expression
Spaces around comparison operator
Spaces around unary operator
Spaces around assignment operator

Operators layout rules controls the spaces that are written around the T-SQL arithmetic operators.

Operator Rules

Spaces around arithmetic operator

Space beforePlace single space before the operator.
Space afterPlace single space after the operator.

Break arithmetic expression

Defines when an arithmetic expression is broken on multiple lines and where the break is - before or after the operator.

New line before Place new line before arithmetic operator.
New line after Place new line before arithmetic operator.
Minimum operators Minimum number of arithmetic operators in order expression to be broken in multiple lines.

Spaces around comparison operator

Space beforePlace single space before the operator.
Space afterPlace single space after the operator.

Spaces around unary operator

Space beforePlace single space before the operator.
Space afterPlace single space after the operator.

Spaces around assignment operator

Space before Place single space before the operator.
Space after Place single space after the operator.

Logical Expression

Break logical expression

Logical expression layout rules control the way logical expression is written.

Logical Expression Rules

Break logical expression

Defines if a logical expression is broken on multiple lines and whether the break is - before or after the logical operator.

New line before Place new line before logical operator.
New line after Place new line before logical operator.
Minimum operators Minimum number of logical operators in a logical expression in order expression to be broken in multiple lines.