lineItem

lineItem

常用释义

词性释义

lineItem
例句
  • 全部
LineItem. java - JavaBeans used to hold values when data is transferred between the model and view of the application.
java——当数据在应用程序的模型和视图之间传输时用于保存值的JavaBean。
Similarly, the LineItem class has a many-to-one relationship to the product object as well.
类似地,LineItem类与产品对象也具有多对一关系。
这是一个不适宜的计划,因为从PART到LINEITEM的嵌套连接探测数被严重低估了。
Update the LineItem class to point to the correct schema, as you did for Customer and Order (Figure 69).
像处理Customer和Order那样,更新LineItem类以指向正确的模式(图69)。
The job uses the LINEITEM (Oracle) table to count the number of each part type sold during the previous quarter.
该作业使用LINEITEM(Oracle)表计算上一季度销售的每种零件的数量。
Information on individual line items that make up the orders, but are as yet unshipped, is then extracted from the LINEITEM table.
然后,从LINEITEM表中提取关于订单中尚未发货的各行项目的信息。
关于LINEITEM表的一个建议是更改hash分区键。
As the name implies, this is telling the validator that the LineItem child element of the LineItems element is repeatable.
顾名思义,它告诉验证器,LineItems元素的LineItem子元素是可重复的。
The JAX-RPC tools will now generate a client side Order class that contains the SOAPElement property, instead of a lineItem class.
JAX-RPC工具现在将生成一个包含有SOAPElement属性的客户端Order类,而不是lineItem类。
假设在一个远程数据源上有一个LINEITEM事实表,在另一个远程数据源上有一个PART维表。