Inherits

Object

Includes

Methods

cql

Returns original cql used to prepare this statement

Returns:
Type Details
String original cql used to prepare this statement

bind

(*args)

Creates a statement bound with specific arguments

Parameters:
Name Type Details
args *Object arguments to bind, must contain the same number of parameters as the number of positional arguments (?) in the original cql passed to Session#prepare
Returns:
Type Details
Statements::Bound bound statement

execution_info

Returns execution info for PREPARE request

Returns:
Type Details
Execution::Info execution info for PREPARE request

inspect

Returns a CLI-friendly prepared statement representation

Returns:
Type Details
String a CLI-friendly prepared statement representation