OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 256 milliseconds