Package com.oltpbenchmark.benchmarks.tatp.procedures

Examples of com.oltpbenchmark.benchmarks.tatp.procedures.DeleteCallForwarding.initialize()


    /**
     * testGetStatmentsConstructor
     */
    public void testGetStatmentsConstructor() throws Exception {
        Procedure proc = new DeleteCallForwarding();
        proc.initialize(DatabaseType.POSTGRES);
       
        // Make sure that procedure handle has the same
        // SQLStmts as what we get back from the static method
        Map<String, SQLStmt> expected = Procedure.getStatments(proc);
        assertNotNull(expected);
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.