DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Panel | |
|---|---|
DASImpl* das = DASImpl::getFactory().createDAS(getConnection());
delete das; |
The first half of this example creates a new read command and executes it. The result is a graph of DataObjects (in this case just one) represented by the containing "root".
...