Package com.springsource.insight.plugin.jdbc.parser.parsers

Examples of com.springsource.insight.plugin.jdbc.parser.parsers.HsqlParser


import com.springsource.insight.plugin.jdbc.parser.parsers.HsqlParser;


public class HsqlParserTest extends SqlParserTestImpl<HsqlParser> {
    public HsqlParserTest() {
        super(DatabaseType.HSQLDB, new HsqlParser(),
                new SqlTestEntry("jdbc:hsqldb:mem:testdb", JdbcUrlParser.DEFAULT_HOST, HsqlParser.DEFAULT_CONNECTION_PORT, "testdb"));
    }
View Full Code Here

TOP

Related Classes of com.springsource.insight.plugin.jdbc.parser.parsers.HsqlParser

Copyright © 2018 www.massapicom. 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.