class Cassandra::Statements::Prepared
A prepared statement is created by calling Session#prepare
or Session#prepare_async
.
Inherits
Object
Includes
Methods
cql
Returns original cql used to prepare this statement
bind
(args = nil)Creates a statement bound with specific arguments
execution_info
Returns execution info for PREPARE request
inspect
Returns a CLI-friendly prepared statement representation