public interface QuotedIDFactory
| Modifier and Type | Method and Description |
|---|---|
QuotedID |
createAttributeID(String attributeId)
Creates a new attribute ID from a string.
|
RelationID |
createRelationID(String... components)
Creates a new relation ID from the component strings.
|
RelationID |
createRelationID(String tableId) |
String |
getIDQuotationString() |
QuotedID createAttributeID(@Nonnull String attributeId)
attributeId - possibly quoted attribute ID (SQL rendering)RelationID createRelationID(@Nonnull String tableId)
RelationID createRelationID(String... components)
components - list of the possibly quoted components of relation ID,
from the catalog to the table nameString getIDQuotationString()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.