|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.setup.update6to7.A_CmsUpdateDBPart
org.opencms.setup.update6to7.generic.CmsUpdateDBCmsUsers
org.opencms.setup.update6to7.oracle.CmsUpdateDBCmsUsers
public class CmsUpdateDBCmsUsers
Oracle implementation of the generic update class for the Users.
Field Summary |
---|
Fields inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBCmsUsers |
---|
QUERY_CREATE_TABLE_USERDATA, QUERY_INSERT_CMS_USERDATA |
Fields inherited from class org.opencms.setup.update6to7.A_CmsUpdateDBPart |
---|
m_poolData, m_queries, QUERY_PROPERTIES_PREFIX |
Constructor Summary | |
---|---|
CmsUpdateDBCmsUsers()
Constructor. |
Method Summary | |
---|---|
protected void |
createUserDataTable(CmsSetupDb dbCon)
Creates the CMS_USERDATA table if it does not exist yet. |
protected void |
writeUserInfo(CmsSetupDb dbCon,
java.lang.String id,
java.lang.String key,
java.lang.Object value)
Writes one set of additional user info (key and its value) to the CMS_USERDATA table. |
Methods inherited from class org.opencms.setup.update6to7.generic.CmsUpdateDBCmsUsers |
---|
internalExecute |
Methods inherited from class org.opencms.setup.update6to7.A_CmsUpdateDBPart |
---|
execute, getDbInstance, getPoolData, isKeepHistory, loadQueryProperties, readQuery, setPoolData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsUpdateDBCmsUsers() throws java.io.IOException
java.io.IOException
- if the sql queries properties file could not be readMethod Detail |
---|
protected void createUserDataTable(CmsSetupDb dbCon) throws java.sql.SQLException
CmsUpdateDBCmsUsers
createUserDataTable
in class CmsUpdateDBCmsUsers
dbCon
- the db connection interface
java.sql.SQLException
- if soemthing goes wrongCmsUpdateDBCmsUsers.createUserDataTable(org.opencms.setup.CmsSetupDb)
protected void writeUserInfo(CmsSetupDb dbCon, java.lang.String id, java.lang.String key, java.lang.Object value)
CmsUpdateDBCmsUsers
writeUserInfo
in class CmsUpdateDBCmsUsers
dbCon
- the db connection interfaceid
- the user idkey
- the data keyvalue
- the data valueCmsUpdateDBCmsUsers.writeUserInfo(org.opencms.setup.CmsSetupDb, java.lang.String, java.lang.String, java.lang.Object)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |