代码搜索:fetch

找到约 3,617 项符合「fetch」的源代码

代码结果 3,617
www.eeworm.com/read/343026/11983037

sql 15.5.3 事务对游标影响的示例.sql

SET CURSOR_CLOSE_ON_COMMIT ON --设置为ON时,下面的代码报错 --SET CURSOR_CLOSE_ON_COMMIT OFF --设置为OFF(默认值时),下面的代码正常 DECLARE tb CURSOR LOCAL FOR SELECT id=1 UNION ALL SELECT id=1 OPEN tb DECLARE @id in
www.eeworm.com/read/210370/15200417

sql 15.5.3 事务对游标影响的示例.sql

SET CURSOR_CLOSE_ON_COMMIT ON --设置为ON时,下面的代码报错 --SET CURSOR_CLOSE_ON_COMMIT OFF --设置为OFF(默认值时),下面的代码正常 DECLARE tb CURSOR LOCAL FOR SELECT id=1 UNION ALL SELECT id=1 OPEN tb DECLARE @id in
www.eeworm.com/read/414839/11100687

sql 15.5.3 事务对游标影响的示例.sql

SET CURSOR_CLOSE_ON_COMMIT ON --设置为ON时,下面的代码报错 --SET CURSOR_CLOSE_ON_COMMIT OFF --设置为OFF(默认值时),下面的代码正常 DECLARE tb CURSOR LOCAL FOR SELECT id=1 UNION ALL SELECT id=1 OPEN tb DECLARE @id in
www.eeworm.com/read/414392/11115011

sql 15.5.3 事务对游标影响的示例.sql

SET CURSOR_CLOSE_ON_COMMIT ON --设置为ON时,下面的代码报错 --SET CURSOR_CLOSE_ON_COMMIT OFF --设置为OFF(默认值时),下面的代码正常 DECLARE tb CURSOR LOCAL FOR SELECT id=1 UNION ALL SELECT id=1 OPEN tb DECLARE @id in
www.eeworm.com/read/107485/15606340

sql sample67.sql

/* 文件名称: Sample67.sql */ USE 北风贸易 DECLARE @Customer nvarchar(40), @Contact nvarchar(30), @Phone nvarchar(24) DECLARE Customer_Cursor CURSOR FOR SELECT
www.eeworm.com/read/109309/15559696

h exe_sear.h

/* * $Id: exe_sear.h,v 1.1.1.1 2002/03/28 00:02:43 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in EXE_SEAR
www.eeworm.com/read/109296/15559948

h exe_sear.h

/* * $Id: exe_sear.h,v 1.1.1.1 2002/03/28 00:02:43 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in EXE_SEAR
www.eeworm.com/read/231996/14212085

h pbc_fops.h

#ifndef __PBC_FOPS_H__ #define __PBC_FOPS_H__ struct fetch_ops_s { int (*fops_getc) (void *ctx); int (*fops_ungetc) (int c, void *ctx); }; typedef struct fetch_ops_s fetch_ops_t[1]; typedef str
www.eeworm.com/read/147091/5733511

sql scroll.sql

--声明 SCROLL 游标并使用其它 FETCH 选项 --下例创建一个 SCROLL 游标,使其通过 LAST、PRIOR、RELATIVE 和 ABSOLUTE 选项支持所有滚动能力。 USE pubs GO -- Execute the SELECT statement alone to show the -- full result set that is used
www.eeworm.com/read/342759/12001413

errata

pg 1025, paragraph 5 -------------------- You refer to figure 4, think you meant tables 5/6 pg 1042, sect 28.4.3, para 2 --------------------------- mysql.fetch_row should be mysql_fetch_row