After the button "Check connection" is pressed in the GUI, this function will be called and tries to connect to this system and feedbacks the result to the user. If the connection is successfully established, the button will be disabled and this connection will be stored as valid for the given source/target system.
test_connection_button_clicked(
rv,
source_target,
db_type,
input,
output,
session
)true if the connection could be established and false otherwise (also if an error occurred)
The global 'reactiveValues()' object, defined in server.R
(String) "source" or "target"
(String) "postgres" or "oracle"
Shiny server input object
Shiny server output object
Shiny session object