jdbcCompliant 메서드(SQLServerDriver)
Microsoft JDBC Driver for SQL Server가 JDBC 사양을 준수하는지 확인합니다.
구문
public boolean jdbcCompliant()
Return Value
JDBC 드라이버가 최소 요구 사항을 충족하면 true이고, 그렇지 않으면 false입니다.
설명
이 jdbcCompliant 메서드는 java.sql.Driver 인터페이스의 jdbcCompliant 메서드에 의해 지정됩니다.