| JDBC |
| class | org.sqlite.JDBC |
| fields | | name | pattern | value | | PREFIX | public static final java.lang.String org.sqlite.JDBC.PREFIX | jdbc:sqlite: |
|
| constructors | | interface | exceptions | | <init>() | |
|
| methods | | return | interface | exceptions | | int | getMajorVersion() | | | int | getMinorVersion() | | | boolean | acceptsURL(java.lang.String) | | | java.sql.DriverPropertyInfo[] | getPropertyInfo(java.lang.String, java.util.Properties) | java.sql.SQLException | | boolean | jdbcCompliant() | | | java.util.logging.Logger | getParentLogger() | java.sql.SQLFeatureNotSupportedException | | boolean | isValidURL(java.lang.String) | | | java.sql.Connection | createConnection(java.lang.String, java.util.Properties) | java.sql.SQLException | | java.sql.Connection | connect(java.lang.String, java.util.Properties) | java.sql.SQLException |
|
| | Methods inherited from java.lang.Object | | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
|