Examples of verifyTable()


Examples of org.ow2.easybeans.tests.common.db.TableManager.verifyTable()

     * @throws SQLException if a database error occurs.
     */
    public void verifyTable(final String dbName, final String tableName) throws NamingException, SQLException {
        // verifies the table
        TableManager tableManager = new TableManager(dbName);
        tableManager.verifyTable(tableName);
    }

    /**
     * @see org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.ItfDatabaseManager#insertTable(java.lang.String,
     *      java.lang.String)
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.