摘要: SQL statements This topic contains tables that list the SQL statements classified by type. SQL schema statements (Table 1) SQL data change statements 阅读全文
posted @ 2016-08-11 14:17 盛小胖 阅读(960) 评论(0) 推荐(0)
摘要: With static SQL, host variables used in embedded SQL statements are known at application compile time. With dynamic SQL, the embedded SQL statements a 阅读全文
posted @ 2016-08-11 14:09 盛小胖 阅读(243) 评论(0) 推荐(0)
摘要: The FETCH statement positions a cursor on the next row of its result table and assigns the values of that row to target variables. Invocation Although 阅读全文
posted @ 2016-08-11 14:02 盛小胖 阅读(2226) 评论(0) 推荐(0)
摘要: DECLARE CURSOR statement The DECLARE CURSOR statement defines a cursor. Invocation Although an interactive SQL facility might provide an interface tha 阅读全文
posted @ 2016-08-11 13:59 盛小胖 阅读(417) 评论(0) 推荐(0)
摘要: Declare section for host variables in C and C++ embedded SQL applications You must use an SQL declare section to identify host variable declarations. 阅读全文
posted @ 2016-08-11 13:53 盛小胖 阅读(418) 评论(0) 推荐(0)