2.2.6.7 SQLBatch

Stream Name:

 SQLBatch

Stream Function:

Describes the format of the SQL Batch message.

Stream Comments:

  • Packet header type 0x01.

  • A sample SQLBatch message is in section 4.6.

Stream-Specific Rules:

 SQLText          =   UNICODESTREAM

Stream Definition:

 SQLBatch         =   ALL_HEADERS
                      *EnclavePackage ;    (described in section 2.2.6.6)
                      SQLText

The Unicode stream contains the text of the batch. The following is an example of a valid value for SQLText.

 Select author_id from Authors