21 namespace Deveel.Data.Types {
25 if (tableName == null)
26 throw new ArgumentNullException(
"tableName");
28 TableName = tableName;
A long string in the system.
Describes the name of an object within a database.
Defines the properties of a specific SQL Type and handles the values compatible.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
RowType(ObjectName tableName)