com.aspose.words.net.System.Data

Provides types mimicking .NET types of the System.Data namespace in Java.

Classes

ClassDescription
ConstraintRepresents a constraint that can be enforced on one or more DataColumn objects.
ConstraintCollectionRepresents a collection of constraints for a DataTable.
ConstraintExceptionRepresents the exception that is thrown when attempting an action that violates a constraint.
DBNullRepresents a nonexistent value.
DataColumnRepresents the schema of a column in a DataTable.
DataColumnCollectionRepresents a collection of DataColumn objects for a DataTable.
DataExceptionRepresents the exception that is thrown when errors are generated using ADO.NET components.
DataKeyRepresents a DataKey created from not duplicated DataColumn
DataRelationRepresents a parent/child relationship between two DataTable objects.
DataRelationCollectionRepresents the collection of DataRelation objects for this DataSet.
DataRowRepresents a row of data in a DataTable.
DataRowCollectionRepresents a collection of rows for a DataTable.
DataRowStateRepresents a state of rows.
DataRowViewRepresents a customized view of a DataRow.
DataSetRepresents an in-memory cache of data.
DataTableRepresents one table of in-memory data.
DataTableCollectionRepresents the collection of tables for the DataSet.
DataTableReaderThe DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.
DataViewRepresents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation.
ForeignKeyConstraintRepresents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated.
InvalidConstraintExceptionRepresents the exception that is thrown when incorrectly trying to create or access a relation.
MappingTypeSpecifies how a DataColumn is mapped.
UniqueConstraintRepresents a restriction on a set of columns in which all values must be unique.

Interfaces

InterfaceDescription
DataTableEventListenerProvides methods to work with EventListeners when DataTable is changed.
IDataReaderProvides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET Framework data providers that access relational databases.
IDataRecordProvides access to the column values within each row for a DataReader, and is implemented by .NET Framework data providers that access relational databases.

Enumerations

EnumDescription
RuleIndicates the action that occurs when a ForeignKeyConstraint is enforced.
XmlReadModeSpecifies how to read XML data and a relational schema into a DataSet.