Uses of Class
org.springframework.batch.support.DatabaseType

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(DataSource dataSource)
          Convenience method that pulls a database product name from the DataSource's metadata.
static DatabaseType DatabaseType.fromProductName(String productName)
          Static method to obtain a DatabaseType from the provided product name.
static DatabaseType DatabaseType.valueOf(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 are declared.
 



Copyright © 2013 SpringSource. All Rights Reserved.