
|
EOracleClientException
|
Represents an exception that is thrown when the Oracle Data Provider for .NET encounters an error.
|

|
TOracleClientCommand
|
Represents an SQL statement or stored procedure to execute against a database.
|

|
TOracleClientCommandBuilder
|
Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database.
|

|
TOracleClientConnection
|
Represents an open connection to a database.
|

|
TOracleClientConnectionStringBuilder
|
Provides a simple way to create and manage the contents of connection strings used by the TOracleClientConnection class
|

|
TOracleClientDataAdapter
|
Represents a set of data commands and a connection to a database that are used to fill the DataSet and update the database.
|

|
TOracleClientDataReader
|
Provides a way of reading a forward-only stream of data rows from a data source.
|

|
TOracleClientDataSet
|
Represents a dataset retrieved from an Oracle database.
|

|
TOracleClientFactory
|
Represents a set of methods for creating instances of the Oracle provider's implementation of the data source classes.
|

|
TOracleClientParameter
|
Represents a parameter to an OracleClientCommand and optionally its mapping to a DataSet column.
|

|
TOracleClientParameters
|
Represents a collection of parameters relevant to an OracleClientCommand as well as their respective mappings to columns in a DataSet.
|

|
TOracleClientQuery
|
Uses SQL statements to retrieve data from tables in an Oracle database and pass it to one or more data-aware components through a TDataSource object.
|

|
TOracleClientStoredProc
|
Responsible for executing stored procedures and functions in an Oracle database.
|

|
TOracleClientTable
|
Responsible for retrieving and updating data in a single table in an Oracle database without writing SQL statements.
|