getSQLStateType()

Syntax:

int getSQLStateType()
                    throws SQLException

Description:

Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL:2003.

Returns:

the type of SQLSTATE; one of: sqlStateXOpen or sqlStateSQL

Throws:

SQLException - if a database access error occurs