Doctrine\OrientDB\Query\Command\Index\Put::getSchema PHP 메소드

getSchema() 보호된 메소드

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