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

A table was accessed during the transaction.
상속: Deveel.Data.Diagnostics.Event, ITableEvent
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
TableAccessEvent ( int tableId, ObjectName tableName ) : System

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

메소드 상세

TableAccessEvent() 공개 메소드

Constructs the event object for the table identified by the unique number given and its unique name.
public TableAccessEvent ( int tableId, ObjectName tableName ) : System
tableId int The table unique identifier number.
tableName ObjectName The unique name of the table accessed.
리턴 System