public class RawQuotedIDFactory extends Object implements QuotedIDFactory
| Constructor and Description |
|---|
RawQuotedIDFactory(QuotedIDFactory idFactory) |
| Modifier and Type | Method and Description |
|---|---|
QuotedID |
createAttributeID(String s)
creates attribute ID from the database record (as though it is a quoted name)
|
RelationID |
createRelationID(String schema,
String table)
creates relation id from the database record (as though it is quoted)
|
String |
getIDQuotationString() |
public RawQuotedIDFactory(QuotedIDFactory idFactory)
public QuotedID createAttributeID(String s)
createAttributeID in interface QuotedIDFactorys - public RelationID createRelationID(String schema, String table)
createRelationID in interface QuotedIDFactoryschema - as is in DB (possibly null)table - as is in DBpublic String getIDQuotationString()
getIDQuotationString in interface QuotedIDFactoryCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.