C# 클래스 Deveel.Data.Sql.ExceptionHandler

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

공개 메소드들

메소드 설명
ExceptionHandler ( HandledExceptions handled ) : System
Handle ( ExecutionContext context ) : void
Handles ( string exceptionName ) : bool
ISqlFormattable ( SqlStringBuilder builder ) : void

비공개 메소드들

메소드 설명
IPreparable ( IExpressionPreparer preparer ) : object
PrepareExpressions ( IExpressionPreparer preparer ) : ExceptionHandler

메소드 상세

ExceptionHandler() 공개 메소드

public ExceptionHandler ( HandledExceptions handled ) : System
handled HandledExceptions
리턴 System

Handle() 공개 메소드

public Handle ( ExecutionContext context ) : void
context ExecutionContext
리턴 void

Handles() 공개 메소드

public Handles ( string exceptionName ) : bool
exceptionName string
리턴 bool

ISqlFormattable() 공개 메소드

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