| 243 | } |
| 244 | |
| 245 | const char* TraceSQLStatementImpl::getText() |
| 246 | { |
| 247 | const string* stmtText = m_stmt->getDsqlStatement()->getSqlText(); |
| 248 | return stmtText ? stmtText->c_str() : ""; |
| 249 | } |
| 250 | |
| 251 | const char* TraceSQLStatementImpl::getTextUTF8() |
| 252 | { |
no test coverage detected