Airship\Engine\Contract\DBInterface::col PHP Method

col() public method

Variadic version of $this->column()
public col ( string $statement, integer $offset, $params ) : mixed
$statement string SQL query without user data
$offset integer - How many columns from the left are we grabbing from each row?
$params Parameters
return mixed
    public function col(string $statement, int $offset = 0, ...$params);