21 namespace Deveel.Data.Transactions {
37 public int TableId {
get;
private set; }
An event fired when a database object of the given type is created during the lifetime of a transacti...
Describes the name of an object within a database.
TableCreatedEvent(int tableId, ObjectName tableName)
Constructs the event object with the given table name and unique identification number.
A new table was created during a transaction.
Defines a transaction event whose object is a database table identified.
A TABLE object in a database.
DbObjectType
The kind of objects that can be handled by a database system and its managers