IliSchema
class defines an object that has an ordered collection of columns. Each column has a name, a data type, and some other attributes. This class serves as a base class for IliTable
class. The IliTable
class defines an object that manages a set of rows with the same schema.