DriverHelper
- 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
DriverHelper
- Updated on 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
net.comactivity.core.db.helpers.DriverHelper
getQuotedTableName
This was deprecated due to Catalog support in Comflow 2.18, and has now been removed entirely.
Removed
getQuotedTableName(schemaName, tableName)
Replace With
org.apache.cxf.service.model.SchemaInfo
getQuotedTableName(new SchemaInfo(null, schemaName), tableName)
Was this article helpful?