接口 AddResult
-
- 所有超级接口:
QueryResult,Result
- 所有已知实现类:
AddResultImpl
public interface AddResult extends Result
A result from the collection.add() statement.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<String>getGeneratedIds()Get a list of document ids generated in the server for the documents added by collection.add().-
从接口继承的方法 com.mysql.cj.xdevapi.Result
getAffectedItemsCount, getWarnings, getWarningsCount
-
-