isReadQuery() public method
Returns a value indicating whether a SQL statement is for read purpose.
| public boolean isReadQuery ( $sql ) | ||
|---|---|---|
| $sql | string | 
 The SQL statement  |  
| return | boolean | 
 Whether a SQL statement is for read purpose.  |  
isReadQuery() public method
Returns a value indicating whether a SQL statement is for read purpose.
| public boolean isReadQuery ( $sql ) | ||
|---|---|---|
| $sql | string | 
 The SQL statement  |  
| return | boolean | 
 Whether a SQL statement is for read purpose.  |  
Please login to continue.