LibreOffice Module connectivity (master) 1
|
#include <sqlparse.hxx>
Public Member Functions | |
OParseContext () | |
virtual | ~OParseContext () |
virtual OUString | getErrorMessage (ErrorCode _eCodes) const override |
virtual OString | getIntlKeywordAscii (InternationalKeyCode _eKey) const override |
virtual InternationalKeyCode | getIntlKeyCode (const OString &rToken) const override |
virtual css::lang::Locale | getPreferredLocale () const override |
gets a locale instance which should be used when parsing in the context specified by this instance More... | |
virtual OUString | getErrorMessage (ErrorCode _eCodes) const =0 |
virtual OString | getIntlKeywordAscii (InternationalKeyCode _eKey) const =0 |
virtual InternationalKeyCode | getIntlKeyCode (const OString &rToken) const =0 |
virtual css::lang::Locale | getPreferredLocale () const =0 |
gets a locale instance which should be used when parsing in the context specified by this instance More... | |
Static Public Member Functions | |
static const css::lang::Locale & | getDefaultLocale () |
Additional Inherited Members | |
Public Types inherited from connectivity::IParseContext | |
enum class | ErrorCode { General , ValueNoLike , FieldNoLike , InvalidCompare , InvalidIntCompare , InvalidDateCompare , InvalidRealCompare , InvalidTableNosuch , InvalidTableOrQuery , InvalidColumn , InvalidTableExist , InvalidQueryExist } |
enum class | InternationalKeyCode { None = 0 , Like , Not , Null , True , False , Is , Between , Or , And , Avg , Count , Max , Min , Sum , Every , Any , Some , StdDevPop , StdDevSamp , VarSamp , VarPop , Collect , Fusion , Intersection } |
Protected Member Functions inherited from connectivity::IParseContext | |
~IParseContext () | |
Definition at line 56 of file sqlparse.hxx.
connectivity::OParseContext::OParseContext | ( | ) |
|
virtual |
|
static |
|
overridevirtual |
Implements connectivity::IParseContext.
|
overridevirtual |
Implements connectivity::IParseContext.
|
overridevirtual |
Implements connectivity::IParseContext.
|
overridevirtual |
gets a locale instance which should be used when parsing in the context specified by this instance
if this is not overridden by derived classes, it returns the static default locale.
Implements connectivity::IParseContext.