메소드 | 설명 | |
---|---|---|
AlterStep01 ( ) : |
||
ApplyUpdateIfFound ( string testQuery, string updateStatement, bool bIgnore ) : |
||
ApplyUpdateIfNotFound ( string testQuery, string updateStatement, bool bIgnore ) : |
||
AreCMSTablesIncomplete ( ) : bool | ||
BuildUpdateString ( int iCount ) : string | ||
CreateCMSDatabase ( ) : |
||
DatabaseNeedsUpdate ( ) : bool | ||
DatabaseUpdate ( ) : System | ||
DatabaseUpdate ( bool clearTest ) : System | ||
DoCMSTablesExist ( ) : bool | ||
ExecScriptContents ( string sScriptContents, bool bIgnoreErr ) : |
||
ExecScriptContents ( string sConnectionString, string sScriptContents, bool bIgnoreErr ) : |
||
GetDataKeyValue ( string dataKeyName ) : |
||
GetDataTable ( string sSQLQuery ) : |
||
GetDbSchemaVersion ( ) : |
||
GetTableColumns ( string testTableName ) : List |
||
GetTestData ( string sSQLQuery ) : |
||
GetTestData ( string sSQLQuery, List |
||
GetTestData ( string sConnectionString, string sSQLQuery, List |
||
HandleResponse ( List |
||
HandleResponse ( List |
||
HandleResponse ( List |
||
MergeMessages ( List |
||
PerformUpdates ( ) : DatabaseUpdateStatus | ||
ResetFailedSQL ( ) : void | ||
ResetSQLState ( ) : void | ||
SetDataKeyValue ( string dataKeyName, string dataKeyValue ) : void | ||
SetDbSchemaVersion ( string dataKeyValue ) : void | ||
SystemNeedsChecking ( |
||
TableExists ( string testTableName ) : bool | ||
WriteDebugException ( bool bWriteError, string sSrc, |
||
WriteDebugException ( string sSrc, |
메소드 | 설명 | |
---|---|---|
ExecFileContents ( string sResourceName, bool bIgnoreErr ) : |
||
ExecFileContents ( string sConnectionString, string sResourceName, bool bIgnoreErr ) : |
||
ExecNonQuery ( string sConnectionString, string sSQLQuery, bool bIgnoreErr ) : |
||
ExecuteDataTableCommands ( string sConnectionString, string sSQLQuery, List |
||
ExecuteNonQueryCommands ( string sConnectionString, string sSQLQuery, List |
||
GetDataSet ( string sSQLQuery ) : |
||
GetDataSet ( string sConnectionString, string sSQLQuery ) : |
||
GetDataTable ( string sConnectionString, string sSQLQuery ) : |
||
ReadEmbededScript ( string filePath ) : string | ||
SetConn ( ) : string | ||
SplitScriptAtGo ( string sSQLQuery ) : List |
||
TestDatabaseWithQuery ( ) : void |
public ApplyUpdateIfFound ( string testQuery, string updateStatement, bool bIgnore ) : |
||
testQuery | string | |
updateStatement | string | |
bIgnore | bool | |
리턴 |
public ApplyUpdateIfNotFound ( string testQuery, string updateStatement, bool bIgnore ) : |
||
testQuery | string | |
updateStatement | string | |
bIgnore | bool | |
리턴 |
public CreateCMSDatabase ( ) : |
||
리턴 |
public ExecScriptContents ( string sScriptContents, bool bIgnoreErr ) : |
||
sScriptContents | string | |
bIgnoreErr | bool | |
리턴 |
public ExecScriptContents ( string sConnectionString, string sScriptContents, bool bIgnoreErr ) : |
||
sConnectionString | string | |
sScriptContents | string | |
bIgnoreErr | bool | |
리턴 |
public static GetDataKeyValue ( string dataKeyName ) : |
||
dataKeyName | string | |
리턴 |
public static GetDataTable ( string sSQLQuery ) : |
||
sSQLQuery | string | |
리턴 |
public GetTableColumns ( string testTableName ) : List |
||
testTableName | string | |
리턴 | List |
public static GetTestData ( string sSQLQuery ) : |
||
sSQLQuery | string | |
리턴 |
public static GetTestData ( string sSQLQuery, List |
||
sSQLQuery | string | |
SqlParms | List |
|
리턴 |
public static GetTestData ( string sConnectionString, string sSQLQuery, List |
||
sConnectionString | string | |
sSQLQuery | string | |
SqlParms | List |
|
리턴 |
public HandleResponse ( List |
||
lstMsgs | List |
|
ex | ||
리턴 | List |
public HandleResponse ( List |
||
lstMsgs | List |
|
sMsg | string | |
리턴 | List |
public HandleResponse ( List |
||
lstMsgs | List |
|
sMsg | string | |
execMessage | ||
리턴 | List |
public MergeMessages ( List |
||
lstMsgs1 | List |
|
lstMsgs2 | List |
|
리턴 | List |
public static SetDataKeyValue ( string dataKeyName, string dataKeyValue ) : void | ||
dataKeyName | string | |
dataKeyValue | string | |
리턴 | void |
public static SetDbSchemaVersion ( string dataKeyValue ) : void | ||
dataKeyValue | string | |
리턴 | void |
public static SystemNeedsChecking ( |
||
ex | ||
리턴 | bool |
public TableExists ( string testTableName ) : bool | ||
testTableName | string | |
리턴 | bool |
public static WriteDebugException ( bool bWriteError, string sSrc, |
||
bWriteError | bool | |
sSrc | string | |
objErr | ||
리턴 | void |
public static WriteDebugException ( string sSrc, |
||
sSrc | string | |
objErr | ||
리턴 | void |