C# Class Deveel.Data.Sql.Expressions.SqlUnaryExpressionTests

Mostrar archivo Open project: deveel/deveeldb

Private Methods

Method Description
BooleanNegate ( bool a, bool expected ) : void
NumericNegate ( double a, double expected ) : void
NumericPlus ( double a, double expected ) : void
ParseNegate ( string s ) : void
ParseNot ( string s ) : void
ParseUnaryPlus ( string s ) : void