public interface NativeConnectionProvider
Connection
classes. It is introduced as a separate interface for
preserving backwards compatibility.
Represents a Scriptella object which is able to return the native connection used to talk with the
datasource. It is up to the driver to decide which object is returned.
For example Scriptella adapters for JDBC drivers return an instance of
Connection
.
Connection
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getNativeConnection()
Returns the native connection which is wrapped by this object or null if this information is not
available.
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.