:: AlpineSdkApi :: DB connection and related info.
:: AlpineSdkApi :: For Database operators.
:: AlpineSdkApi :: For Database operators. This will contain database connection information ( e.g. JDBC interface), etc.
:: AlpineSdkApi :: Defines a database operators runtime behavior.
:: AlpineSdkApi :: Defines a database operators runtime behavior. Override the 'onExecution' method to define the the database transformations you want. Use the 'databaseExecution context' to execute SQL queries.
the input type of the plugin (Must correspond to the input type of the GUI node and plugin signature)
the output type of the plugin
:: AlpineSdkApi :: DB connection and related info.
JDBC connection object. This should not be manually closed by the plugin.
Name representing the database within Alpine/Chorus.
The database URL.
User name to the database.
Password to the database.