renameTokenVault()
Called during upgrade process to rename token vault tables as required.
Syntax
public void renameTokenVault (String oldName, String newName, Boolean update, Boolean sequential, Integer dataLen) throws SQLException
Request Parameters
Parameter | Type | Description |
---|---|---|
oldName | String | Name of the object to be renamed. |
newName | String | Name of the object the old object is renamed to. |
update | Boolean | If this parameter is true, the function must also update SFNT_KEY_TABLE to set the TOKENVAULTNAME column to the new name. |
sequential | Boolean | Reserved for future use. |
dataLen | int | Reserved for future use. |