Doctrine\OrientDB\Query\Command\Index\Put::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "INSERT INTO index::Name (key,rid) values (\":Key\", :Value)";
    }