Searched refs:xPrepStmt (Results 1 – 2 of 2) sorted by relevance
156 Reference< XPreparedStatement> xPrepStmt(m_xDriverSet->getStatement(),UNO_QUERY); in construct() local157 if ( xPrepStmt.is() ) in construct()158 m_xConnection = xPrepStmt->getConnection(); in construct()
166 Reference< XPreparedStatement> xPrepStmt(_xRs->getStatement(),UNO_QUERY); in DBG_NAME() local167 xConnection = xPrepStmt->getConnection(); in DBG_NAME()
Completed in 40 milliseconds