Table of Contents

Namespace LfrlAnvil.Sql.Expressions.Arithmetic

Classes

SqlAddExpressionNode

Represents an SQL syntax tree expression node that defines a binary arithmetic add operation.

SqlBitwiseAndExpressionNode

Represents an SQL syntax tree expression node that defines a binary bitwise and operation.

SqlBitwiseLeftShiftExpressionNode

Represents an SQL syntax tree expression node that defines a binary bitwise left shift operation.

SqlBitwiseNotExpressionNode

Represents an SQL syntax tree expression node that defines a unary bitwise not operation.

SqlBitwiseOrExpressionNode

Represents an SQL syntax tree expression node that defines a binary bitwise or operation.

SqlBitwiseRightShiftExpressionNode

Represents an SQL syntax tree expression node that defines a binary bitwise right shift operation.

SqlBitwiseXorExpressionNode

Represents an SQL syntax tree expression node that defines a binary bitwise xor operation.

SqlConcatExpressionNode

Represents an SQL syntax tree expression node that defines a binary string concatenation operation.

SqlDivideExpressionNode

Represents an SQL syntax tree expression node that defines a binary arithmetic divide operation.

SqlModuloExpressionNode

Represents an SQL syntax tree expression node that defines a binary arithmetic modulo operation.

SqlMultiplyExpressionNode

Represents an SQL syntax tree expression node that defines a binary arithmetic multiply operation.

SqlNegateExpressionNode

Represents an SQL syntax tree expression node that defines a unary arithmetic negate operation.

SqlSubtractExpressionNode

Represents an SQL syntax tree expression node that defines a binary arithmetic subtract operation.