OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jvers
(Results
1 - 1
of
1
) sorted by null
/external/javasqlite/src/main/java/SQLite/
JDBCDriver.java
27
String
jvers
= java.lang.System.getProperty("java.version");
typedefs
29
if (
jvers
== null ||
jvers
.startsWith("1.0")) {
31
} else if (
jvers
.startsWith("1.1")) {
33
} else if (
jvers
.startsWith("1.2") ||
jvers
.startsWith("1.3")) {
35
} else if (
jvers
.startsWith("1.4")) {
37
} else if (
jvers
.startsWith("1.5")) {
Completed in 52 milliseconds