org.infoglue.cms.controllers.kernel.impl.simple
Class MysqlJDBCService
java.lang.Object
org.infoglue.cms.controllers.kernel.impl.simple.MysqlJDBCService
public class MysqlJDBCService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MysqlJDBCService
public MysqlJDBCService()
isEnabled
public boolean isEnabled()
executeSQL
public java.sql.ResultSet executeSQL(java.lang.String sql,
java.lang.String numOfRows)
throws java.lang.Exception
- Throws:
java.lang.Exception
executeMasterSQL
public java.sql.ResultSet executeMasterSQL(java.lang.String sql)
throws java.lang.Exception
- Throws:
java.lang.Exception
executeSlaveSQL
public java.sql.ResultSet executeSlaveSQL(java.lang.String sql)
throws java.lang.Exception
- Throws:
java.lang.Exception
closeMaster
public void closeMaster()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
closeSlave
public void closeSlave()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2005 InfoGlue.org All Rights Reserved.