LazyRecord\ConnectionManager::getQueryDriver PHP 메소드

getQueryDriver() 공개 메소드

Get SQLBuilder\QueryDriver by data source id.
public getQueryDriver ( string $id ) : LazyRecord\QueryDriver
$id string datasource name
리턴 LazyRecord\QueryDriver
    public function getQueryDriver($id)
    {
        $self = $this;
        return $this->getConnection($id)->createQueryDriver();
    }