DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A new table was created during a transaction. More...
Public Member Functions | |
TableCreatedEvent (int tableId, ObjectName tableName) | |
Constructs the event object with the given table name and unique identification number. More... | |
Public Member Functions inherited from Deveel.Data.Transactions.ObjectCreatedEvent | |
ObjectCreatedEvent (ObjectName objectName, DbObjectType objectType) | |
Constructs a new event with the given object name and type. More... | |
Properties | |
int | TableId [get, private set] |
Properties inherited from Deveel.Data.Transactions.ObjectCreatedEvent | |
ObjectName | ObjectName [get, private set] |
Gets the ObjectName that uniquely identify the object created. More... | |
DbObjectType | ObjectType [get, private set] |
Gets the type of the object created. More... | |
Properties inherited from Deveel.Data.Transactions.ITableEvent | |
int | TableId [get] |
Gets the unique identifier of the table within the system. More... | |
A new table was created during a transaction.
Definition at line 25 of file TableCreatedEvent.cs.
|
inline |
Constructs the event object with the given table name and unique identification number.
tableId | The unique identification number of the table created. |
tableName | The unique name of the table created. |
Definition at line 32 of file TableCreatedEvent.cs.
|
getprivate set |
Definition at line 37 of file TableCreatedEvent.cs.