Uses of Class
org.sqlite.jdbc.Scheme

Packages that use Scheme
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

Uses of Scheme in org.sqlite.jdbc
 

Methods in org.sqlite.jdbc that return Scheme
static Scheme Scheme.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scheme[] Scheme.values()
          Returns an array containing the constants of this enum type, in the order they're declared.