C# Class Deveel.Data.Transactions.TableAccessEvent

A table was accessed during the transaction.
Inheritance: Deveel.Data.Diagnostics.Event, ITableEvent
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
TableAccessEvent ( int tableId, ObjectName tableName ) : System

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

Method Details

TableAccessEvent() public method

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.
return System