| 702 | } |
| 703 | |
| 704 | DsqlBatch* DsqlDmlRequest::openBatch(thread_db* tdbb, Firebird::IMessageMetadata* inMetadata, |
| 705 | unsigned parLength, const UCHAR* par) |
| 706 | { |
| 707 | return DsqlBatch::open(tdbb, this, inMetadata, parLength, par); |
| 708 | } |
| 709 | |
| 710 | // Execute a dynamic SQL statement with tracing, restart and timeout handler |
| 711 | void DsqlDmlRequest::execute(thread_db* tdbb, jrd_tra** traHandle, |