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

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


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


public class MssqlParserTest extends SqlParserTestImpl<MssqlParser> {
    public MssqlParserTest() {
        super(DatabaseType.MSSQL, new MssqlParser(),
                new SqlTestEntry("jdbc:microsoft:sqlserver://host:1434;DatabaseName=dbname",
                        "host",
                        1434,
                        "dbname"),
                new SqlTestEntry("jdbc:microsoft:sqlserver://host:1434;DatabaseName=",
View Full Code Here

TOP

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

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.