ResultSet
常见例句
- If the statement is a query, this action returns a ResultSet object.
如果语句是一个查询,则此操作会返回ResultSet对象。 - You can specify an item with the ResultSet by its index value (as an int) or by its name (as a string).
可通过项的索引值(以int的形式)或其名称(以string的形式)指定带有ResultSet的一个项。 - The PivotTable control creates these two extra fieldsets for each date or date/time field in your tabular resultset.
透视表控件为您的表列结果集中的每个日期,或日期/时间字段创建这两个额外的字段集。 - We introduce how to connect database through JDBC,execute standard SQL statement transaction processing and resultset processing.
介绍了通过JDBC连接数据库、执行标准的SQL语句以及事务处理和结果集的处 理. - The JDBC spec and API documentation for Statement both state that executeQuery() is intended to be used with queries that return a ResultSet, typically SELECT statements.
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有。 - The result object returned in the divvious step exposes methods and properties that can be used to extract specific fields or elements from the returned resultset.
结果对象在上一步产生;这个对象可以被用于产生具体的域或者元素. 返回 ResultSet