Package com.dubture.symfony.index.dao.sql

Examples of com.dubture.symfony.index.dao.sql.ParameterDao


  public IResourceDao getResourceDao() throws SQLException {
    return new ResourceDao(createConnection());
  }
 
  public IParameterDao getParamDao() throws SQLException {
    return new ParameterDao(createConnection());
  }
View Full Code Here

TOP

Related Classes of com.dubture.symfony.index.dao.sql.ParameterDao

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.