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
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
TableConstraintAlteredEvent ( int tableId ) : System

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

Method Details

TableConstraintAlteredEvent() public méthode

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.
Résultat System