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

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
IsLogical ( this type ) : bool
IsPattern ( this type ) : bool
Reverse ( this type ) : SqlExpressionType

Method Details

IsLogical() public static method

public static IsLogical ( this type ) : bool
type this
return bool

IsPattern() public static method

public static IsPattern ( this type ) : bool
type this
return bool

Reverse() public static method

public static Reverse ( this type ) : SqlExpressionType
type this
return SqlExpressionType