Java. The adapter run-time behavior defines how the adapter performs operations, such as establishing a connection, closing a connection, preparing SQL statements, and running SQL statements.
You can set up the run-time implementation for each NMO of the adapter. For example, if you define an NMO with read capability and another NMO with write capability, you can choose to implement the run time for the first NMO with read capability in C++ and implement the run time for the other NMO with write capability in Java.
You can also define the adapter run-time behavior to support pre and post commands to perform tasks before and after a mapping run. For example, you can define the adapter run-time behavior to support a pre command that initializes environment variables before the mapping run.