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 |
public static IsSQLInsertionStmt ( string statement ) : bool | ||
statement | string | |
return | bool |
public static IsSQLRetrieveStmt ( string statement ) : bool | ||
statement | string | |
return | bool |
public static RetrieveSQLTableName ( string statement ) : string | ||
statement | string | |
return | string |