예제 #1
0
 /**
  * Run a Cypher statement and get the number of nodes affected.
  *
  * @param string $query
  * @param array $bindings
  * @return int 
  * @static 
  */
 public static function affectingStatement($query, $bindings = array())
 {
     return \Vinelab\NeoEloquent\Connection::affectingStatement($query, $bindings);
 }