Share via


getXopenStates Method (SQLServerDataSource)

Returns a boolean value that indicates if converting SQL states to XOPEN compliant states is enabled.

public boolean getXopenStates()

반환 값

true if converting SQL states to XOPEN compliant states is enabled. Otherwise, false.

주의

If the xopenStates property is set to true, the Microsoft SQL Server JDBC Driver will convert SQL states to XOPEN compliant states. The default is false, which causes the JDBC driver to generate SQL 99 state codes. If xopenStates is not set, the getXopenStates method returns the default value of false.

참고

참조

SQLServerDataSource Class

개념

SQLServerDataSource Methods
SQLServerDataSource Members