王朝百科
分享
 
 
 

CRecordset

王朝百科·作者佚名  2010-06-20  
宽屏版  字体: |||超大  

CRecordset Class MembersData Members

Construction

Recordset Attributes

Recordset Update Operations

Recordset Navigation Operations

Other Recordset Operations

Recordset Overridables

Data Membersm_hstmt

Contains the ODBC statement handle for the recordset. TypeHSTMT.

m_nFields

Contains the number of field data members in the recordset. TypeUINT.

m_nParams

Contains the number of parameter data members in the recordset. TypeUINT.

m_pDatabase

Contains a pointer to theCDatabaseobject through which the recordset is connected to a data source.

m_strFilter

Contains aCStringthat specifies a Structured Query Language (SQL)WHEREclause. Used as a filter to select only those records that meet certain criteria.

m_strSort

Contains aCStringthat specifies an SQLORDER BYclause. Used to control how the records are sorted.

ConstructionCRecordset

Constructs aCRecordsetobject. Your derived class must provide a constructor that calls this one.

Open

Opens the recordset by retrieving the table or performing the query that the recordset represents.

Close

Closes the recordset and the ODBCHSTMTassociated with it.

Recordset AttributesCanAppend

Returns nonzero if new records can be added to the recordset via theAddNewmember function.

CanBookmark

Returns nonzero if the recordset supports bookmarks.

CanRestart

Returns nonzero ifRequerycan be called to run the recordset’s query again.

CanScroll

Returns nonzero if you can scroll through the records.

CanTransact

Returns nonzero if the data source supports transactions.

CanUpdate

Returns nonzero if the recordset can be updated (you can add, update, or delete records).

GetODBCFieldCount

Returns the number of fields in the recordset.

GetRecordCount

Returns the number of records in the recordset.

GetStatus

Gets the status of the recordset: the index of the current record and whether a final count of the records has been obtained.

GetTableName

Gets the name of the table on which the recordset is based.

GetSQL

Gets the SQL string used to select records for the recordset.

IsOpen

Returns nonzero ifOpenhas been called previously.

IsBOF

Returns nonzero if the recordset has been positioned before the first record. There is no current record.

IsEOF

Returns nonzero if the recordset has been positioned after the last record. There is no current record.

IsDeleted

Returns nonzero if the recordset is positioned on a deleted record.

Recordset Update OperationsAddNew

Prepares for adding a new record. CallUpdateto complete the addition.

CancelUpdate

Cancels any pending updates due to anAddNeworEditoperation.

Delete

Deletes the current record from the recordset. You must explicitly scroll to another record after the deletion.

Edit

Prepares for changes to the current record. CallUpdateto complete the edit.

Update

Completes anAddNeworEditoperation by saving the new or edited data on the data source.

Recordset Navigation OperationsGetBookmark

Assigns the bookmark value of a record to the parameter object.

Move

Positions the recordset to a specified number of records from the current record in either direction.

MoveFirst

Positions the current record on the first record in the recordset. Test forIsBOFfirst.

MoveLast

Positions the current record on the last record or on the last rowset. Test forIsEOFfirst.

MoveNext

Positions the current record on the next record or on the next rowset. Test forIsEOFfirst.

MovePrev

Positions the current record on the previous record or on the previous rowset. Test forIsBOFfirst.

SetAbsolutePosition

Positions the recordset on the record corresponding to the specified record number.

SetBookmark

Positions the recordset on the record specified by the bookmark.

Other Recordset OperationsCancel

Cancels an asynchronous operation or a process from a second thread.

FlushResultSet

Returns nonzero if there is another result set to be retrieved, when using a predefined query.

GetFieldValue

Returns the value of a field in a recordset.

GetODBCFieldInfo

Returns specific kinds of information about the fields in a recordset.

GetRowsetSize

Returns the number of records you wish to retrieve during a single fetch.

GetRowsFetched

Returns the actual number of rows retrieved during a fetch.

GetRowStatus

Returns the status of the row after a fetch.

IsFieldDirty

Returns nonzero if the specified field in the current record has been changed.

IsFieldNull

Returns nonzero if the specified field in the current record is Null (has no value).

IsFieldNullable

Returns nonzero if the specified field in the current record can be set to Null (having no value).

RefreshRowset

Refreshes the data and status of the specified row(s).

Requery

Runs the recordset’s query again to refresh the selected records.

SetFieldDirty

Marks the specified field in the current record as changed.

SetFieldNull

Sets the value of the specified field in the current record to Null (having no value).

SetLockingMode

Sets the locking mode to “optimistic” locking (the default) or “pessimistic” locking. Determines how records are locked for updates.

SetParamNull

Sets the specified parameter to Null (having no value).

SetRowsetCursorPosition

Positions the cursor on the specified row within the rowset.

Recordset OverridablesCheck

Called to examine the return code from an ODBC API function.

CheckRowsetError

Called to handle errors generated during record fetching.

DoBulkFieldExchange

Called to exchange bulk rows of data from the data source to the recordset. Implements bulk record field exchange (Bulk RFX).

DoFieldExchange

Called to exchange data (in both directions) between the field data members of the recordset and the corresponding record on the data source. Implements record field exchange (RFX).

GetDefaultConnect

Called to get the default connect string.

GetDefaultSQL

Called to get the default SQL string to execute.

OnSetOptions

Called to set options for the specified ODBC statement.

SetRowsetSize

Specifies the number of records you wish to retrieve during a fetch.

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
中国古代四大美女:背后隐藏惊人秘密
 女性   2025-06-20
如何用java替换看不见的字符比如零宽空格​十六进制U+200B
 干货   2023-09-10
网页字号不能单数吗,网页字体大小为什么一般都是偶数
 干货   2023-09-06
java.lang.ArrayIndexOutOfBoundsException: 4096
 干货   2023-09-06
Noto Sans CJK SC字体下载地址
 干货   2023-08-30
window.navigator和navigator的区别是什么?
 干货   2023-08-23
js获取referer、useragent、浏览器语言
 干货   2023-08-23
oscache遇到404时会不会缓存?
 干货   2023-08-23
linux下用rm -rf *删除大量文件太慢怎么解决?
 干货   2023-08-08
刀郎新歌破世界纪录!
 娱乐   2023-08-01
js实现放大缩小页面
 干货   2023-07-31
生成式人工智能服务管理暂行办法
 百态   2023-07-31
英语学习:过去完成时The Past Perfect Tense举例说明
 干货   2023-07-31
Mysql常用sql命令语句整理
 干货   2023-07-30
科学家复活了46000年前的虫子
 探索   2023-07-29
英语学习:过去进行时The Past Continuous Tense举例说明
 干货   2023-07-28
meta name="applicable-device"告知页面适合哪种终端设备:PC端、移动端还是自适应
 干货   2023-07-28
只用css如何实现打字机特效?
 百态   2023-07-15
css怎么实现上下滚动
 干货   2023-06-28
canvas怎么画一个三角形?
 干货   2023-06-28
canvas怎么画一个椭圆形?
 干货   2023-06-28
canvas怎么画一个圆形?
 干货   2023-06-28
canvas怎么画一个正方形?
 干货   2023-06-28
中国河南省郑州市金水区蜘蛛爬虫ip大全
 干货   2023-06-22
javascript简易动态时间代码
 干货   2023-06-20
 
>>返回首页<<
 
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有