Java.Sql.IDriver.JdbcCompliant Method
Reports whether this driver is a genuine JDBC CompliantTM driver.

Syntax

[Android.Runtime.Register("jdbcCompliant", "()Z", "GetJdbcCompliantHandler:Java.Sql.IDriverInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool JdbcCompliant ()

Returns

Documentation for this section has not yet been entered.

Remarks

Reports whether this driver is a genuine JDBC CompliantTM driver. The driver may only return true if it passes all the JDBC compliance tests.

A driver may not be fully compliant if the underlying database has limited functionality.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1