C# Class Deveel.Data.Sql.Statements.AlterTableAction

Inheritance: IAlterTableAction, IPreparable, IStatementPreparable, ISerializable
Show file Open project: deveel/deveeldb

Private Properties

Property Type Description
IPreparable object
IStatementPreparable object

Protected Methods

Method Description
AlterTableAction ( ) : System
AppendTo ( SqlStringBuilder builder ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void
ISqlFormattable ( SqlStringBuilder builder ) : void
PrepareExpressions ( IExpressionPreparer preparer ) : AlterTableAction
PrepareStatement ( IRequest context ) : AlterTableAction

Private Methods

Method Description
IPreparable ( IExpressionPreparer preparer ) : object
IStatementPreparable ( IRequest context ) : object

Method Details

AlterTableAction() protected method

protected AlterTableAction ( ) : System
return System

AppendTo() protected method

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
return void

GetObjectData() protected method

protected GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

ISerializable() protected method

protected ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

ISqlFormattable() protected method

protected ISqlFormattable ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
return void

PrepareExpressions() protected method

protected PrepareExpressions ( IExpressionPreparer preparer ) : AlterTableAction
preparer IExpressionPreparer
return AlterTableAction

PrepareStatement() protected method

protected PrepareStatement ( IRequest context ) : AlterTableAction
context IRequest
return AlterTableAction