21 namespace Deveel.Data.Sql.Tables {
63 void UpdateRow(
Row row);
77 bool RemoveRow(
RowId rowId);
125 void AssertConstraints();
Defines the contract to access the data contained into a table of a database.
A single row in a table of a database.
Defines the value of a ROWID object, that is a unique reference within a database system to a single ...
An interface that defines contracts to alter the contents of a table.