Home
last modified time | relevance | path

Searched refs:xCpy (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2271 Reference<XPropertySet> xCpy; in alterColumn() local
2273 xCpy = xColumn->createDataDescriptor(); in alterColumn()
2275xCpy = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn()
2276 ::comphelper::copyProperties(xProp,xCpy); in alterColumn()
2277 xAppend->appendByDescriptor(xCpy); in alterColumn()
2287 Reference<XPropertySet> xCpy; in alterColumn() local
2289 xCpy = xColumn->createDataDescriptor(); in alterColumn()
2291xCpy = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn()
2292 ::comphelper::copyProperties(xProp,xCpy); in alterColumn()
2293 xAppend->appendByDescriptor(xCpy); in alterColumn()
[all …]