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

RIGHT(str,len) Returns the rightmost len characters from the string str: More...

#include <FStringFunctions.hxx>

Inheritance diagram for connectivity::file::OOp_Right:
[legend]
Collaboration diagram for connectivity::file::OOp_Right:
[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

RIGHT(str,len) Returns the rightmost len characters from the string str:

‍SELECT RIGHT('foobarbar', 4); -> 'rbar'

Definition at line 261 of file FStringFunctions.hxx.

Member Function Documentation

◆ operate()

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

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