Function Index | |
| SDOLIST | ftypeDefine (SDOFACTORY pdf, FILE *pf) |
| Populates the argument datafactory with types declared in an XML Schema file stream. More... | |
| SDOLIST | stypeDefine (SDOFACTORY df, char *schema) |
| Populates a datafactory with types declared in a char buffer containing a serialized XML Schema. More... | |
| SDOLIST ftypeDefine | ( | SDOFACTORY | pdf, |
| FILE * | pf | ||
| ) |
Populates the argument datafactory with types declared in an XML Schema file stream.
Only freshly created datafactories will be populated; if the argument datafactory already contains types other than the buitlin (XML Schema) datatypes, 0 is returned.
| the datafacory to load types into | |
| pf | XML Schema file to load types from |
getTypeList() | SDOLIST stypeDefine | ( | SDOFACTORY | df, |
| char * | schema | ||
| ) |
Populates a datafactory with types declared in a char buffer containing a serialized XML Schema.
Only freshly created datafactories will be populated; if the argument datafactory already contains types other than the buitlin (XML Schema) datatypes, 0 is returned.
| the datafacory to load types into | |
| schema | XML Schema char buffer to load types from |
getTypeList()