Function Index | |
| SDOTYPE | findType (SDOFACTORY df, char *ns, char *name) |
| Returns the SDOTYPE registered with the specified namespace and name, in the supplied data factory, or 0. More... | |
| char * | getTypeName (SDOTYPE type) |
| Returns the argument SDOTYPE's name. More... | |
| char * | getURI (SDOTYPE type) |
| Returns the argument SDOTYPE's namespace URI. More... | |
| SDOPROPERTY | getTypePropertyByName (SDOTYPE type, char *name) |
| Returns the argument SDOTYPE's SDOPROPERTY having the specified name, if any. More... | |
| SDOTYPE | getType (DATAOBJECT pdo) |
| Returns the SDOTYPE of the argument DATAOBJECT. More... | |
| SDOLIST | getProperties (SDOTYPE type) |
| Returns an SDOLIST of the supplied SDOTYPE's properties. More... | |
| SDOLIST | getTypeInstanceProperties (SDOTYPE t) |
| Returns a constant list of XSD facet properties for a simple type. | |
| char | isSequencedType (xmlSchemaTypePtr pt) |
| Returns wether the argument is a sequenced type (any complex XML Schema type). | |
| SDOTYPE findType | ( | SDOFACTORY | df, |
| char * | ns, | ||
| char * | name | ||
| ) |
Returns the SDOTYPE registered with the specified namespace and name, in the supplied data factory, or 0.
| df | data factory to lookup type info in |
| ns | namespace URI of the type to lookup |
| name | name of the type to lookup |
| char* getTypeName | ( | SDOTYPE | type | ) |
Returns the argument SDOTYPE's name.
| type | SDOTYPE to return name for |
| char* getURI | ( | SDOTYPE | type | ) |
Returns the argument SDOTYPE's namespace URI.
| type | SDOTYPE to return namespace URI for |
| SDOPROPERTY getTypePropertyByName | ( | SDOTYPE | type, |
| char * | name | ||
| ) |
Returns the argument SDOTYPE's SDOPROPERTY having the specified name, if any.
| type | SDOTYPE having the property to lookup |
| name | property name to lookup |
| SDOTYPE getType | ( | DATAOBJECT | pdo | ) |
Returns the SDOTYPE of the argument DATAOBJECT.
| pdo | DATAOBJECT to return SDOTYPE for |