Cassandra\BatchStatement::__construct PHP Method

__construct() public method

Creates a new batch statement.
public __construct ( integer $type = Cassandra::BATCH_LOGGED )
$type integer must be one of Cassandra::BATCH_* (default: Cassandra::BATCH_LOGGED).
    public function __construct($type = \Cassandra::BATCH_LOGGED)
    {
    }
BatchStatement