C# Class Deveel.Data.Sql.ExceptionHandler

Inheritance: IPreparable, ISqlFormattable
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
ExceptionHandler ( HandledExceptions handled ) : System
Handle ( ExecutionContext context ) : void
Handles ( string exceptionName ) : bool
ISqlFormattable ( SqlStringBuilder builder ) : void

Private Methods

Method Description
IPreparable ( IExpressionPreparer preparer ) : object
PrepareExpressions ( IExpressionPreparer preparer ) : ExceptionHandler

Method Details

ExceptionHandler() public method

public ExceptionHandler ( HandledExceptions handled ) : System
handled HandledExceptions
return System

Handle() public method

public Handle ( ExecutionContext context ) : void
context ExecutionContext
return void

Handles() public method

public Handles ( string exceptionName ) : bool
exceptionName string
return bool

ISqlFormattable() public method

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