Package railo.runtime.type.scope.storage.db

Examples of railo.runtime.type.scope.storage.db.SQLExecutor.update()


      DataSource ds;
      if(pc!=null) ds=((PageContextImpl)pc).getDataSource(datasourceName);
      else ds=config.getDataSource(datasourceName);
      dc=pool.getDatasourceConnection(null,ds,null,null);
      SQLExecutor executor=SQLExecutionFactory.getInstance(dc);
      executor.update(config, cfid,appName, dc, getType(), sct,getTimeSpan(),log);
    }
    catch (Throwable t) {
      ScopeContext.error(log, t);
    }
    finally {
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.