isEmbedded
Convenience method to determine if a given driver class name and url represent an embedded database type.
Return
true if the driver class and url refer to an embedded database
Since
2.4.0
Parameters
driverClass
the driver class
url
the jdbc url (can be null
)
Convenience method to determine if a given data source represents an embedded database type.
Return
true if the data source is one of the embedded types
Parameters
dataSource
the data source to interrogate