Example #1
0
 /**
  * Creates a new INSERT statement
  * @param Table $table
  * @param SetList $setList
  * @return Insert 
  */
 function Insert(Table $table, SetList $setList)
 {
     return parent::CreateInsert($table, $setList);
 }