public class CreateIfsCredentialManagerSchemaAction extends JDBCAction
Modifier and Type | Field and Description |
---|---|
static String |
CM_SCHEMA_NAME
Option key "cm.schema.name" points to the CM schema which needs to be
created.
|
static String |
CM_SCHEMA_PASSWORD
Option key "cm.schema.password" points to the CM schema password which
will be used during user creation.
|
static String |
DB_SYSTEM_SCHEMA_NAME
Option key "jdbc.user.name" points to the system/superuser schema
which is used to perform this action.
|
static String |
MAIN_TABLESPACE_NAME
Option key "main.tablespace.name" points to the main tablespace to be used
while creating schema.
|
static String |
TEMP_TABLESPACE_NAME
Option key "temp.tablespace.name" points to the temp tablespace to be used
while creating schema.
|
NOLOG
CONTINUE_ON_ERROR, m_defaultOptions, m_options
APPEND_LOG, DATABASE_TYPE, DATABASE_URL, DB_USER_NAME, DB_USER_PASSWORD, DOMAIN_TYPE, ENABLE_SSL_SUPPORT, FOR_SCHEMA_UPGRADE, IFS_DOMAIN_DISPLAY_NAME, IFS_DOMAIN_NAME, IFS_SCHEMA_NAME, IFS_SCHEMA_PASSWORD, IFS_SERVICE_NAME, IFS_USER_NAME, IFS_USER_PASSWORD, INCLUDE_PATH, INITIAL_CONTEXT_FACTORY, LDAP_URL_DAS_LOOKUP, LDAP_USER_NAME, LDAP_USER_PASSWORD, OUTPUT_FILE, PARAMETER_FILE, REGISTRY, SCHEMA_VERSION_KEY, SECURITY_PROTOCOL_NAME, SERVICE_CONFIGURATION_NAME
Constructor and Description |
---|
CreateIfsCredentialManagerSchemaAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Connection con)
Executes JDBC statements.
|
void |
failed(Throwable error)
Does nothing.
|
void |
stop()
Does nothing.
|
perform, setDatabaseUrl, setPassword, setUser
getDescription, getName, getValue, isContinueOnError, isPostgres, putValue, setDefaultOptions, setDescription, setName, setOptions
public static final String CM_SCHEMA_NAME
Defined as "schema.name".
public static final String CM_SCHEMA_PASSWORD
Defined as "schema.password".
public static final String DB_SYSTEM_SCHEMA_NAME
Defined as "jdbc.user.name".
public static final String MAIN_TABLESPACE_NAME
Defined as "main.tablespace.name".
public static final String TEMP_TABLESPACE_NAME
Defined as "temp.tablespace.name".
public CreateIfsCredentialManagerSchemaAction()
public void execute(Connection con) throws ActionFailedException
JDBCAction
Note: Subclasses should provide an implementation for this method.
The Connection does not need to be closed by this method; the calling method will close it. However, any Statement or ResultSet objects that are opened should be closed explicitly.
execute
in class JDBCAction
con
- the Connection to the database.ActionFailedException
- if any other error occurs.public void stop()
public void failed(Throwable error)
error
- the error that occurred.Copyright © 2023. All rights reserved.