HomeSort by relevance Sort by last modified time
    Searched full:cvers (Results 1 - 1 of 1) sorted by null

  /dalvik/libcore/sql/src/main/java/SQLite/
JDBCDriver.java 22 String cvers; typedefs
26 cvers = "SQLite.JDBC1.JDBCConnection";
28 cvers = "SQLite.JDBC2.JDBCConnection";
30 cvers = "SQLite.JDBC2x.JDBCConnection";
32 cvers = "SQLite.JDBC2y.JDBCConnection";
34 Class.forName(cvers); typedefs
36 cvers = "SQLite.JDBC2x.JDBCConnection";
39 cvers = "SQLite.JDBC2z.JDBCConnection";
41 Class.forName(cvers); typedefs
43 cvers = "SQLite.JDBC2y.JDBCConnection"
    [all...]

Completed in 16 milliseconds