最终返回类型不通过任意异步服务接口或实现类指定,允许您选择任意可序列化的返回数据类型。
The eventual return type is not specified by any of the asynchronous service interfaces or implementation classes, leaving the return type your choice, which can be any serializable data type.
返回数组的另一种选择是将数组作为复杂数据类型的组成部分返回,该技巧我们将在下一篇文章中进行讨论。
Another option for returning arrays is to return them as parts of a complex data type, which is a technique we discuss in the next article.
OUTPUT:这个4GL函数返回的结果的数据类型;必须从左到右与函数定义中的输出参数一一对应,还必须与输出参数数量匹配。
OUTPUT: Data types of result returned from this 4GL function; must have one-to-one correspondence from left to right, and must match the count of arguments, as in the function definition.
不要使用变量或货币数据类型作为参数或返回值。
Do not use variants or the currency data type as parameters or return values.
你可以可以为变量指明数据类型,输入参数,来自函数的返回值,用户自定义函数以及模板。
You are also able to specify data types for variables, input parameters, return values from functions, user-defined functions and templates.
您可以选择使用一个WSDL文件告诉客户端关于可用函数的信息,以及输入参数和返回值的个数和数据类型。
You can use an optional WSDL file to give clients information on the available methods, as well as the number and data types of input arguments and return values.
相对于显式说明返回哪个数据类型来说,客户端开发者需要从现有的字段中进行推断。
Instead of explicitly saying what data type is being returned the client developer has to infer it from the fields that are present.
返回的表可以包含任何SQL数据类型的列,包括XML。
The table that is returned can contain columns of any SQL data type, including XML.
这是一种XML内部的暂时表示,不支持列定义或该数据类型的应用程序返回。
This is an XML internal and transient representation that does not allow for column definition or for the return of this data type to the application.
成功处理请求时值或返回值的格式(值的特定名称和数据类型)
The format of the value or values that are returned if the request is processed successfully (again, both the specific value names and data types)
对于总是返回一本图书的信息的那些方法,将返回的是BookInfo复杂数据类型。
For methods that always return information about a single book, a BookInfo complex data type is returned.
用相同的参数列表调用admin( )和task( )函数的效果是相同的,但是它们返回的表示操作结果的值有不同的数据类型。
The effects of calling the admin( ) and task( ) functions with the same argument list are equivalent, but their return values, which indicate the result of the operation, have different data types.
Web服务操作的输入参数及数据类型的返回值对于Web服务的互操作性产生非常大的影响。
The input parameters and return values of data types of a Web service operation have a great impact on the interoperability of the Web service.
单击options标签页,以设置所有返回列的数据类型和显示尺寸。
Click the Options TAB to set the data types and display sizes for all returned data columns.
清单17包含一系列项目,作为Vector数据类型,它是返回参数。
Listing 17 contains a list of items as a Vector data type, which is the return parameter.
_ loaditemset函数从项目集中加载值并应用编辑器,然后返回包含具有正确数据类型的项目的JSON对象。
The _loaditemset function loads values from the item set and applies the editors, and then returns a JSON object that contains the items with correct data types.
Type:指定返回的列的数据类型。
probev_timestamp_t是一种特殊的数据类型,用来从VUE时间戳函数返回值。
probev_timestamp_t is a special data type used to return the value from the VUE timestamp function.
注意:数组需要在lsxsd . lss文件内定义的ARRAY_HOLDER数据类型之一中返回(本系列的上一篇文章更详细地讨论了这种情况)。
NOTE: the array needs to be returned within one of the ARRAY_HOLDER data types defined in the lsxsd.lss file (the previous article in this series discusses this situation in more detail).
返回值有一个IDSSECURITYLABEL数据类型。
返回的WSDL文档包含调用Web服务所需的所有必要的技术信息(参数列表、数据类型等)。
The returned WSDL document contains all of the necessary technical information needed to invoke the Web service (parameter list, data types, and so on).
返回类型可以是4 种XPath 1.0基本数据类型之一:boolean、字符串、节点集和数字。
The return type can be any one of the four basic XPath 1.0 data types: boolean, string, node set, and number.
高速缓存和拼写请求返回String 数据类型,搜索请求返回复杂类型。
While the cache and spelling requests return a String datatype, the search request returns a complex type.
不要使用列表或数组作为参数或返回值(可以使用数组,不过必须使用稍后在本文中所描述的一种特定数据类型)。
Do not use lists or arrays as parameters or return values (arrays are possible, but you must use a special data type described later in this article).
NODESET用于返回节点集数据类型的表达式(映射到dom or g . w3c . dom .NodeList数据类型)。
XPathConstants.NODESET for expressions that return Boolean data types (maps to the dom org.w3c.dom.NodeList data type).
而该服务器上的那些对象随后就可以作为参数处理原生数据类型、从这些参数查询数据库并作为值返回其原生数据类型。
Those objects on the server can then deal with its native data types as arguments, query a database from those arguments, and return its native data types as values.
函数返回类型的数据类型可以直接指定,或使用references子句指定。
The data type for the function return type can be specified directly or using the REFERENCES clause.
对存储过程的支持——您可以创建和运行包含XML数据类型(输入或输出)的参数或者返回XML数据的存储过程。
Stored procedure support — You can create and run stored procedures that contain XML data type (input or output) parameters or return XML data.
这个解析器检查返回的行和列上的元数据类型,以确保它只读取sqlxml类型的xml列。
The resolver looks at the metadata type on the returned row and column, ensuring it only reads XML columns with the SQLXML type.
函数的结果会以CLOB(字符型大型对象)数据类型的形式返回,可容纳1MB 的数据。
The result of the function is returned as a CLOB (Character Large Object) data type that can hold up to 1 MB of data.
应用推荐