update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoDB\Driver\WriteResult class

The MongoDB\Driver\WriteResult class

(mongodb >=0.2.0)

소개

클래스 개요

final MongoDB\Driver\WriteResult {
/* 메소드 */
final public ReturnType getDeletedCount ( void )
final public ReturnType getInfo ( void )
final public ReturnType getInsertedCount ( void )
final public ReturnType getMatchedCount ( void )
final public ReturnType getModifiedCount ( void )
final public ReturnType getServer ( void )
final public ReturnType getUpsertedCount ( void )
final public ReturnType getUpsertedIds ( void )
final public ReturnType getWriteConcernError ( void )
final public ReturnType getWriteErrors ( void )
}

Table of Contents