LibreOffice Module connectivity (master) 1
|
REPLACE(str,from_str,to_str) Returns the string str with all occurrences of the string from_str replaced by the string to_str: More...
#include <FStringFunctions.hxx>
Protected Member Functions | |
virtual ORowSetValue | operate (const std::vector< ORowSetValue > &lhs) const override |
virtual ORowSetValue | operate (const std::vector< ORowSetValue > &lhs) const =0 |
Additional Inherited Members | |
Public Member Functions inherited from connectivity::file::ONthOperator | |
virtual void | Exec (OCodeStack &) override |
virtual void | Exec (OCodeStack &)=0 |
Public Member Functions inherited from connectivity::file::OCode | |
virtual | ~OCode () |
OCode (OCode &&)=default | |
OCode (const OCode &)=default | |
OCode ()=default | |
OCode & | operator= (const OCode &)=default |
OCode & | operator= (OCode &&)=default |
REPLACE(str,from_str,to_str) Returns the string str with all occurrences of the string from_str replaced by the string to_str:
SELECT REPLACE('www.OOo.com', 'w', 'Ww'); -> 'WwWwWw.OOo.com'
Definition at line 210 of file FStringFunctions.hxx.
|
overrideprotectedvirtual |
Implements connectivity::file::ONthOperator.
Definition at line 162 of file FStringFunctions.cxx.