Package com.mendix.systemwideinterfaces.connectionbus.data
-
Interface Summary Interface Description IDataColumnSchema A DataColumnSchema describes all properties of a column inside a DataTableSchema.IDataRow ADataRow
represents a row in aDataTable
.IDataTable ADataTable
contains a collection ofDataRow
objects.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.