AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.db.storage.AbSqliteStorageListener.AbDataInsertListListener接口 参考

Public 成员函数

abstract void onSuccess (long[] rowIds)
 
abstract void onFailure (int errorCode, String errorMessage)
 

详细描述

描述:插入数据的监听.

成员函数说明

abstract void com.ab.db.storage.AbSqliteStorageListener.AbDataInsertListListener.onFailure ( int  errorCode,
String  errorMessage 
)
abstract

On failure.

参数
errorCodethe error code
errorMessagethe error message
abstract void com.ab.db.storage.AbSqliteStorageListener.AbDataInsertListListener.onSuccess ( long[]  rowIds)
abstract

On success.

参数
rowIdsrowIds

该接口的文档由以下文件生成: