Searched defs:SQLParseNodeParameter (Results 1 – 2 of 2) sorted by relevance
85 struct OOO_DLLPUBLIC_DBTOOLS SQLParseNodeParameter struct87 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)?
166 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, in SQLParseNodeParameter() function in connectivity::SQLParseNodeParameter