✓
public abstract interface Driver
Methods
- ✓public abstract boolean acceptsURL(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Connection connect(java.lang.String arg0, java.util.Properties arg1) throws java.sql.SQLException
- ✓public abstract int getMajorVersion()
- ✓public abstract int getMinorVersion()
- ✓public abstract java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
- ✓public abstract java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String arg0, java.util.Properties arg1) throws java.sql.SQLException
- ✓public abstract boolean jdbcCompliant()