The implementation of the stored procedure described in this section addresses those needs because CALL is a SQL statement of its own.
这一节中描述的存储过程的实现解决了这些需求,因为CALL本身是一个sql语句。
2
A Data Web Service can contain one or more operations where each is based on a single stored procedurecall or SQL statement.
每个Data Web Service可以包含一个或多个操作,每个操作都是基于一个存储过程调用或一条sql语句。
3
You can also define the shape of your select command, be it an SQL statement or stored procedurecall, by either discovering the result set or manually defining the one or more returned result sets.