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

ファイルを表示 Open project: jtvn/Eir-CTLLTL

Public Methods

Method 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 method

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

IsSQLRetrieveStmt() public static method

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

RetrieveSQLTableName() public static method

public static RetrieveSQLTableName ( string statement ) : string
statement string
return string