Example usage for Java android.database.sqlite SQLiteConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() |
void | collectDbStats(ArrayList Collects statistics about database connection memory usage. |
void | collectDbStatsUnsafe(ArrayList Collects statistics about database connection memory usage, in the case where the caller might not actually own the connection. |
String | describeCurrentOperationUnsafe() Describes the currently executing operation, in the case where the caller might not actually own the connection. |
void | dump(Printer printer, boolean verbose) Dumps debugging information about this connection. |
void | dumpUnsafe(Printer printer, boolean verbose) Dumps debugging information about this connection, in the case where the caller might not actually own the connection. |
boolean | isPreparedStatementInCache(String sql) |
boolean | isPrimaryConnection() Returns true if this is the primary database connection. |
void | reconfigure(SQLiteDatabaseConfiguration configuration) |
void | setOnlyAllowReadOnlyOperations(boolean readOnly) |