public class OfflineMetadataProviderBuilder extends Object
| Constructor and Description |
|---|
OfflineMetadataProviderBuilder(TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
MetadataProvider |
build() |
DatabaseRelationDefinition |
createDatabaseRelation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds,
RelationDefinition.AttributeListBuilder builder) |
DatabaseRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1) |
DatabaseRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2) |
DatabaseRelationDefinition |
createDatabaseRelation(String relation,
String attribute1,
DBTermType type1,
boolean isNullable1,
String attribute2,
DBTermType type2,
boolean isNullable2,
String attribute3,
DBTermType type3,
boolean isNullable3) |
DatabaseRelationDefinition |
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) |
DatabaseRelationDefinition |
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) |
DatabaseRelationDefinition |
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(TypeFactory typeFactory)
public DatabaseRelationDefinition createDatabaseRelation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds, RelationDefinition.AttributeListBuilder builder)
public DatabaseRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1)
public DatabaseRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2)
public DatabaseRelationDefinition createDatabaseRelation(String relation, String attribute1, DBTermType type1, boolean isNullable1, String attribute2, DBTermType type2, boolean isNullable2, String attribute3, DBTermType type3, boolean isNullable3)
public DatabaseRelationDefinition 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 DatabaseRelationDefinition 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 DatabaseRelationDefinition 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–2020 Free University of Bozen-Bolzano. All rights reserved.