a Bound statement is created using Prepared#bind

Inherits

Object

Includes

Methods

cql

Returns original cql used to prepare this statement

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

params

Returns a list of positional parameters for the cql

Returns:
Type Details
Array<Object> a list of positional parameters for the cql

inspect

Returns a CLI-friendly bound statement representation

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