C# 클래스 PHPAnalysis.Analysis.CFG.Taint.StringAnalysis

파일 보기 프로젝트 열기: jtvn/Eir-CTLLTL

공개 메소드들

메소드 설명
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

메소드 상세

IsSQLInsertionStmt() 공개 정적인 메소드

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

IsSQLRetrieveStmt() 공개 정적인 메소드

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

RetrieveSQLTableName() 공개 정적인 메소드

public static RetrieveSQLTableName ( string statement ) : string
statement string
리턴 string