public class RDBMetadata
extends it.unibz.inf.ontop.dbschema.BasicDBMetadata
| Modifier and Type | Method and Description |
|---|---|
RDBMetadata |
clone()
Deprecated.
|
ParserViewDefinition |
createParserView(String sql,
com.google.common.collect.ImmutableList<it.unibz.inf.ontop.dbschema.QuotedID> attributes)
creates a view for SQLQueryParser
(NOTE: these views are simply names for complex non-parsable subqueries, not database views)
TODO: make the second argument a callback (which is called only when needed)
TODO: make it re-use parser views for the same SQL
|
it.unibz.inf.ontop.model.type.DBTypeFactory |
getDBTypeFactory() |
add, copyRelations, copyTables, createDatabaseRelation, freeze, getDatabaseRelation, getDatabaseRelations, getDbmsProductName, getDbmsVersion, getDBParameters, getDriverName, getDriverVersion, getQuotedIDFactory, getRelation, getTables, getUniqueConstraints, isStillMutable, printKeys, toStringpublic ParserViewDefinition createParserView(String sql, com.google.common.collect.ImmutableList<it.unibz.inf.ontop.dbschema.QuotedID> attributes)
sql - @Deprecated public RDBMetadata clone()
clone in class it.unibz.inf.ontop.dbschema.BasicDBMetadatapublic it.unibz.inf.ontop.model.type.DBTypeFactory getDBTypeFactory()
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.