| java.lang.Object com.db4o.test.legacy.soda.experiments.STMagic
Constructor Summary | |
public | STMagic() |
returnSomething | public Object returnSomething()(Code) | | needed for STInterface test
|
testExecuteAnyNode | public void testExecuteAnyNode()(Code) | | Magic:
Execute any node in the query graph.
The data for this example can be found in STTH1.java.
|
testInterface | public void testInterface()(Code) | | Magic:
Querying for an implemented Interface.
Using an Evaluation allows calls to the interface methods
during the run of the query.s
|
testMultiClass | public void testMultiClass()(Code) | | Magic:
Query for multiple classes.
Every class gets it's own slot in the query graph.
|
testUnconstrainedClass | public void testUnconstrainedClass()(Code) | | Magic:
Query for all objects with a known attribute,
independant of the class or even if you don't
know the class.
|
|
|