http://www.mail-archive.com/[email protected]/msg25916.html
As first attempt trying to create an utility/tool to convert from DB Schema to model XSDs - RDB DAS has a reusable core part which uses DB Metadata to create SDO Types and properties. Its result can be fed to Tuscany SDO's XSDHelper to form XSDs. http://www.mail-archive.com/[email protected]/msg19374.html DB SChema->SDO->XSD is possible without errors as it comes from Types generated from SDO Use: When doing static SDO model based Data Access (not only RDB DAS) and model is not available or not up-to-date w.r.t. DB schema - like cases of rapid prototyping when DB schema is undergoing changes. Limitation: DB Metadata APIs should support - DatabaseMetaData.getTables(), getPrimaryKeys(), getCrossReference(), ResultSetMetaData.getColumnCount(), getTableName(), getSchemaName(), getColumnName(), getColumnType(), Suggestions? Regards, Amita --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
