cSmartSqlStatement::_construct() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method _construct( )
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::_construct(string $sql_type)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
The constructor for objects of type cSmartSqlStatement
Example:
Arguments
- $sql_type string - <p>the type of sql (select, alter, add, delete). Supported is only 'SELECT'</p>