Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I define an Explicit ResultSet shape definition for the resultset from a join?

0
10 Posted

How do I define an Explicit ResultSet shape definition for the resultset from a join?

0

You can find some information on the DAS User Guide 1. There are couple test cases that also show this working, here is one test case 2 and it’s config file 3.Allow passing ResultDescriptor to Dynamic Commands. i.e. Command x = das.createCommand(“y”); x can have set/get of single/list of ResultDescriptors. Useful for databases like Oracle which require user to pass ResultDescriptor and for cases when the commands are created dynamically using createCommand()1 http://incubator.apache.org/tuscany/explicit-resultset-shape-definition.html 2 https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/RelationshipTests.java 3 https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/resources/companyMappingWithResultDescriptor.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123