A B C D E F G H I J L M N O P R S T U V W X

O

open(String) - Method in class org.sqlite.Database
invoke sqlite3_open() or sqlite3_open_v2() function.
openBlob(String, String, String, long, int) - Method in class org.sqlite.Database
invoke sqlite3_blob_open() function.
org.sqlite - package org.sqlite
Provides the JDBC Driver class and the database access classes.
org.sqlite.auth - package org.sqlite.auth
Provides the classes necessary to create an Authorization.
org.sqlite.callback - package org.sqlite.callback
Provides the classes necessary to create a Callback function.
org.sqlite.event - package org.sqlite.event
Provides the classes for dealing with events fired by SQLite.
org.sqlite.io - package org.sqlite.io
Provides the classes necessary to read and write the BLOB value.
org.sqlite.jdbc - package org.sqlite.jdbc
Provides the API for accessing and processing data stored in a SQLite using the JDBC.
org.sqlite.profiler - package org.sqlite.profiler
Provides the classes necessary to create a Tracing and Profiling functions.
org.sqlite.schema - package org.sqlite.schema
Provides the class necessary to get a database schema.
org.sqlite.swig - package org.sqlite.swig
Provides the classes necessary to invoke a SQLite C Interface API.
org.sqlite.text - package org.sqlite.text
Provides the classes necessary to create a Collating Sequences.
org.sqlite.udf - package org.sqlite.udf
Provides the classes necessary to create a User-Defined function.
othersDeletesAreVisible(int) - Method in class org.sqlite.jdbc.JdbcDatabaseMetaData
It always returns false.
othersInsertsAreVisible(int) - Method in class org.sqlite.jdbc.JdbcDatabaseMetaData
It always returns false.
othersUpdatesAreVisible(int) - Method in class org.sqlite.jdbc.JdbcDatabaseMetaData
It always returns false.
ownDeletesAreVisible(int) - Method in class org.sqlite.jdbc.JdbcDatabaseMetaData
It always returns false.
ownInsertsAreVisible(int) - Method in class org.sqlite.jdbc.JdbcDatabaseMetaData
It always returns false.
ownUpdatesAreVisible(int) - Method in class org.sqlite.jdbc.JdbcDatabaseMetaData
It always returns false.

A B C D E F G H I J L M N O P R S T U V W X