Uses of Class
org.hibernate.engine.jdbc.env.spi.SQLStateType
-
Packages that use SQLStateType Package Description org.hibernate.engine.jdbc.env.spi -
-
Uses of SQLStateType in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return SQLStateType Modifier and Type Method Description SQLStateType
ExtractedDatabaseMetaData. getSqlStateType()
Retrieve the type of codes the driver says it uses forSQLState
.static SQLStateType
SQLStateType. interpretReportedSQLStateType(int sqlStateType)
static SQLStateType
SQLStateType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SQLStateType[]
SQLStateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-