executequery
- 网络执行查询
-
Obtain a result set with the executeQuery () method
用executeQuery()方法获得一个结果集
-
ExecuteQuery then executes the query and determines if the result is useful .
ExecuteQuery之后执行此查询并决定结果是否有用。
-
One warning message will be produced , which is expected because the executeQuery method returns a raw list , which could hold any type of object .
这将生成一条警告信息,这是意料之中的,因为executeQuery方法返回一个原始列表,该列表可以包含任何对象类型。
-
This shows a14-second gap between the entry into the executeQuery method and the exit from the executeQuery method .
这表明进入executeQuery方法的条目与从executeQuery方法退出的条目之间存在14秒的差距。
-
In order to delete duplicate WSDLs , the two functions that the example uses are executeQuery ( to look up the WSDLs in the Registry ) and delete ( by bsruri ) .
为了删除重复WSDL,示例使用了两个函数:executeQuery(查询Registry中的WSDL)和delete(根据bsruri)。