public RenameDatabase ( short oldName, short newName ) : void | ||
oldName | short | The old name of the Database. If a Database
/// with this name does not exist, the function will throw
/// |
newName | short | The new name of the Database. If a Database
/// with this name already exists, the function will throw
/// |
return | void |