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
/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