Examples of OracleParser


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

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


public class OracleParserTest extends SqlParserTestImpl<OracleParser> {
    public OracleParserTest() {
        super(DatabaseType.ORACLE, new OracleParser(),
                // 1st format
                new SqlTestEntry("jdbc:oracle:thin:Herong/TopSecret@//10.1.1.1:1522/XE",
                        "10.1.1.1",
                        1522,
                        "XE"),
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.