DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Panel | |
|---|---|
DASImpl* das = (DASImpl*) DASImpl::getFactory().createDAS(getConnection());
|
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".
...