C# Class Deveel.Data.Transactions.TableAccessEvent

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

Méthodes publiques

Méthode 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 méthode

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