Oracle.DataAccess.Client Namespace Support
This section documents supported delegates, classes, and enumerations of the Oracle.DataAccess.Client namespace.
Oracle.DataAccess.Client Delegate Support
Table 6-1 lists supported delegates for the Oracle.DataAccess.Client namespace.
Table 6-1 Oracle.DataAccess.Client Namespace Delegate Support
| Delegate Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
Oracle.DataAccess.Client Class Support
Table 6-2 lists supported classes for the Oracle.DataAccess.Client namespace.
Table 6-2 Oracle.DataAccess.Client Namespace Class Support
| Class Name | Notes |
|---|---|
|
|
No notes |
|
|
See "OracleCommand Class Support Details" for information about TimesTen support for properties and public methods of this class. |
|
|
No notes |
|
|
See OracleConnection Class Support Details for information about TimesTen support for properties and public methods of this class. |
|
|
No notes |
|
|
The |
|
|
See OracleDataReader Class Support Details for information about TimesTen support for properties and public methods of this class. |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
See OracleTransaction Class Support Details for information about TimesTen support for properties and public methods of this class. |
Oracle.DataAccess.Client Enumeration Support
Table 6-3 lists supported enumerations for the Oracle.DataAccess.Client namespace.
Table 6-3 Oracle.DataAccess.Client namespace Enumeration Support
| Enumeration Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
OracleCommand Class Support Details
The following tables list supported properties and methods of the OracleCommand class.
Table 6-4 OracleCommand Class Property Support
| Property Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
While TimesTen supports the |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
Note:
ODP.NET for TimesTen does not support the InitialLOBFetchSize property. Changing its value has no effect. It is always effectively set to the default value of 0 (zero).
Table 6-5 OracleCommand Class Method Support
| Method Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
OracleConnection Class Support Details
The following tables list supported properties and methods of the OracleConnection class.
Table 6-6 OracleConnection Class Property Support
| Property Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
Table 6-7 OracleConnection Class Event Support
| Method Name | Notes |
|---|---|
|
|
No notes |
Table 6-8 OracleConnection Class Method Support
| Method Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
Returns metadata collections of tables, columns, users, and other objects that allow application developers to discover and enumerate database information. This information is specific to TimesTen and may differ from corresponding metadata collections returned from Oracle Database. For example, TimesTen does not support the |
|
|
No notes |
|
|
No notes |
|
|
No notes |
Note:
TimesTen does not support distributed transactions through OCI. An ODP.NET application cannot use EnlistDistributedTransaction or EnlistTransaction in a TimesTen connection.
OracleConnectionType, an enumeration and public OracleConnection class property, allows an ODP.NET application to determine whether a particular connection object is associated with a TimesTen connection, an Oracle Database connection, or no physical connection at all. The property has the following signature:
public OracleConnectionType ConnectionTypeIt returns one of the following values from the OracleConnectionType enumeration:
OracleConnectionType.Undefined: No connection is associated with the OracleConnection object
OracleConnectionType.Oracle: The OracleConnection object is associated with an Oracle database
OracleConnectionType.TimesTen: The OracleConnection object is associated with a TimesTen databaseOracleDataReader Class Support Details
The following tables list supported properties and methods of the OracleDataReader class.
Table 6-9 OracleDataReader Class Property Support
| Property Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
Note:
ODP.NET for TimesTen does not support use of the InitialLOBFetchSize property. Changing its value has no effect. It is always effectively set to the default value of 0 (zero).
Table 6-10 OracleDataReader Class Method Support
| Method Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
|
|
No notes |
OracleTransaction Class Support Details
The following tables list supported properties and methods of the OracleTransaction class.
Table 6-11 OracleTransaction Class Property Support
| Property Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
Table 6-12 OracleTransaction Class Method Support
| Class Name | Notes |
|---|---|
|
|
No notes |
|
|
No notes |
|
|
No notes |
Note:
TimesTen does not support transaction savepoints.