Skip Headers
Oracle® Data Provider for .NET Developer's Guide
11g Release 2 (11.2.0.3)

Part Number E23174-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

IOracleCustomTypeFactory Interface

The IOracleCustomTypeFactory interface is used by ODP.NET to create custom objects that represent Oracle Objects or Collections.

Declaration

// C#
public interface IOracleCustomTypeFactory

Thread Safety

All public static methods are thread-safe, although instance methods do not guarantee thread safety.

Requirements

Namespace: Oracle.DataAccess.Types

Assembly: Oracle.DataAccess.dll

ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4


IOracleCustomTypeFactory Members

IOracleCustomTypeFactory members are listed in the following tables.

IOracleCustomTypeFactory Interface Methods

IOracleCustomTypeFactory interface methods are listed in Table 16-24.

Table 16-24 IOracleCustomTypeFactory Interface Methods

Public Method Description

CreateObject

Returns a new custom object to represent an Oracle Object or Collection



IOracleCustomTypeFactory Interface Methods

IOracleCustomTypeFactory Interface methods are listed in Table 16-25.

Table 16-25 IOracleCustomTypeFactory Interface Methods

Public Method Description

CreateObject

Returns a new custom object to represent an Oracle Object or Collection


CreateObject

This interface method returns a new custom object to represent an Oracle Object or Collection.

Declaration

// C#
IOracleCustomType CreateObject();

Return Value

An IOracleCustomType object.

Remarks

The CreateObject method is used to create a new instance of a custom object to represent an Oracle Object or Collection.