Core.Data.DbFactory Class Reference
List of all members.
|
Public Types |
| enum | CONNECTION_TYPE { UNKNOWN = 0,
SQL = 1,
ORACLE = 2,
MYSQL = 3
} |
Static Public Member Functions |
| static IDataParameter | AddParameter (CONNECTION_TYPE connection_type, System.Data.IDataParameterCollection pc, String param_name, DbType type, int size, object param_value) |
| static IDataParameter | AddParameter (int connection_type, System.Data.IDataParameterCollection pc, String param_name, DbType type, int size, object param_value) |
| static String | GetParamToken (CONNECTION_TYPE connection_type) |
| static String | GetParamToken (int connection_type) |
| static String | GetNoLockHint (CONNECTION_TYPE connection_type) |
| static String | GetNoLockHint (int connection_type) |
| static IDbConnection | GetLocalConnection (String connection_string, CONNECTION_TYPE connection_type) |
| static IDbConnection | GetLocalConnection (String connection_string, int connection_type) |
Member Enumeration Documentation
Member Function Documentation
| static IDataParameter Core.Data.DbFactory.AddParameter |
( |
CONNECTION_TYPE |
connection_type, |
|
|
System.Data.IDataParameterCollection |
pc, |
|
|
String |
param_name, |
|
|
DbType |
type, |
|
|
int |
size, |
|
|
object |
param_value | |
|
) |
| | [static] |
| static IDataParameter Core.Data.DbFactory.AddParameter |
( |
int |
connection_type, |
|
|
System.Data.IDataParameterCollection |
pc, |
|
|
String |
param_name, |
|
|
DbType |
type, |
|
|
int |
size, |
|
|
object |
param_value | |
|
) |
| | [static] |
| static String Core.Data.DbFactory.GetParamToken |
( |
CONNECTION_TYPE |
connection_type |
) |
[static] |
| static String Core.Data.DbFactory.GetParamToken |
( |
int |
connection_type |
) |
[static] |
| static String Core.Data.DbFactory.GetNoLockHint |
( |
CONNECTION_TYPE |
connection_type |
) |
[static] |
| static String Core.Data.DbFactory.GetNoLockHint |
( |
int |
connection_type |
) |
[static] |
| static IDbConnection Core.Data.DbFactory.GetLocalConnection |
( |
String |
connection_string, |
|
|
CONNECTION_TYPE |
connection_type | |
|
) |
| | [static] |
| static IDbConnection Core.Data.DbFactory.GetLocalConnection |
( |
String |
connection_string, |
|
|
int |
connection_type | |
|
) |
| | [static] |
The documentation for this class was generated from the following file: