Collection Contents 上一页 下一页 PDF

UltraLite for MobileVB 用户指南

UltraLite for MobileVB API 参考

ULResultSet 类


ULResultSet 对象在 SQL 查询返回的行上移动。由于 ULResultSet 对象包含由查询返回的数据,因此在执行 DML 操作(如 INSERT、UPDATE 或 DELETE)之后,您必须刷新所有查询结果集。为此,在执行 ExecuteStatement 之后,您应该执行 ExecuteQuery。


属性
Close 方法
GetByteChunk 方法
GetStringChunk 方法
MoveAfterLast 方法
MoveBeforeFirst 方法
MoveFirst 方法
MoveLast 方法
MoveNext 方法
MovePrevious 方法
MoveRelative 方法
IsNull 方法
GetDatetime 方法
GetDouble 方法
GetInteger 方法
GetLong 方法
GetReal 方法
GetString 方法

Collection Contents 上一页 下一页 PDF