Home
last modified time | relevance | path

Searched refs:product_no (Results 1 – 23 of 23) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_alter_table_add_constraints.sql13 product_no integer, field
42 product_no integer, field
64 product_no integer, field
159 product_no integer, field
181 product_no integer, field
203 product_no int, field
227 product_no integer, field
252 product_no integer, field
274 product_no integer, field
298 product_no integer, field
[all …]
H A Dfailure_connection_establishment.sql20 product_no integer, field
37 ALTER TABLE products ADD CONSTRAINT p_key PRIMARY KEY(product_no);
124 SELECT count(*) FROM products WHERE product_no = 100;
H A Dcolumnar_alter.sql213 product_no integer, field
220 ALTER TABLE products ADD CONSTRAINT dummy_constraint CHECK (price > product_no);
230 product_no integer UNIQUE, field
238 product_no integer PRIMARY KEY, field
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_alter_table_add_constraints.out11 product_no integer,
45 product_no integer,
69 product_no integer,
186 product_no integer,
214 product_no integer,
242 product_no int,
263 product_no integer,
292 product_no integer,
316 product_no integer,
346 product_no integer,
[all …]
H A Dfailure_connection_establishment.out21 product_no integer,
25 SELECT create_distributed_table('products', 'product_no');
46 ALTER TABLE products ADD CONSTRAINT p_key PRIMARY KEY(product_no);
220 SELECT count(*) FROM products WHERE product_no = 100;
H A Dcolumnar_alter.out384 product_no integer,
393 ALTER TABLE products ADD CONSTRAINT dummy_constraint CHECK (price > product_no);
402 product_no | name | price
411 product_no integer UNIQUE,
418 product_no integer PRIMARY KEY,
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/models/
H A Dpaas_service_template.py58 …def __init__(self, name=None, object_uuid=None, category=None, labels=None, product_no=None, resou… argument
79 if product_no is not None:
80 self.product_no = product_no
181 def product_no(self): member in PaasServiceTemplate
191 @product_no.setter
192 def product_no(self, product_no): member in PaasServiceTemplate
201 self._product_no = product_no
/dports/databases/pglogical/pglogical-REL2_4_0/expected/
H A Dforeign_key.out7 product_no integer PRIMARY KEY,
15 product_no integer REFERENCES public.f1k_products (product_no),
57 product_no | product_id | name | price
64 order_id | product_no | quantity
/dports/databases/pglogical/pglogical-REL2_4_0/sql/
H A Dforeign_key.sql10 product_no integer PRIMARY KEY,
18 product_no integer REFERENCES public.f1k_products (product_no),
/dports/databases/db18/db-18.1.40/examples/cxx/excxx_order/
H A DOrderSystem.cpp436 pro->product_no = atoi(productno); in bulk_update_product()
440 ptrkd->append(&pro->product_no, in bulk_update_product()
513 pro.product_no = atoi(productno); in read_product()
607 cout << pro.product_no << " " in print()
644 key.set_data(&pro.product_no); in bulk_read_product()
940 pro.product_no = productno; in search_product_no()
942 key.set_data(&(pro.product_no)); in search_product_no()
1015 ord.product_no = pro.product_no; in insert_into_order()
1061 key.set_data(&(ord.product_no)); in display_order_database()
1081 key1.set_data(&(ord.product_no)); in display_order_database()
[all …]
H A DOrderSystem.h57 int product_no; /* The ID number of the product. */
69 int product_no; /* The ID number of the product. */
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/website/docs/d/
H A Dsnapshot.html.md56 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
H A Dtemplate.html.md58 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
H A Dserver.html.md88 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/gridscale/
H A Ddatasource_gridscale_snapshot.go77 the product_no of the license (see the /prices endpoint for more details)`,
H A Dresource_gridscale_snapshot.go77 the product_no of the license (see the /prices endpoint for more details)`,
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/website/docs/r/
H A Dtemplate.html.md70 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
H A Dsnapshot.html.md83 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
H A Dstorage.html.md85 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
H A Dserver.html.md185 …used that requires a license key (e.g. Windows Servers) this shows the product_no of the license (…
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmd.h537 char product_no[0xe]; // "GM XXXXXXXX-XX" or "GM MK-XXXX -00" member
H A Dmd.cpp998 memcpy((void*)cart_head.product_no, (void*)(temp + 0x180), 0x0e); in load()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/
H A Dsdl.cpp6864 CE("Product number", megad.cart_head.product_no), in pd_show_carthead()