Method | Description | |
---|---|---|
DbExtractor ( ) : System | ||
ExecuteCustomQuery ( string query ) : string | ||
GetColumns ( object parameter ) : void | ||
GetDatabaseInfos ( ) : void | ||
GetDatabases ( ) : void | ||
GetRows ( object parameter ) : void | ||
GetTables ( object dbIndex ) : void | ||
Prepare ( |
||
TestParameterInjectable ( ) : void | ||
UserStartMethod ( ) : void | ||
UserStopMethod ( ) : void |
Method | Description | |
---|---|---|
BinaryToString ( string binaryString ) : string | ||
BuildRequests ( string function, DataBaseType db ) : string | ||
BuildRequestsCharacter ( string function, DataBaseType db, int charPos ) : void | ||
GetColumns ( int dbIndex, int tableIndex ) : void | ||
GetDatabaseType ( ) : void | ||
GetRows ( int dbIndex, int tableIndex ) : void | ||
GetTables ( int dbIndex ) : void | ||
QuerySuccessfull ( string html ) : bool | ||
ReqManagerRequestFinished ( Request req ) : void | ||
SendAsyncWebrequest ( string url, string post, string function, DataBaseType dataBase ) : void | ||
SendWebrequest ( string url, string post ) : string |
public ExecuteCustomQuery ( string query ) : string | ||
query | string | |
return | string |
public GetColumns ( object parameter ) : void | ||
parameter | object | |
return | void |
public Prepare ( |
||
injectInfos | ||
return | void |