Home
last modified time | relevance | path

Searched refs:isParameterSubstitutionEnabled (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/source/inc/odbc/
H A DOConnection.hxx138 … inline sal_Bool isParameterSubstitutionEnabled() const { return m_bParameterSubstitution; } in isParameterSubstitutionEnabled() function in connectivity::odbc::OConnection
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx70 if(_pConnection->isParameterSubstitutionEnabled()) in OPreparedStatement()