pub rstoetter cSmartSqlStatement cSmartSqlStatement::_construct() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method _construct( ) - of API Reference pub

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::_construct(string $sql_type)
  • Namespace : rstoetter\cSmartSqlStatement
  • Class name: cSmartSqlStatement
  • This method is defined by the class 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>