예제 #1
0
        public static object Create()
        {
            object x = null;

            try
            {
                x = new global::com.mysql.jdbc.Driver { };
            }
            catch
            {
                throw;
            }

            return x;
        }
예제 #2
0
        public static object Create()
        {
            object x = null;

            try
            {
                x = new global::com.mysql.jdbc.Driver {
                };
            }
            catch
            {
                throw;
            }

            return(x);
        }
        public static object Create()
        {
            object x = null;

            try
            {
                // add References jar
                // native build of java core.
                x = new global::com.mysql.jdbc.Driver { };
            }
            catch
            {
                throw;
            }

            return x;
        }