Uses of Class
org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData.SQLStateType

Packages that use ExtractedDatabaseMetaData.SQLStateType
org.hibernate.engine.jdbc.spi   
 

Uses of ExtractedDatabaseMetaData.SQLStateType in org.hibernate.engine.jdbc.spi
 

Methods in org.hibernate.engine.jdbc.spi that return ExtractedDatabaseMetaData.SQLStateType
 ExtractedDatabaseMetaData.SQLStateType ExtractedDatabaseMetaData.getSqlStateType()
          Retrieve the type of codes the driver says it uses for SQLState.
static ExtractedDatabaseMetaData.SQLStateType ExtractedDatabaseMetaData.SQLStateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExtractedDatabaseMetaData.SQLStateType[] ExtractedDatabaseMetaData.SQLStateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.