Connection.prepare

*4.1.5. PREPARE

Prepare a query for later execution (through EXECUTE). The body consists of the CQL query to prepare as a [long string].

The server will respond with a RESULT message with a prepared kind (0x0004, see Section 4.2.5).

class Connection
PreparedStatement
prepare
(
string q
)

Meta