cSmartSqlStatement::RemoveTrailingSemicolon() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method RemoveTrailingSemicolon( )
private mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::RemoveTrailingSemicolon(string $str)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method RemoveTrailingSemicolon( ) removes the trailing semicolon from $str
Example:
Arguments
- $str string - <p>the query where the trailing semicolon should be removed</p>