Public Attributes | |
| TDSUPDCOL * | cur_col_list |
| updatable column list | |
| TDS_INT | cursor_id |
| cursor id returned by the server after cursor declare | |
| char * | cursor_name |
| name of the cursor | |
| TDS_TINYINT | cursor_name_len |
| length of cursor name > 0 and <= 30 | |
| TDS_INT | cursor_rows |
| number of cursor rows to fetch | |
| TDS_TINYINT | hasargs |
| cursor parameters exists ? | |
| TDS_INT | length |
| total length of the remaining datastream | |
| struct _tds_cursor * | next |
| next in linked list, keep first | |
| TDS_TINYINT | number_upd_cols |
| number of updatable columns | |
| TDS_TINYINT | options |
| read only|updatable | |
| char * | query |
| SQL query. | |
| TDS_USMALLINT | query_len |
| SQL query length. | |
| TDSRESULTINFO * | res_info |
| TDS_SMALLINT | srv_status |
| TDS_CURSOR_STATUS | status |
1.6.1