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

상속: SqlStatement, IDeclarationStatement
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
DeclareExceptionInitStatement ( string exceptionName, int errorCode ) : System

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

DeclareExceptionInitStatement() 공개 메소드

public DeclareExceptionInitStatement ( string exceptionName, int errorCode ) : System
exceptionName string
errorCode int
리턴 System

ExecuteStatement() 보호된 메소드

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

GetData() 보호된 메소드

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