Airship\Engine\Contract\DBInterface::single PHP 메소드

single() 공개 메소드

Fetch a single result -- useful for SELECT COUNT() queries
public single ( string $statement, array $params = [] ) : mixed
$statement string
$params array
리턴 mixed
    public function single(string $statement, array $params = []);