C# Class Deveel.Data.Transactions.TableConstraintAlteredEvent

A transaction event that caused the alteration of a constraints in the table given.
Inheritance: Deveel.Data.Diagnostics.Event, ITableEvent
Show file Open project: deveel/deveeldb

Public Methods

Method Description
TableConstraintAlteredEvent ( int tableId ) : System

Constructs the event object for the table identified by the unique number given.

Method Details

TableConstraintAlteredEvent() public method

Constructs the event object for the table identified by the unique number given.
public TableConstraintAlteredEvent ( int tableId ) : System
tableId int The table unique identifier number.
return System