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

NOW() Returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context: More...

#include <FDateFunctions.hxx>

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

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
 
OCodeoperator= (const OCode &)=default
 
OCodeoperator= (OCode &&)=default
 

Detailed Description

NOW() Returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context:

‍SELECT NOW(); -> '1997-12-15 23:50:26'

Definition at line 220 of file FDateFunctions.hxx.

Member Function Documentation

◆ operate()

ORowSetValue OOp_Now::operate ( const std::vector< ORowSetValue > &  lhs) const
overrideprotectedvirtual

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