public class OfflineMetadataProviderBuilder extends Object
| Constructor and Description |
|---|
OfflineMetadataProviderBuilder(CoreSingletons coreSingletons) |
| Modifier and Type | Method and Description |
|---|---|
MetadataProvider |
build() |
NamedRelationDefinition |
createDatabaseRelation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds,
RelationDefinition.AttributeListBuilder builder) |
NamedRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1) |
NamedRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2) |
NamedRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2,
String attribute3,
DBTermType type3,
boolean isNullable3) |
NamedRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2,
String attribute3,
DBTermType type3,
boolean isNullable3,
String attribute4,
DBTermType type4,
boolean isNullable4) |
NamedRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2,
String attribute3,
DBTermType type3,
boolean isNullable3,
String attribute4,
DBTermType type4,
boolean isNullable4,
String attribute5,
DBTermType type5,
boolean isNullable5) |
NamedRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2,
String attribute3,
DBTermType type3,
boolean isNullable3,
String attribute4,
DBTermType type4,
boolean isNullable4,
String attribute5,
DBTermType type5,
boolean isNullable5,
String attribute6,
DBTermType type6,
boolean isNullable6) |
DBTypeFactory |
getDBTypeFactory() |
QuotedIDFactory |
getQuotedIDFactory() |
public OfflineMetadataProviderBuilder(CoreSingletons coreSingletons)
public NamedRelationDefinition createDatabaseRelation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds, RelationDefinition.AttributeListBuilder builder)
public NamedRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1)
public NamedRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2)
public NamedRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2, String attribute3, DBTermType type3, boolean isNullable3)
public NamedRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2, String attribute3, DBTermType type3, boolean isNullable3, String attribute4, DBTermType type4, boolean isNullable4)
public NamedRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2, String attribute3, DBTermType type3, boolean isNullable3, String attribute4, DBTermType type4, boolean isNullable4, String attribute5, DBTermType type5, boolean isNullable5)
public NamedRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2, String attribute3, DBTermType type3, boolean isNullable3, String attribute4, DBTermType type4, boolean isNullable4, String attribute5, DBTermType type5, boolean isNullable5, String attribute6, DBTermType type6, boolean isNullable6)
public MetadataProvider build()
public QuotedIDFactory getQuotedIDFactory()
public DBTypeFactory getDBTypeFactory()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.