Package com.mendix.systemwideinterfaces.connectionbus.data
- 
Interface Summary Interface Description IDataColumnSchema A DataColumnSchema describes all properties of a column inside a DataTableSchema.IDataRow ADataRowrepresents a row in aDataTable.IDataTable ADataTablecontains a collection ofDataRowobjects.IDataTableSchema Describes the structure of a dataTable. - 
Exception Summary Exception Description ConcurrentModificationRuntimeException The exception that is thrown on concurrent modifications to the same database row.UniqueConstraintViolationRuntimeException The exception that is thrown when a uniqueness constraint is violated in the database.