Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx129 ::rtl::OUString sQuote = m_pTable->getMetaData()->getIdentifierQuoteString( ); in appendObject()
135 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in appendObject()
137 aSql += ::dbtools::quoteName(sQuote,_rForName); in appendObject()
165 ::rtl::OUString sQuote = m_pTable->getMetaData()->getIdentifierQuoteString( ); in dropObject()
168 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in dropObject()
170 aSql += ::dbtools::quoteName(sQuote,_sElementName); in dropObject()
H A DBTable.cxx188 const ::rtl::OUString sQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in alterColumnByName() local
192 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name); in alterColumnByName()
193 sSql += sDot + ::dbtools::quoteName(sQuote,colName); in alterColumnByName()
195 sSql += ::dbtools::quoteName(sQuote,sNewColumnName); in alterColumnByName()
361 const ::rtl::OUString sQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in getAlterTableColumnPart() local
364 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name) in getAlterTableColumnPart()
366 + ::dbtools::quoteName(sQuote,_rsColumnName); in getAlterTableColumnPart()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx281 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterColumnByName() local
282 sSql += ::dbtools::quoteName(sQuote,colName); in alterColumnByName()
304 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterColumnType() local
305 sSql += ::dbtools::quoteName(sQuote,_rColName); in alterColumnType()
328 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterDefaultValue() local
329 sSql += ::dbtools::quoteName(sQuote,_rColName); in alterDefaultValue()
341 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in dropDefaultValue() local
342 sSql += ::dbtools::quoteName(sQuote,_rColName); in dropDefaultValue()
351 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in getAlterTableColumnPart() local
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx212 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterColumnByName() local
216 sSql += ::dbtools::quoteName(sQuote,colName); in alterColumnByName()
219 sSql += ::dbtools::quoteName(sQuote,sNewColumnName); in alterColumnByName()
303 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterDefaultValue() local
304 sSql += ::dbtools::quoteName(sQuote,_rColName); in alterDefaultValue()
316 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in dropDefaultValue() local
317 sSql += ::dbtools::quoteName(sQuote,_rColName); in dropDefaultValue()
326 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in getAlterTableColumnPart() local
395 ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in rename()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx435 OUString sQuote('"'); in SwCreateAddressListDialog() local
436 String sTempMiddle(sQuote); in SwCreateAddressListDialog()
634 OUString sQuote('"'); in IMPL_LINK() local
635 String sTempMiddle(sQuote); in IMPL_LINK()
638 sMiddle += sQuote; in IMPL_LINK()
641 OUString sLine(sQuote); in IMPL_LINK()
658 sLine = sQuote; in IMPL_LINK()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx237 const ::rtl::OUString sQuote(_xMetaData->getIdentifierQuoteString()); in generateColumnNames() local
245 …sSql += ::dbtools::quoteName(sQuote,::comphelper::getString(xColProp->getPropertyValue(rPropMap.ge… in generateColumnNames()
289 const ::rtl::OUString sQuote = xMetaData->getIdentifierQuoteString(); in createStandardKeyStatement() local
300 const ::rtl::OUString sQuote = xMetaData->getIdentifierQuoteString(); in createStandardKeyStatement() local
421 const ::rtl::OUString sQuote = xMetaData->getIdentifierQuoteString(); in lcl_createSDBCXColumn() local
422 ::rtl::OUString sQuotedName = ::dbtools::quoteName(sQuote,_rName); in lcl_createSDBCXColumn()
H A DTTableHelper.cxx510 ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in rename()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx509 const ::rtl::OUString sQuote(&_aQuoteCharacter, 1); in exportStringSequenceAttribute() local
511 const sal_Bool bQuote = 0 != sQuote.getLength(); in exportStringSequenceAttribute()
528 sFinalList += sQuote; in exportStringSequenceAttribute()
531 sFinalList += sQuote; in exportStringSequenceAttribute()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx480 String sQuote( pTextApi->GetText() ); in ExecuteReplyToAnnotation() local
482 if( sQuote.Len() == 0 ) in ExecuteReplyToAnnotation()
483 sQuote = String( RTL_CONSTASCII_USTRINGPARAM( "..." ) ); in ExecuteReplyToAnnotation()
484 aStr.Append( sQuote ); in ExecuteReplyToAnnotation()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryorder.cxx270 …::rtl::OUString sQuote = xMetaData.is() ? xMetaData->getIdentifierQuoteString() : ::rtl::OUString(… in GetOrderList()
305 sOrder += ::dbtools::quoteName(sQuote,sName); in GetOrderList()
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx119 ::rtl::OUString sQuote; in getIdentifierQuoteString()
122 sQuote = xMeta->getIdentifierQuoteString(); in getIdentifierQuoteString()
123 return sQuote; in getIdentifierQuoteString()
H A DKeySet.cxx833 const ::rtl::OUString sQuote = getIdentifierQuoteString(); in executeInsert() local
845 sMaxStmt += ::dbtools::quoteName( sQuote,aFind->second.sRealName in executeInsert()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1499 const ::rtl::OUString sQuote = xDestMetaData->getIdentifierQuoteString(); in impl_getServerSideCopyStatement_throw() local
1511 sColumns.append(sQuote); in impl_getServerSideCopyStatement_throw()
1513 sColumns.append(sQuote); in impl_getServerSideCopyStatement_throw()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx549 static const ::rtl::OUString sQuote = ::rtl::OUString::createFromAscii("\""); in impl_getIdentifierQuoteString_throw() local
550 return sQuote; in impl_getIdentifierQuoteString_throw()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx257 const ::rtl::OUString sQuote = m_xMetaData->getIdentifierQuoteString(); in getSelectStatement() local
264 aSQL.append( ::dbtools::quoteName( sQuote, *pColumnName++ ) ); in getSelectStatement()

Completed in 122 milliseconds