public interface QuotedIDFactory
| Modifier and Type | Method and Description |
|---|---|
QuotedID |
createAttributeID(String s) |
RelationID |
createRelationID(String schema,
String table) |
String |
getIDQuotationString() |
QuotedID createAttributeID(String s)
s - possibly quoted (SQL rendering)RelationID createRelationID(String schema, String table)
schema - null or a possibly quoted string (SQL rendering)table - a possibly quoted string (SQL rendering)String getIDQuotationString()
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.