Uses of Class
org.sqlite.jdbc.JdbcConnection

Packages that use JdbcConnection
org.sqlite Provides the JDBC Driver class and the database access classes. 
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

Uses of JdbcConnection in org.sqlite
 

Methods in org.sqlite that return JdbcConnection
 JdbcConnection Driver.connect(java.lang.String url, java.util.Properties info)
          Attempts to make a database connection to the given URL.
 

Uses of JdbcConnection in org.sqlite.jdbc
 

Constructors in org.sqlite.jdbc with parameters of type JdbcConnection
JdbcPreparedStatement(Database db, JdbcConnection conn, java.lang.String sql)