Note: The current implementation relies on the fact that each thread on the C++ side will have its own JDBC session. If that changes so that multiple threads use the same JDBC session we need to update this class, since java.sql.Connection
s are not thread safe.
@author Torgil Zethson
@since 3.0.0
|
|
|
|
|
|
|
|