Doctrine\OrientDB\Query\Command\Index\Put::getSchema PHP Méthode

getSchema() protected méthode

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