C# Class PHPAnalysis.Analysis.CFG.Taint.StringAnalysis

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Méthode Description
IsSQLInsertionStmt ( string statement ) : bool

Checks whether the given string statement is an SQL insertion statement Examples: INSERT INTO, UPDATE

IsSQLRetrieveStmt ( string statement ) : bool

Checks whether the given string statement is an SQL retrieve statement Examples: SELECT

RetrieveSQLTableName ( string statement ) : string

Method Details

IsSQLInsertionStmt() public static méthode

Checks whether the given string statement is an SQL insertion statement Examples: INSERT INTO, UPDATE
public static IsSQLInsertionStmt ( string statement ) : bool
statement string
Résultat bool

IsSQLRetrieveStmt() public static méthode

Checks whether the given string statement is an SQL retrieve statement Examples: SELECT
public static IsSQLRetrieveStmt ( string statement ) : bool
statement string
Résultat bool

RetrieveSQLTableName() public static méthode

public static RetrieveSQLTableName ( string statement ) : string
statement string
Résultat string