C# 클래스 Deveel.Data.Sql.Statements.AlterTableAction

상속: IAlterTableAction, IPreparable, IStatementPreparable, ISerializable
파일 보기 프로젝트 열기: deveel/deveeldb

Private Properties

프로퍼티 타입 설명
IPreparable object
IStatementPreparable object

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IPreparable ( IExpressionPreparer preparer ) : object
IStatementPreparable ( IRequest context ) : object

메소드 상세

AlterTableAction() 보호된 메소드

protected AlterTableAction ( ) : System
리턴 System

AppendTo() 보호된 메소드

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
리턴 void

GetObjectData() 보호된 메소드

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

ISerializable() 보호된 메소드

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

ISqlFormattable() 보호된 메소드

protected ISqlFormattable ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
리턴 void

PrepareExpressions() 보호된 메소드

protected PrepareExpressions ( IExpressionPreparer preparer ) : AlterTableAction
preparer IExpressionPreparer
리턴 AlterTableAction

PrepareStatement() 보호된 메소드

protected PrepareStatement ( IRequest context ) : AlterTableAction
context IRequest
리턴 AlterTableAction