Package | Description |
---|---|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
Modifier and Type | Method and Description |
---|---|
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-2015 Red Hat, Inc. All Rights Reserved.