Each row defines a NumberUsage object. Numbers such as quantities and monetary amounts can be rounded and formatted differently depending on their associated NumberUsage objects. The CurrencyManager and QuantityManager cache this information.
Column Name | Column Type | Column Description |
---|---|---|
CODE | CHARACTER (60) NULL |
Applications can specify this value to identify their application specific NumberUsages. It is suggested that Java package naming conventions be used to facilitate application integration. Values starting with "com.ibm." are reserved for IBM. |
NUMBRUSG_ID | INTEGER NOT NULL |
Generated unique key. Negative values are reserved for IBM. WebSphere
Commerce defines and uses the following values: -1 = com.ibm.commerce.default -2 = com.ibm.commerce.unitPrice -3 = com.ibm.commerce.listPrice |
Index Name | Indexed Column Names | Index Type |
---|---|---|
I0000164 | CODE | Unique Index |
SQL030416035008440 | NUMBRUSG_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_292 | NUMBRUSG_ID | CURFORMAT | NUMBRUSG_ID | Cascade |
F_466 | NUMBRUSG_ID | NUMBRUSGDS | NUMBRUSG_ID | Cascade |
F_644 | NUMBRUSG_ID | QTYFORMAT | NUMBRUSG_ID | Cascade |