The MongoDB\Driver\WriteResult class

(mongodb >=1.0.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 )
}

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top