프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddReference | void | ||
ClearReference | void | ||
ClearReferences | void | ||
GetProcedureColumns | |||
RemoveReference | void | ||
ValidateBeginTransaction | void |
메소드 | 설명 | |
---|---|---|
AbstractDBConnection ( string connectionString ) : System.Globalization | ||
ChangeDatabase ( String database ) : void | ||
Clone ( ) : object | ||
Close ( ) : void | ||
Open ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateException ( |
||
CreateException ( string message ) : SystemException | ||
Dispose ( bool disposing ) : void | ||
GetConnectionProvider ( ) : IConnectionProvider | ||
GetConnectionProvider ( string sectionMame, string provider ) : IConnectionProvider | ||
OnSqlException ( |
||
OnSqlWarning ( |
메소드 | 설명 | |
---|---|---|
AddReference ( object referencedObject ) : void | ||
ClearReference ( object referencedObject ) : void | ||
ClearReferences ( ) : void | ||
GetProcedureColumns ( String procedureString, AbstractDbCommand command ) : |
||
RemoveReference ( object referencedObject ) : void | ||
ValidateBeginTransaction ( ) : void |
public AbstractDBConnection ( string connectionString ) : System.Globalization | ||
connectionString | string | |
리턴 | System.Globalization |
protected abstract CreateException ( |
||
e | ||
리턴 | SystemException |
protected abstract CreateException ( string message ) : SystemException | ||
message | string | |
리턴 | SystemException |
protected abstract GetConnectionProvider ( ) : IConnectionProvider | ||
리턴 | IConnectionProvider |
static protected GetConnectionProvider ( string sectionMame, string provider ) : IConnectionProvider | ||
sectionMame | string | |
provider | string | |
리턴 | IConnectionProvider |
protected OnSqlException ( |
||
exp | ||
리턴 | void |
protected abstract OnSqlWarning ( |
||
warning | ||
리턴 | void |