Home
last modified time | relevance | path

Searched defs:SQLParseNodeParameter (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx85 struct OOO_DLLPUBLIC_DBTOOLS SQLParseNodeParameter struct
87 const ::com::sun::star::lang::Locale& rLocale;
89 OSQLParser* pParser;
94 const IParseContext& m_rContext;
95 sal_Char cDecSep;
96 bool bQuote : 1; /// should we quote identifiers?
97 …bool bInternational : 1; /// should we internationalize keywords an…
98 …bool bPredicate : 1; /// are we going to parse a mere predicate?
99 …bool bParseToSDBCLevel : 1; /// should we create an SDBC-level stateme…
/aoo41x/main/connectivity/source/parse/
H A Dsqlnode.cxx166 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, in SQLParseNodeParameter() function in connectivity::SQLParseNodeParameter

Completed in 38 milliseconds