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

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


    private static final String TEST_HOST = "neptune.acme.com";
    private static final int TEST_PORT = 7365;
    private static final String TEST_DB = "ryol";

    public SybaseSqlParserTest() {
        super(DatabaseType.SYBASE, new SybaseSqlParser(),
                new SqlTestEntry("jdbc:sybase:Tds:" + TEST_HOST + ":" + TEST_PORT,
                        TEST_HOST,
                        TEST_PORT,
                        JdbcUrlParser.DEFAULT_DB_NAME),
                new SqlTestEntry("jdbc:sybase:Tds:" + TEST_HOST,
View Full Code Here

TOP

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

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.