public class QuotedIDFactoryLowerCase extends Object implements QuotedIDFactory
| Modifier and Type | Method and Description |
|---|---|
QuotedID |
createAttributeID(String s) |
QuotedID |
createFromString(String s) |
RelationID |
createRelationID(String schema,
String table) |
String |
getIDQuotationString() |
public QuotedID createAttributeID(String s)
createAttributeID in interface QuotedIDFactorys - possibly quoted (SQL rendering)public RelationID createRelationID(String schema, String table)
createRelationID in interface QuotedIDFactoryschema - null or a possibly quoted string (SQL rendering)table - a possibly quoted string (SQL rendering)public String getIDQuotationString()
getIDQuotationString in interface QuotedIDFactoryCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.