All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibz.inf.ontop.dbschema.DummyRDBMetadata Maven / Gradle / Ivy

package it.unibz.inf.ontop.dbschema;

import com.google.inject.Inject;
import it.unibz.inf.ontop.model.type.TypeFactory;

/**
 * For test purposes
 */
public class DummyRDBMetadata extends RDBMetadata {

    @Inject
    private DummyRDBMetadata(TypeFactory typeFactory, JdbcTypeMapper jdbcTypeMapper) {

        super("dummy class", null, null, "",
                new QuotedIDFactoryStandardSQL("\""), jdbcTypeMapper,
                typeFactory);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy