获取所有队列的列表,这返回一个结果集对象,它实际上是一个Python列表,见清单6。
Retrieve a list of all your queues, which returns a resultset object that is essentially a Python list, as shown in Listing 6.
可搜索对象的search方法执行该搜索并返回一个SIAPI结果集对象,如下所示。
The search method on the searchable object executes the search and returns a SIAPI result set object as shown below.
该结果集对象是一个复杂对象,它通常位于数据库管理系统的存储器中,并且只能通过与之交互的函数辨认。
A result set object is a complicated beast, as it usually resides within the memory of the database management system and can only be deciphered by functions that interact with it.
应用推荐