EmbeddedDatabaseConnection
Connection details for embedded databases.
Author
Phillip Webb
Dave Syer
Stephane Nicoll
Nidhi Desai
Moritz Halbritter
Since
1.0.0
See also
Entries
Functions
Link copied to clipboard
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
Link copied to clipboard
Returns the driver class name.
Link copied to clipboard
Returns the EmbeddedDatabaseType for the connection.
Link copied to clipboard
Convenience method to determine if a given data source represents an embedded database type.
Convenience method to determine if a given driver class name and url represent an embedded database type.
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.