Package org.opencms.setup.db.update7to8
Class CmsUpdatePasswordColumn
java.lang.Object
org.opencms.setup.db.A_CmsUpdateDBPart
org.opencms.setup.db.update7to8.CmsUpdatePasswordColumn
- All Implemented Interfaces:
I_CmsUpdateDBPart
- Direct Known Subclasses:
CmsUpdatePasswordColumn
,CmsUpdatePasswordColumn
,CmsUpdatePasswordColumn
Updates the password column length in the CMS_USERS table.
-
Field Summary
Fields inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
m_poolData, m_queries
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the new column length.Gets the SQL to execute.protected void
internalExecute
(CmsSetupDb setupDb) Does the hard work.Methods inherited from class org.opencms.setup.db.A_CmsUpdateDBPart
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
-
Constructor Details
-
CmsUpdatePasswordColumn
public CmsUpdatePasswordColumn()
-
-
Method Details
-
getNewColumnLength
Gets the new column length.- Returns:
- the new column length
-
getUpdateSql
Gets the SQL to execute.- Returns:
- the SQL to execute
-
internalExecute
Description copied from class:A_CmsUpdateDBPart
Does the hard work.- Specified by:
internalExecute
in classA_CmsUpdateDBPart
- Parameters:
setupDb
- the db connection interface- Throws:
SQLException
- if something goes wrong- See Also:
-