Property | Type | Description | |
---|---|---|---|
m_bConnected | bool | ||
m_bDisposed | bool | ||
m_eProvider | PROVIDER_TYPE | ||
m_nCommandTimeout | int | ||
m_nRetryConnect | int | ||
m_oCommand | System.Data.IDbCommand | ||
m_oConnection | System.Data.IDbConnection | ||
m_oTransaction | System.Data.IDbTransaction | ||
m_sConnectionString | string | ||
m_sProviderAssembly | string | ||
m_sProviderCommandBuilderClass | string | ||
m_sProviderConnectionClass | string |
Method | Description | |
---|---|---|
AddParameter ( IDataParameter oParam ) : void | ||
BeginTransaction ( ) : void | ||
ClearParameters ( ) : void | ||
CommitTransaction ( ) : void | ||
Connect ( ) : bool | ||
DeriveParameters ( string sStoredProcedure ) : IDataParameterCollection | ||
DeriveParameters ( string sSql, CommandType oType ) : IDataParameterCollection | ||
Disconnect ( ) : void | ||
Dispose ( ) : void | ||
ExecuteNonQuery ( string sSQL ) : object | ||
ExecuteNonQuery ( string sSQL, CommandType oType ) : object | ||
ExecuteReader ( string sSQL ) : IDataReader | ||
ExecuteReader ( string sSQL, CommandType oType ) : IDataReader | ||
ExecuteScalar ( string sSQL ) : object | ||
ExecuteScalar ( string sSQL, CommandType oType ) : object | ||
GetADONETWrapper ( ) : |
||
GetADONETWrapper ( string sProviderName ) : |
||
GetADONETWrapper ( string sProviderAssembly, string sConnectionClass, string sCommandBuilderClass ) : |
||
GetDataSet ( string sSQL ) : |
||
GetDataSet ( string sSQL, CommandType oType ) : |
||
GetDataSet ( string sSQL, CommandType oType, |
||
GetDataSource ( ) : string | ||
GetOdbcWrapper ( ) : |
||
GetOleDbWrapper ( ) : |
||
GetOracleWrapper ( ) : |
||
GetParameters ( ) : IDataParameterCollection | ||
GetSqlClientWrapper ( ) : |
||
RollbackTransaction ( ) : void | ||
RollbackTransaction ( bool bThrowError ) : void | ||
ValidateConnection ( ) : bool |
Method | Description | |
---|---|---|
DBWrapper ( ) : System | ||
Dispose ( bool bDisposing ) : void | ||
GetADONETProviderObject ( string sAssembly, string sClass, object oArgs ) : object | ||
GetConnection ( ) : IDbConnection | ||
GetDataAdapter ( string sSQL ) : IDataAdapter |
public AddParameter ( IDataParameter oParam ) : void | ||
oParam | IDataParameter | |
return | void |
public DeriveParameters ( string sStoredProcedure ) : IDataParameterCollection | ||
sStoredProcedure | string | |
return | IDataParameterCollection |
public DeriveParameters ( string sSql, CommandType oType ) : IDataParameterCollection | ||
sSql | string | |
oType | CommandType | |
return | IDataParameterCollection |
public ExecuteNonQuery ( string sSQL ) : object | ||
sSQL | string | |
return | object |
public ExecuteNonQuery ( string sSQL, CommandType oType ) : object | ||
sSQL | string | |
oType | CommandType | |
return | object |
public ExecuteReader ( string sSQL ) : IDataReader | ||
sSQL | string | |
return | IDataReader |
public ExecuteReader ( string sSQL, CommandType oType ) : IDataReader | ||
sSQL | string | |
oType | CommandType | |
return | IDataReader |
public ExecuteScalar ( string sSQL ) : object | ||
sSQL | string | |
return | object |
public ExecuteScalar ( string sSQL, CommandType oType ) : object | ||
sSQL | string | |
oType | CommandType | |
return | object |
protected GetADONETProviderObject ( string sAssembly, string sClass, object oArgs ) : object | ||
sAssembly | string | |
sClass | string | |
oArgs | object | |
return | object |
public static GetADONETWrapper ( ) : |
||
return |
public static GetADONETWrapper ( string sProviderName ) : |
||
sProviderName | string | |
return |
public static GetADONETWrapper ( string sProviderAssembly, string sConnectionClass, string sCommandBuilderClass ) : |
||
sProviderAssembly | string | |
sConnectionClass | string | |
sCommandBuilderClass | string | |
return |
protected GetDataAdapter ( string sSQL ) : IDataAdapter | ||
sSQL | string | |
return | IDataAdapter |
public GetDataSet ( string sSQL ) : |
||
sSQL | string | |
return |
public GetDataSet ( string sSQL, CommandType oType ) : |
||
sSQL | string | |
oType | CommandType | |
return |
public GetDataSet ( string sSQL, CommandType oType, |
||
sSQL | string | |
oType | CommandType | |
oData | ||
return |
public static GetOleDbWrapper ( ) : |
||
return |
public static GetOracleWrapper ( ) : |
||
return |
public GetParameters ( ) : IDataParameterCollection | ||
return | IDataParameterCollection |
public static GetSqlClientWrapper ( ) : |
||
return |
public RollbackTransaction ( bool bThrowError ) : void | ||
bThrowError | bool | |
return | void |
protected IDbCommand,System.Data m_oCommand | ||
return | System.Data.IDbCommand |
protected IDbConnection,System.Data m_oConnection | ||
return | System.Data.IDbConnection |
protected IDbTransaction,System.Data m_oTransaction | ||
return | System.Data.IDbTransaction |
protected string m_sProviderCommandBuilderClass | ||
return | string |