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

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


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


public class MySqlParserTest extends SqlParserTestImpl<MySqlParser> {
    public MySqlParserTest() {
        super(DatabaseType.MYSQL, new MySqlParser(),
                new SqlTestEntry("jdbc:mysql://localhost:3307/dbname?user=root&password=admin",
                        "localhost",
                        3307,
                        "dbname"),
                new SqlTestEntry("jdbc:mysql://localhost/dbname?user=root&password=admin",
View Full Code Here

TOP

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

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.