21 namespace Deveel.Data.Sql.Triggers {
25 OldRowIndex = oldRowIndex;
26 NewDataRow = newDataRow;
27 IsNewMutable = newMutable;
36 public int OldRowIndex {
get;
private set; }
38 public Row NewDataRow {
get;
private set; }
40 public bool IsNewMutable {
get;
private set; }
45 public ITable OldDataTable {
get;
internal set; }
50 public ITable NewDataTable {
get;
internal set; }
Defines the contract to access the data contained into a table of a database.
OldNewTableState(ObjectName tableSource, int oldRowIndex, Row newDataRow, bool newMutable)
Describes the name of an object within a database.
A single row in a table of a database.