JdbcSessionCredentials instance for the JdbcSession to use.
@param entityId the GUID of the source or target to connect to
@param connParams a ConnectionParameters instance holding the connection information for the source or target to connect to
@param sql the SQL statement to run
@param autoCommit the auto-commit mode
@return a DbLookupResult representing the result of the query
@throws EngineSessionException if the provided session credentials are invalid
@throws ServerAccessException if the calling user does not have sufficient access to the source database
@throws ServerDbException if an error occurrs when accessing the jitterbit backend DB
@throws SQLException if an error occurrs when executing the query
| |