Package com.mendix.systemwideinterfaces.connectionbus.data
package com.mendix.systemwideinterfaces.connectionbus.data
-
ClassDescriptionThe exception that is thrown on concurrent modifications to the same database row.A DataColumnSchema describes all properties of a column inside a DataTableSchema.A
DataRow
represents a row in aDataTable
.ADataTable
contains a collection ofDataRow
objects.Describes the structure of a dataTable.The exception that is thrown when a uniqueness constraint is violated in the database.