A LINEITEM table with one row for each item that is part of an order.
lineitem表,一个订单中的每样商品对应一行。
Similarly, the LineItem class has a many-to-one relationship to the product object as well.
类似地,LineItem类与产品对象也具有多对一关系。
One of the recommendations shown for the LINEITEM table is to change the hash partitioning key.
关于lineitem表的一个建议是更改hash分区键。
Assume that there is a LINEITEM fact table on one remote source and a PART dimension table on another.
假设在一个远程数据源上有一个lineitem事实表,在另一个远程数据源上有一个part维表。
Update the LineItem class to point to the correct schema, as you did for Customer and Order (Figure 69).
像处理Customer和Order那样,更新LineIte m类以指向正确的模式(图69)。
The job USES the LINEITEM (Oracle) table to count the number of each part type sold during the previous quarter.
该作业使用LINEITEM (Oracle)表计算上一季度销售的每种零件的数量。
This is an unfortunate plan, since the number of nested join probes from PART to LINEITEM is severely underestimated.
这是一个不适宜的计划,因为从PART到LINEITEM的嵌套连接探测数被严重低估了。
As the name implies, this is telling the validator that the LineItem child element of the LineItems element is repeatable.
顾名思义,它告诉验证器,LineItems元素的LineItem子元素是可重复的。
I suppose if I was to follow your advice and use OO delegation, the LineItem entity would have a getDetailItemData() method.
我认为,如果我按照您的建议使用OO委托,LineItem实体将具有一个getDetailItemData()方法。
Information on individual line items that make up the orders, but are as yet unshipped, is then extracted from the LINEITEM table.
然后,从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类。
Initially, order keys corresponding to line items shipped by mail or sea during the qualifying time period are extracted from the LINEITEM table.
一开始,从LINEITEM表中提取规定时期内通过邮寄或海运发货的行项目所对应的订单号。
For example, if you have an object in Rails called LineItem, Rails assumes that there is a corresponding database table called line_items to store the data.
例如,如果Rails中有名为LineItem的对象,Rails则假设有个用于存储数据的对应数据库表line_items。
For example, a LineItem global concrete type should not be defined because the information components differ significantly between sales line items and tender line items.
例如,不应定义LineItem全局具体类型,因为在销售线项(sales line item)和支付线项(tender lineitem)之间的信息组成部分中有明显的差别。
However, it is a relatively simple task to convert StockCheck into a T-ETL schema by only converting a small part of the job; that is, the join between LINEITEM and STOCK.
但是,将StockCheck转换成t - ETL模式则相当简单,只需转换作业中的一小部分,即LINEITEM与STOCK之间的连接。
However, it is a relatively simple task to convert StockCheck into a T-ETL schema by only converting a small part of the job; that is, the join between LINEITEM and STOCK.
但是,将StockCheck转换成t - ETL模式则相当简单,只需转换作业中的一小部分,即LINEITEM与STOCK之间的连接。
应用推荐