C# 클래스 Deveel.Data.Transactions.TableConstraintAlteredEvent

A transaction event that caused the alteration of a constraints in the table given.
상속: Deveel.Data.Diagnostics.Event, ITableEvent
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
TableConstraintAlteredEvent ( int tableId ) : System

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

메소드 상세

TableConstraintAlteredEvent() 공개 메소드

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.
리턴 System