returns constraint entity type
| 162 | |
| 163 | // returns constraint entity type |
| 164 | GraphEntityType Constraint_GetEntityType |
| 165 | ( |
| 166 | const Constraint c // constraint to query |
| 167 | ) { |
| 168 | ASSERT(c != NULL); |
| 169 | |
| 170 | return c->et; |
| 171 | } |
| 172 | |
| 173 | // returns constraint schema ID |
| 174 | int Constraint_GetSchemaID |
no outgoing calls
no test coverage detected