|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseType | |
|---|---|
| org.springframework.batch.support | Infrastructure implementations of support concerns. |
| Uses of DatabaseType in org.springframework.batch.support |
|---|
| Methods in org.springframework.batch.support that return DatabaseType | |
|---|---|
static DatabaseType |
DatabaseType.fromMetaData(javax.sql.DataSource dataSource)
Convenience method that pulls a database product name from the DataSource's metadata. |
static DatabaseType |
DatabaseType.fromProductName(java.lang.String productName)
Static method to obtain a DatabaseType from the provided product name. |
static DatabaseType |
DatabaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||