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

Inheritance: SqlExpression
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Protected Methods

Method Description
GetData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

Method Description
AppendTo ( SqlStringBuilder builder ) : void
GetUnaryOperatorString ( SqlExpressionType unaryType ) : string
SqlUnaryExpression ( SerializationInfo info, StreamingContext context ) : System
SqlUnaryExpression ( SqlExpressionType expressionType, SqlExpression operand ) : System

Method Details

GetData() protected method

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void