Examples of AliasMapTest


Examples of org.h2.test.jaqu.AliasMapTest

        new TestView().runTest(this);
        new TestViewAlterTable().runTest(this);
        new TestViewDropView().runTest(this);

        // jaqu
        new AliasMapTest().runTest(this);
        new AnnotationsTest().runTest(this);
        new ClobTest().runTest(this);
        new ModelsTest().runTest(this);
        new SamplesTest().runTest(this);
        new UpdateTest().runTest(this);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.