Cassandra\BatchStatement::__construct PHP 메소드

__construct() 공개 메소드

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