Added in API level 1
SQLiteDoneException
open class SQLiteDoneException : SQLiteException
An exception that indicates that the SQLite program is done. Thrown when an operation that expects a row (such as SQLiteStatement#simpleQueryForString or SQLiteStatement#simpleQueryForLong) does not get one.
Summary
Public constructors |
|
|---|---|
<init>() |
|