Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KevinWilliams: http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/RDBDAS_Java_User_Guide/ResultSet-driven_metadata ------------------------------------------------------------------------------ - = !ResultSet-driven Meadata = + = !ResultSet-driven Metadata = - The RDB DAS uses JDBC [http://java.sun.com/j2se/1.3/docs/api/java/sql/ResultSetMetaData.html ResultSetMetadata] to create the set of SDO Types used to construct the data graph returned as a result of a query. The !ResultSetMetadata + The RDB DAS uses JDBC [http://java.sun.com/j2se/1.3/docs/api/java/sql/ResultSetMetaData.html ResultSetMetadata] to create the set of SDO Types used to construct the data graph returned as a result of a query. JDBC provides an instance of ResultSet to return the data reulting from a query execution and this data is organized as rows of column values. The !ResultSetMetadata provides information about the values. For example, table name, columne name, column type, etc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
