Java android.database.sqlite SQLiteConnection fields, constructors, methods, implement or subclass

Example usage for Java android.database.sqlite SQLiteConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.database.sqlite SQLiteConnection.

The text is from its open source code.

Method

voidclose()
voidcollectDbStats(ArrayList dbStatsList)
Collects statistics about database connection memory usage.
voidcollectDbStatsUnsafe(ArrayList dbStatsList)
Collects statistics about database connection memory usage, in the case where the caller might not actually own the connection.
StringdescribeCurrentOperationUnsafe()
Describes the currently executing operation, in the case where the caller might not actually own the connection.
voiddump(Printer printer, boolean verbose)
Dumps debugging information about this connection.
voiddumpUnsafe(Printer printer, boolean verbose)
Dumps debugging information about this connection, in the case where the caller might not actually own the connection.
booleanisPreparedStatementInCache(String sql)
booleanisPrimaryConnection()
Returns true if this is the primary database connection.
voidreconfigure(SQLiteDatabaseConfiguration configuration)
voidsetOnlyAllowReadOnlyOperations(boolean readOnly)