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

getSchema() 보호된 메소드

protected getSchema ( )
    protected function getSchema()
    {
        return "CREATE INDEX :IndexClass:Property :Type";
    }