Adapter classes to deal with peculiarity of databas.
Classes
Class | Description | |
---|---|---|
![]() | AbsDBParameterAdapter |
Abstract class for peculiarity of database The Adapter class which inherits this must put in Adapter folder , and it's naming is DbPrefixParameterAdapter. DbType and it's prefix is defined in the class ProviderUtil. |
![]() | OracleParameterAdapter |
Adapter For Oracle
|
![]() | SqlParameterAdapter |
Adapter For SqlServer
|