Uses of Class
com.silverpeas.mydb.exception.MyDBException

Packages that use MyDBException
com.silverpeas.mydb.control   
 

Uses of MyDBException in com.silverpeas.mydb.control
 

Methods in com.silverpeas.mydb.control that throw MyDBException
 DbTable MyDBSessionController.getDbTable()
           
 com.silverpeas.form.Form MyDBSessionController.getForm(boolean consultation, boolean newRecord, String beanName)
           
 com.silverpeas.form.Form FormManager.getForm(DbTable dbTable, com.stratelia.silverpeas.util.ResourcesWrapper resources, boolean consultation, boolean newRecord, String beanName, String componentId, String method)
           
 IndexList MyDBSessionController.getIndexInfo(String tableName)
           
 com.silverpeas.form.RecordTemplate FormManager.getRecordTemplate(DbTable dbTable, com.stratelia.silverpeas.util.ResourcesWrapper resources, boolean consultation, boolean newRecord, String beanName, String componentId, String method)
           
 void MyDBSessionController.setTableName(String tableName)
          Update the table's name and the corresponding connection information.
 void MyDBSessionController.updateConnection(String JDBCdriverName, String JDBCurl, String login, String password, int rowLimit)
          Updates the database connection informations.
 void MyDBSessionController.updateTableName(String tableName)
          Update the table's name.
 



Copyright © 2016 Silverpeas. All Rights Reserved.