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