Design Pattern Framework 3.5
DataObjects.AdoNet.Oracle Namespace
Patterns-In-Action! Application ► DataObjects.AdoNet.Oracle
Declaration Syntax
C# | Visual Basic |
namespace DataObjects.AdoNet.Oracle
Namespace DataObjects.AdoNet.Oracle
Types
All Types | Classes |
Icon | Type | Description |
---|---|---|
OracleCustomerDao |
Oracle specific data access object that handles data access
of customers. The details are stubbed out (in a crude way) but should be
relatively easy to implement as they are similar to MS Access and
Sql Server Data access objects.
Enterprise Design Pattern: Service Stub.
|
|
OracleDaoFactory |
Oracle specific factory that creates Oracle specific data access objects.
GoF Design Pattern: Factory.
|
|
OracleOrderDao |
Oracle specific data access object that handles data access
of customer related orders and order details. The details are stubbed out (in a crude way) but should be
relatively easy to implement as they are similar to MS Access and
Sql Server Data access objects.
Enterprise Design Pattern: Service Stub.
|
|
OracleProductDao |
Oracle specific data access object that handles data access
of categories and products. The details are stubbed out (in a crude way) but should be
relatively easy to implement as they are similar to MS Access and
Sql Server Data access objects.
Enterprise Design Pattern: Service Stub.
|