18 using System.Collections.Generic;
 
   23 namespace Deveel.Data.Sql.Tables {
 
   73         DataObject GetValue(
long rowNumber, 
int columnOffset);
 
Defines the contract to access the data contained into a table of a database. 
Represents a database object, such as a table, a trigger, a type or a column. 
Represents a dynamic object that encapsulates a defined SqlType and a compatible constant ISqlObject ...
Defines the metadata properties of a table existing within a database.