Searched refs:supplier (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleViews.java103 * Return a map view of the supplier storage container.
127 * Return an entity set view of the supplier storage container.
151 * Return a map view of the shipment-by-supplier index.
159 * Return a map view of the supplier-by-city index.
215 * supplier to a combined data object (entity).
245 Supplier supplier = (Supplier) object;
246 return new SupplierKey(supplier.getNumber());
254 Supplier supplier = (Supplier) object;
255 return new SupplierData(supplier.getName(), supplier
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleViews.java103 * Return a map view of the supplier storage container.
127 * Return an entity set view of the supplier storage container.
151 * Return a map view of the shipment-by-supplier index.
159 * Return a map view of the supplier-by-city index.
244 * supplier to a key object representation.
275 * supplier to a combined data object (entity).
303 Supplier supplier = (Supplier) object;
304 output.writeString(supplier.getNumber());
312 Supplier supplier = (Supplier) object;
313 return new SupplierData(supplier
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleViews.java104 * Return a map view of the supplier storage container.
128 * Return an entity set view of the supplier storage container.
152 * Return a map view of the shipment-by-supplier index.
160 * Return a map view of the supplier-by-city index.
252 * supplier to a key object representation.
283 * supplier to a combined data object (entity).
309 Supplier supplier = (Supplier) dataInput;
310 supplier.setKey(number);
311 return supplier;
319 Supplier supplier
[all...]
H A DSampleDatabase.java85 // Open the Berkeley DB database for the part, supplier and shipment
94 // Open the SecondaryDatabase for the city index of the supplier store,
95 // and for the part and supplier indices of the shipment store.
96 // Duplicate keys are allowed since more than one supplier may be in
98 // supplier or part. A foreign key constraint is defined for the
99 // supplier and part indices to ensure that a shipment only refers to
100 // existing part and supplier keys. The CASCADE delete action means
101 // that shipments will be deleted if their associated part or supplier
159 * Return the supplier storage container.
183 * Return the shipment-by-supplier inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslichw.h662 u8 supplier[2]; member in struct:vendor1_fru
670 u8 supplier[5]; member in struct:vendor2_fru
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 252 milliseconds