com.stratelia.silverpeas.selection
Class SelectionJdbcParams
java.lang.Object
com.stratelia.silverpeas.selection.SelectionJdbcParams
- All Implemented Interfaces:
- SelectionExtraParams
public class SelectionJdbcParams
- extends Object
- implements SelectionExtraParams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionJdbcParams
public SelectionJdbcParams(String driverClassName,
String url,
String login,
String password,
String tableName,
String columnsNames,
String formIndex,
String fieldsNames)
getDriverClassName
public String getDriverClassName()
getUrl
public String getUrl()
getLogin
public String getLogin()
getPassword
public String getPassword()
getTableName
public String getTableName()
getColumnsNames
public String getColumnsNames()
getParameter
public String getParameter(String name)
- Specified by:
getParameter
in interface SelectionExtraParams
Copyright © 2016 Silverpeas. All Rights Reserved.