| Package | Description |
|---|---|
| it.unibz.inf.ontop.dbschema |
| Modifier and Type | Field and Description |
|---|---|
static QuotedID |
QuotedID.EMPTY_ID |
| Modifier and Type | Method and Description |
|---|---|
QuotedID |
QuotedIDFactoryIdentity.createAttributeID(String s) |
QuotedID |
QuotedIDFactoryLowerCase.createAttributeID(String s) |
QuotedID |
QuotedIDFactoryStandardSQL.createAttributeID(String s) |
QuotedID |
QuotedIDFactory.createAttributeID(String s) |
QuotedID |
QuotedIDFactoryLowerCase.createFromString(String s) |
static QuotedID |
QuotedID.createIdFromDatabaseRecord(QuotedIDFactory idfac,
String s)
creates attribute ID from the database record (as though it is a quoted name)
|
QuotedID |
QualifiedAttributeID.getAttribute() |
QuotedID |
Attribute.getID() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
DatabaseRelationDefinition.addAttribute(QuotedID id,
String typeName,
DBTermType termType,
boolean canNull)
creates a new attribute
|
Attribute |
DatabaseRelationDefinition.getAttribute(QuotedID attributeId)
return an attribute with the specified ID
|
| Constructor and Description |
|---|
QualifiedAttributeID(RelationID relation,
QuotedID attribute) |
RelationID(QuotedID schema,
QuotedID table)
(used only in QuotedIDFactory implementations)
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.