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 …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…
163 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, in SQLParseNodeParameter() function in connectivity::SQLParseNodeParameter
Completed in 37 milliseconds