Home
last modified time | relevance | path

Searched refs:constraintType (Results 201 – 225 of 473) sorted by relevance

12345678910>>...19

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/
H A DQDConstraint.h49 virtual QDConstraintType constraintType() const { in constraintType() function
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/catalog/
H A Dindex.c1049 char constraintType; in index_create() local
1053 constraintType = CONSTRAINT_PRIMARY; in index_create()
1055 constraintType = CONSTRAINT_UNIQUE; in index_create()
1057 constraintType = CONSTRAINT_EXCLUSION; in index_create()
1061 constraintType = 0; /* keep compiler quiet */ in index_create()
1069 constraintType, in index_create()
1269 char constraintType, in index_constraint_create() argument
1302 constraintType != CONSTRAINT_EXCLUSION) in index_constraint_create()
1336 constraintType, in index_constraint_create()
1403 trigger->trigname = (constraintType == CONSTRAINT_PRIMARY) ? in index_constraint_create()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dcalpontsystemcatalog.h286 ConstraintType constraintType; member
351 if (constraintType != t.constraintType)
506 ConstraintInfo(): constraintType(NO_CONSTRAINT) {} in ConstraintInfo()
507 int constraintType; member
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dcalpontsystemcatalog.h286 ConstraintType constraintType; member
351 if (constraintType != t.constraintType)
506 ConstraintInfo(): constraintType(NO_CONSTRAINT) {} in ConstraintInfo()
507 int constraintType; member
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/catalog/
H A Dindex.h71 char constraintType,
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql10-client/postgresql-10.19/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql10-server/postgresql-10.19/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddl-gram-win.h147 ddlpackage::DDL_CONSTRAINTS constraintType; member
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/catalog/
H A Dindex.h72 char constraintType,
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/catalog/
H A Dindex.h72 char constraintType,

12345678910>>...19