Lines Matching refs:sDot
112 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in setComments() local
120 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in setComments()
135 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in setComments()
136 …>getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME))) + aQuote + sDot in setComments()
174 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in dropObject() local
184 aSql += sDot; in dropObject()
202 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in createTable() local
207 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in createTable()
308 aSql += aQuote + aSchema + aQuote + sDot in createTable()
509 const ::rtl::OUString& sDot = OAdabasCatalog::getDot(); in getNameForObject() local
510 sName += sDot; in getNameForObject()