Searched refs:PRIMARY (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dtestdb_create.sql45 CONSTRAINT PK_authors_docs PRIMARY KEY
52 CONSTRAINT PK_documents PRIMARY KEY
58 CONSTRAINT PK_institutes PRIMARY KEY
65 CONSTRAINT PK_persons PRIMARY KEY
71 CONSTRAINT PK_phones PRIMARY KEY
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_create.sql39 CONSTRAINT PK_authors_docs PRIMARY KEY
47 CONSTRAINT PK_documents PRIMARY KEY
54 CONSTRAINT PK_institutes PRIMARY KEY
62 CONSTRAINT PK_persons PRIMARY KEY
69 CONSTRAINT PK_phones PRIMARY KEY
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_create.sql32 CONSTRAINT PK_authors_docs PRIMARY KEY
39 CONSTRAINT PK_documents PRIMARY KEY
45 CONSTRAINT PK_institutes PRIMARY KEY
51 CONSTRAINT PK_persons PRIMARY KEY
57 CONSTRAINT PK_phones PRIMARY KEY
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dtestdb_create.sql43 CONSTRAINT PK_authors_docs PRIMARY KEY
50 CONSTRAINT PK_documents PRIMARY KEY
56 CONSTRAINT PK_institutes PRIMARY KEY
63 CONSTRAINT PK_persons PRIMARY KEY
69 CONSTRAINT PK_phones PRIMARY KEY
75 CONSTRAINT PK_certs PRIMARY KEY
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dckdnsrps.sh97 PRIMARY="$CMN"
99 PRIMARY="$PRIMARY
106 $PRIMARY };
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtestdb_create.sql23 PRIMARY KEY
H A Dtttestdb_create.sql29 PRIMARY KEY
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v1.sql58 timestamp TIMESTAMP PRIMARY KEY CHECK (timestamp >= 0),
75 context_id INTEGER PRIMARY KEY AUTOINCREMENT,
88 PRIMARY KEY (context_id, var_name)
104 action_id INTEGER PRIMARY KEY AUTOINCREMENT,
137 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT,
171 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT,
183 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases,
207 PRIMARY KEY (test_case_id, file_name)
225 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases,
271 test_program_id INTEGER PRIMARY KE
[all...]
H A Dschema_v2.sql60 schema_version INTEGER PRIMARY KEY CHECK (schema_version >= 1),
77 context_id INTEGER PRIMARY KEY AUTOINCREMENT,
90 PRIMARY KEY (context_id, var_name)
106 action_id INTEGER PRIMARY KEY AUTOINCREMENT,
147 PRIMARY KEY (metadata_id, property_name)
171 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT,
213 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT,
233 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases,
257 PRIMARY KEY (test_case_id, file_name)
271 file_id INTEGER PRIMARY KE
[all...]
H A Dmigrate_v1_v2.sql68 schema_version INTEGER PRIMARY KEY CHECK (schema_version >= 1),
89 PRIMARY KEY (metadata_id, property_name)
96 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT,
170 default_name TEXT PRIMARY KEY,
/netbsd-current/external/mit/xorg/lib/xcb-util/atom/
H A Datoms.c47 const xcb_atom_t PRIMARY = 1; variable
218 char stringpool_str62[sizeof("PRIMARY")];
289 "PRIMARY",
539 "PRIMARY\0"
/netbsd-current/share/examples/puffs/pgfs/
H A Dnewfs.sql59 fileid fileid PRIMARY KEY,
74 fileid fileid PRIMARY KEY, -- REFERENCES file
86 CONSTRAINT dirent_pkey PRIMARY KEY(parent_fileid, name),
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.h95 PRIMARY, SECONDARY, INFORMALFIGURE, MEDIAOBJECT, IMAGEOBJECT, enumerator in enum:xml_element
H A Dxml.c207 { "", 0, 1, 0 }, /* PRIMARY (docbook) */
418 { "primary", 0, 1, 0 }, /* PRIMARY */
1742 xml_insert_element (PRIMARY, START);
1747 xml_insert_element (PRIMARY, END);
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h176 PRIMARY = 368, enumerator in enum:dhcp_token
H A Dconflex.c1256 return PRIMARY;
H A Dparse.c2092 PRIMARY ip-addresses SEMI |
2118 case PRIMARY:
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h172 PRIMARY = 368, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c1278 return PRIMARY;
H A Dparse.c2773 PRIMARY ip-addresses SEMI |
2800 case PRIMARY:
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1724 case OMP_PROC_BIND_PRIMARY: type = "PRIMARY"; break;
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dconfpars.c994 case PRIMARY:
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c2848 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
7399 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
7412 ** [INTEGER PRIMARY KEY] column has been explicitly declared, then the output
7414 ** [INTEGER PRIMARY KEY] column, then the outputs
8033 ** <li> ^(Column zColumn is part of an index, PRIMARY KEY or UNIQUE
11350 ** collection of data for tables with no explicit PRIMARY KEY.
11352 ** Normally, tables with no explicit PRIMARY KEY are simply ignored
11354 ** as if such tables have a column "_rowid_ INTEGER PRIMARY KEY" inserted
11427 ** Changes can only be recorded for tables that have a PRIMARY KEY explicitly
11429 ** PRIMARY KE
[all...]

Completed in 732 milliseconds