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

DAYOFMONTH(date) Returns the day of the month for date, in the range 1 to 31: More...

#include <FDateFunctions.hxx>

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

Protected Member Functions

virtual ORowSetValue operate (const ORowSetValue &lhs) const override
 

Additional Inherited Members

- Public Member Functions inherited from connectivity::file::OUnaryOperator
virtual void Exec (OCodeStack &) override
 
virtual ORowSetValue operate (const ORowSetValue &lhs) const =0
 
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

DAYOFMONTH(date) Returns the day of the month for date, in the range 1 to 31:

‍SELECT DAYOFMONTH('1998-02-03'); -> 3

Definition at line 44 of file FDateFunctions.hxx.

Member Function Documentation

◆ operate()

ORowSetValue OOp_DayOfMonth::operate ( const ORowSetValue lhs) const
overrideprotectedvirtual

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