Package com.bleujin.framework.db.mysql

Examples of com.bleujin.framework.db.mysql.MySQLUserProcedure


  public IUserCommandBatch createUserCommandBatch(IDBController dc, String sql) {
    return new UserCommandBatch(dc, sql);
  }

  public IUserProcedure createUserProcedure(IDBController dc, String proc) {
    return new MySQLUserProcedure(dc, proc);
  }
View Full Code Here

TOP

Related Classes of com.bleujin.framework.db.mysql.MySQLUserProcedure

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.