sharedLock() public method

Share lock the selected rows in the table.
public sharedLock ( ) : Builder
return Builder
Example #1
0
 /**
  * Share lock the selected rows in the table.
  *
  * @return \Illuminate\Database\Query\Builder 
  * @static 
  */
 public static function sharedLock()
 {
     return \Illuminate\Database\Query\Builder::sharedLock();
 }