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 … bInternational : 1; /// should we internationalize keywords and placeholders?
98 …bool bPredicate : 1; /// are we going to parse a mere predicate?
99 … : 1; /// should we create an SDBC-level statement (e.g. with substituted sub queries)?
/AOO41X/main/connectivity/source/parse/
H A Dsqlnode.cxx166 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, in SQLParseNodeParameter() function in connectivity::SQLParseNodeParameter