C# Class ToolSet.DatabaseExtractorCode.QueryConstructor.QueryConstructor

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Méthode Description
DbGetDatabase ( DataBaseType dbType ) : string
DbGetUser ( DataBaseType dbType ) : string
DbGetVersion ( DataBaseType dbType ) : string
GetDatabaseCountQuery ( DataBaseType dbType ) : string
GetDatabaseNameQuery ( DataBaseType dbType, int dbIndex ) : string
GetDatarowValue ( string databaseName, string tableName, string fieldName, int row, string orderByColumn, DataBaseType dbType ) : string
GetDatarowsCount ( string databaseName, string tableName, DataBaseType dbType ) : string
GetDatarowsLength ( string databaseName, string tableName, string fieldName, int row, DataBaseType dbType ) : string
GetFeldAnzahlQuery ( string databaseName, string tableName, DataBaseType dbType ) : string
GetFeldNamenQuery ( string databaseName, string tableName, int fieldName, DataBaseType dbType ) : string
GetFeldTypQuery ( string databaseName, string tableName, string fieldName, DataBaseType dbType ) : string
GetTabellenNamenQuery ( string databaseName, int tableName, DataBaseType dbType ) : string
GetUnionQueries ( int minColumns, int maxColumns, DataBaseType databaseType ) : List
TabellenAnzahl ( string databaseName, DataBaseType dbType ) : string

Private Methods

Méthode Description
StringToHex ( string hexstring ) : string

Method Details

DbGetDatabase() public méthode

public DbGetDatabase ( DataBaseType dbType ) : string
dbType DataBaseType
Résultat string

DbGetUser() public méthode

public DbGetUser ( DataBaseType dbType ) : string
dbType DataBaseType
Résultat string

DbGetVersion() public méthode

public DbGetVersion ( DataBaseType dbType ) : string
dbType DataBaseType
Résultat string

GetDatabaseCountQuery() public méthode

public GetDatabaseCountQuery ( DataBaseType dbType ) : string
dbType DataBaseType
Résultat string

GetDatabaseNameQuery() public méthode

public GetDatabaseNameQuery ( DataBaseType dbType, int dbIndex ) : string
dbType DataBaseType
dbIndex int
Résultat string

GetDatarowValue() public méthode

public GetDatarowValue ( string databaseName, string tableName, string fieldName, int row, string orderByColumn, DataBaseType dbType ) : string
databaseName string
tableName string
fieldName string
row int
orderByColumn string
dbType DataBaseType
Résultat string

GetDatarowsCount() public méthode

public GetDatarowsCount ( string databaseName, string tableName, DataBaseType dbType ) : string
databaseName string
tableName string
dbType DataBaseType
Résultat string

GetDatarowsLength() public méthode

public GetDatarowsLength ( string databaseName, string tableName, string fieldName, int row, DataBaseType dbType ) : string
databaseName string
tableName string
fieldName string
row int
dbType DataBaseType
Résultat string

GetFeldAnzahlQuery() public méthode

public GetFeldAnzahlQuery ( string databaseName, string tableName, DataBaseType dbType ) : string
databaseName string
tableName string
dbType DataBaseType
Résultat string

GetFeldNamenQuery() public méthode

public GetFeldNamenQuery ( string databaseName, string tableName, int fieldName, DataBaseType dbType ) : string
databaseName string
tableName string
fieldName int
dbType DataBaseType
Résultat string

GetFeldTypQuery() public méthode

public GetFeldTypQuery ( string databaseName, string tableName, string fieldName, DataBaseType dbType ) : string
databaseName string
tableName string
fieldName string
dbType DataBaseType
Résultat string

GetTabellenNamenQuery() public méthode

public GetTabellenNamenQuery ( string databaseName, int tableName, DataBaseType dbType ) : string
databaseName string
tableName int
dbType DataBaseType
Résultat string

GetUnionQueries() public méthode

public GetUnionQueries ( int minColumns, int maxColumns, DataBaseType databaseType ) : List
minColumns int
maxColumns int
databaseType DataBaseType
Résultat List

TabellenAnzahl() public méthode

public TabellenAnzahl ( string databaseName, DataBaseType dbType ) : string
databaseName string
dbType DataBaseType
Résultat string