Granada\ORM::having_id_is PHP 메소드

having_id_is() 공개 메소드

Special method to query the table by its primary key
public having_id_is ( $id )
    public function having_id_is($id)
    {
        return $this->having($this->_get_id_column_name(), $id);
    }
ORM