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

getSchema() protected method

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