Package org.rege.isqlj

Examples of org.rege.isqlj.JavaSql.exec()


      {
        JavaSql sqlj = new JavaSql();
        sqlj.getInterpreter().set( "session", new SqscConnection( session, plugin));
        sqlj.getInterpreter().set( "jdbc",
            new ISqlJConnection( session.getSQLConnection().getConnection()));
        sqlj.exec( new StringReader( str));
      } catch( Exception ex)
      {
        throw new BaseException(ex);
      }
    }
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.