LibreOffice Module connectivity (master) 1
Protected Member Functions | List of all members
connectivity::file::OOp_Repeat Class Reference

REPEAT(str,count) Returns a string consisting of the string str repeated count times. More...

#include <FStringFunctions.hxx>

Inheritance diagram for connectivity::file::OOp_Repeat:
[legend]
Collaboration diagram for connectivity::file::OOp_Repeat:
[legend]

Protected Member Functions

virtual ORowSetValue operate (const ORowSetValue &lhs, const ORowSetValue &rhs) const override
 
virtual ORowSetValue operate (const ORowSetValue &lhs, const ORowSetValue &rhs) const =0
 

Additional Inherited Members

- Public Member Functions inherited from connectivity::file::OBinaryOperator
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
 
OCodeoperator= (const OCode &)=default
 
OCodeoperator= (OCode &&)=default
 

Detailed Description

REPEAT(str,count) Returns a string consisting of the string str repeated count times.

If count <= 0, returns an empty string. Returns NULL if str or count are NULL:

‍SELECT REPEAT('OOo', 3); -> 'OOoOOoOOo'

Definition at line 223 of file FStringFunctions.hxx.

Member Function Documentation

◆ operate()

ORowSetValue OOp_Repeat::operate ( const ORowSetValue lhs,
const ORowSetValue rhs 
) const
overrideprotectedvirtual

The documentation for this class was generated from the following files: