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

상속: SqlStatement, IPlSqlStatement
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
GoToStatement ( string label ) : System

보호된 메소드들

메소드 설명
AppendTo ( SqlStringBuilder builder ) : void
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void

비공개 메소드들

메소드 설명
GoToStatement ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

AppendTo() 보호된 메소드

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

ExecuteStatement() 보호된 메소드

protected ExecuteStatement ( ExecutionContext context ) : void
context ExecutionContext
리턴 void

GetData() 보호된 메소드

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
리턴 void

GoToStatement() 공개 메소드

public GoToStatement ( string label ) : System
label string
리턴 System