Doctrine\OrientDB\Query\Command\Select::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "SELECT :Projections FROM :Target :Where :Between :OrderBy :Skip :Limit";
    }