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

  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 28 String cvers; typedefs
32 cvers = "SQLite.JDBC1.JDBCConnection";
34 cvers = "SQLite.JDBC2.JDBCConnection";
36 cvers = "SQLite.JDBC2x.JDBCConnection";
38 cvers = "SQLite.JDBC2y.JDBCConnection";
40 Class.forName(cvers); typedefs
42 cvers = "SQLite.JDBC2x.JDBCConnection";
45 cvers = "SQLite.JDBC2z.JDBCConnection";
47 Class.forName(cvers); typedefs
49 cvers = "SQLite.JDBC2y.JDBCConnection"
    [all...]

Completed in 5343 milliseconds