19 namespace Deveel.Data.Sql.Tables {
26 return (TableName.Equals(other.
TableName));
31 return IsSameTable((RootTable) other);
bool TypeEquals(IRootTable other)
Describes the name of an object within a database.
virtual bool IsSameTable(RootTable other)
ObjectName TableName
Gets the fully qualified name of the table that is ensured to be unique within the system...
Defines the metadata properties of a table existing within a database.
Interface that is implemented by all root tables.