LibreOffice Module connectivity (master) 1
|
LEFT(str,len) Returns the leftmost len characters from the string str: More...
#include <FStringFunctions.hxx>
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 | |
OCode & | operator= (const OCode &)=default |
OCode & | operator= (OCode &&)=default |
LEFT(str,len) Returns the leftmost len characters from the string str:
SELECT LEFT('foobarbar', 5); -> 'fooba'
Definition at line 249 of file FStringFunctions.hxx.
|
overrideprotectedvirtual |
Implements connectivity::file::OBinaryOperator.
Definition at line 201 of file FStringFunctions.cxx.
References connectivity::ORowSetValue::getInt32(), connectivity::ORowSetValue::getString(), connectivity::ORowSetValue::isNull(), and nCount.